Re: [SOGo] Problem with activesync, outlook 2013 and middle size or big size mailbox

2014-04-10 Thread Philippe Brangier

Hello,

find below the result of xmllint --format on one of my .data file :
---
/tmp/sogotest_ilex-si_com_6d4_18f2db70_0.data:404510: parser error : 
error parsing attribute name
ndee_EmailAttendee_Name xmlns=Calendar:Olivier Gouranton 
Olivier.Gouranton

^
/tmp/sogotest_ilex-si_com_6d4_18f2db70_0.data:404510: parser error : 
attributes construct error
ndee_EmailAttendee_Name xmlns=Calendar:Olivier Gouranton 
Olivier.Gouranton

^
/tmp/sogotest_ilex-si_com_6d4_18f2db70_0.data:404510: parser error : 
Couldn't find end of Start Tag Olivier.Gouranton line 404510
ndee_EmailAttendee_Name xmlns=Calendar:Olivier Gouranton 
Olivier.Gouranton

^
/tmp/sogotest_ilex-si_com_6d4_18f2db70_0.data:1626644: error: 
xmlSAX2Characters: huge text node: out of memory

lt;http://img.dell.com/images/us/segments/dhs=5Fodg/emea/secondary.gifgt;
^
/tmp/sogotest_ilex-si_com_6d4_18f2db70_0.data:1626644: parser error : 
Extra content at the end of the document

lt;http://img.dell.com/images/us/segments/dhs=5Fodg/emea/secondary.gifgt;
^
---

It seem that I have reach another memory limit !
libxml2 since 2.7.0 have a XML_PARSE_HUGE option that may be useful ?

regards

*Philippe Brangier *
Administrateur systèmes et réseaux
Ilex

51, boulevard Voltaire
92600 Asnières-sur-Seine
*philippe.brang...@ilex.fr mailto:philippe.brang...@ilex.fr*
Tél // +33 (0)1 46 88 03 40
Fax // +33 (0)1 46 88 03 41
http://www.ilex.fr/

Le 10/04/2014 01:42, Ludovic Marcotte a écrit :

On 2014-04-07, 9:28 AM, Philippe Brangier wrote:
2014-04-07 12:06:52.203 sogod[5432] xml2wbxmlFromContent: failed: 
Parsing of XML Document Failed
2014-04-07 12:06:52.360 sogod[5432] Original data written to: 
/tmp/sogotest_ilex-si_com_1538_18f2b03c_0.data


Take one of these files and run xmllint --format on it. You'll see 
the culprit part in the XML. Send it over.




--
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] unable to start Open-change web service

2014-04-10 Thread Dawit Ayele
Hi All

when i try to start Open-Change it is showing this:

[image: Inline image 1]

Here is The LOG

Traceback (most recent call last):
  File /usr/bin/paster, line 9, in module
load_entry_point('PasteScript==1.7.3', 'console_scripts', 'paster')()
  File /usr/lib/python2.6/site-packages/paste/script/command.py, line 84,
in run
invoke(command, command_name, options, args[1:])
  File /usr/lib/python2.6/site-packages/paste/script/command.py, line
123, in invoke
exit_code = runner.run(args)
  File /usr/lib/python2.6/site-packages/paste/script/command.py, line
218, in run
result = self.command()
  File /usr/lib/python2.6/site-packages/paste/script/serve.py, line 276,
in command
relative_to=base, global_conf=vars)
  File /usr/lib/python2.6/site-packages/paste/script/serve.py, line 313,
in loadapp
**kw)
  File /usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py, line
204, in loadapp
return loadobj(APP, uri, name=name, **kw)
  File /usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py, line
224, in loadobj
global_conf=global_conf)
  File /usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py, line
248, in loadcontext
global_conf=global_conf)
  File /usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py, line
278, in _loadconfig
return loader.get_context(object_type, name, global_conf)
  File /usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py, line
409, in get_context
section)
  File /usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py, line
431, in _context_from_use
object_type, name=use, global_conf=global_conf)
  File /usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py, line
361, in get_context
global_conf=global_conf)
  File /usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py, line
248, in loadcontext
global_conf=global_conf)
  File /usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py, line
285, in _loadegg
return loader.get_context(object_type, name, global_conf)
  File /usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py, line
561, in get_context
object_type, name=name)
  File /usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py, line
581, in find_egg_entry_point
pkg_resources.require(self.spec)
  File /usr/lib/python2.6/site-packages/pkg_resources.py, line 648, in
require
needed = self.resolve(parse_requirements(requirements))
  File /usr/lib/python2.6/site-packages/pkg_resources.py, line 550, in
resolve
raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (Pylons 0.9.7
(/usr/lib/python2.6/site-packages), Requirement.parse('Pylons=0.10'))
Removing PID file /var/run/ocsmanager/ocsmanager.pid



-- 
Best Regard

Dawit Ayele
System Engineer
inline: start.png

Re: [SOGo] Problem with activesync, outlook 2013 and middle size or big size mailbox

2014-04-10 Thread Ludovic Marcotte

On 2014-04-10, 4:26 AM, Philippe Brangier wrote:

find below the result of xmllint --format on one of my .data file :
---
/tmp/sogotest_ilex-si_com_6d4_18f2db70_0.data:404510: parser error : 
error parsing attribute name
ndee_EmailAttendee_Name xmlns=Calendar:Olivier Gouranton 
Olivier.Gouranton

This has been fixed.

It seem that I have reach another memory limit !
libxml2 since 2.7.0 have a XML_PARSE_HUGE option that may be useful ?
Try setting  SOGoMaximumSyncWindowSize to a lower value. Maybe your AS 
client tries to sync a huge amount of emails, containing huge 
attachments. This preference will limit the number of items the server 
will return, no matter what the client asks. Try setting it to 25 in 
your /etc/sogo/sogo.conf file.


New nightly builds are being generated with the above fix. They should 
be available in about 2 hours.


Check frequently and retest.

Thanks,

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Could not connect IMAP4

2014-04-10 Thread Henry Verdonschot

heupink schreef op 9-4-2014 13:53:

Hi Henry,


primaryConnectToAddress:]): couldn't setup SSL connection on socket



I can connect to the server using Thunderbird IMAP

I'm guessing your mean Thunderbird with imapS, above..?

Perhaps it's an idea to test without SSL/TLS, and complicate things (add SSL 
etc) once plain imap works.

Goodluck!

MJ


I disabled SSL/TLS on the server and set SOGoSMTPServer = mail.procura.nl;
Looking at the settings for my IMAP Account in SOGo it says
Servername mail.procura.nl, port 143, Encryption None

When I go to the e-mail in SOGo I get the following message:
Wrong gateway!
The proxy server received an invalid answer
The proxy server could not handle the request GET /SOGo/so/henry/Mail/view.
Reason: Error reading from remote server
Error 502

The sogod.log says:
46.144.236.233 - - [10/Apr/2014:12:27:59 GMT] GET /SOGo/so/henry/Mail 
HTTP/1.1 302 0/0 0.002 - - 0
2014-04-10 12:27:59.689 sogod[11317] WARNING: IMAP4 connection pooling is 
disabled!
2014-04-10 12:27:59.902 sogod[11317] Note(NGImap4Connection): using '/' as the 
IMAP4 folder separator.
EXCEPTION: NSException: 0x7f5b05d71d08 NAME:NSInvalidArgumentException 
REASON:[GSMutableString -rangeOfString:options:range:] nil string argument INFO:(null)
Apr 10 12:28:00 sogod [11316]: [ERROR] 0x0x7f5b05952b28[WOWatchDog] No child 
available to handle incoming request!
Apr 10 12:28:00 sogod [11316]: 0x0x7f5b0582b838[WOWatchDogChild] child 11317 
exited
Apr 10 12:28:00 sogod [11316]: 0x0x7f5b0582b838[WOWatchDogChild]  (terminated 
due to signal 6)
Apr 10 12:28:00 sogod [11316]: 0x0x7f5b05952b28[WOWatchDog] child spawned 
with pid 11389
2014-04-10 12:28:00.646 sogod[11389] Note: Using UTF-8 as URL encoding in 
NGExtensions.
Apr 10 12:28:00 sogod [11389]: 0x0x7f5b05a9d5a8[SOGoCache] Cache cleanup 
interval set every 300.00 seconds
Apr 10 12:28:00 sogod [11389]: 0x0x7f5b05a9d5a8[SOGoCache] Using host(s) 
'localhost' as server(s)
2014-04-10 12:28:00.649 sogod[11389] Note(SoObject): SoDebugKeyLookup is 
enabled!
2014-04-10 12:28:00.649 sogod[11389] Note(SoObject): SoDebugBaseURL is enabled!
2014-04-10 12:28:00.649 sogod[11389] Note(SoObject): relative base URLs are 
enabled.
2014-04-10 12:28:00.665 sogod[11389] WOxElemBuilder: could not locate builders: 
WOxExtElemBuilder,WOxExtElemBuilder
2014-04-10 12:28:00.689 sogod[11389] WARNING: IMAP4 connection pooling is 
disabled!
2014-04-10 12:28:00.898 sogod[11389] Note(NGImap4Connection): using '/' as the 
IMAP4 folder separator.
EXCEPTION: NSException: 0x7f5b05cc0848 NAME:NSInvalidArgumentException 
REASON:[GSMutableString -rangeOfString:options:range:] nil string argument INFO:(null)
Apr 10 12:28:01 sogod [11316]: [ERROR] 0x0x7f5b05952b28[WOWatchDog] No child 
available to handle incoming request!
Apr 10 12:28:01 sogod [11316]: 0x0x7f5b0582b838[WOWatchDogChild] child 11389 
exited
Apr 10 12:28:01 sogod [11316]: 0x0x7f5b0582b838[WOWatchDogChild]  (terminated 
due to signal 6)
Apr 10 12:28:01 sogod [11316]: 0x0x7f5b0582b838[WOWatchDogChild] avoiding to 
respawn child before 2014-04-10 12:28:05 +0200
Apr 10 12:28:02 sogod [11316]: [ERROR] 0x0x7f5b05952b28[WOWatchDog] No child 
available to handle incoming request!
Apr 10 12:28:04 sogod [11316]: [ERROR] 0x0x7f5b05952b28[WOWatchDog] No child 
available to handle incoming request!

And the apache error log:
[error] [client 46.144.236.233] (20014)Internal error: proxy: error reading 
status line from remote server 127.0.0.1:2, referer: 
http://sogo.procura.nl/SOGo/so/henry/Calendar/view
[client 46.144.236.233] proxy: Error reading from remote server returned by 
/SOGo/so/henry/Mail/view, referer: 
http://sogo.procura.nl/SOGo/so/henry/Calendar/view

I can see in the mailserver log that the login succeeds but is closed right 
away.

--
Kind Regards,
Henry

--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] How to increase Email size limit?

2014-04-10 Thread Sogo Thailand
Hi All,

Sogo came with default size at 1500.
How can I increase the incoming email size?
I expect to increase to 35M like gmail.com.

telnet myemail 25
EHLO test
250-PIPELINING
250-8BITMIME
250-SIZE 1500
250 STARTTLS
421 Connection Timed Out

-- 
Somsak


-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] How to increase Email size limit?

2014-04-10 Thread Martin Simovic
This is your MTA setting, not SOGo.

Regards,
Martin

Dňa 10.4.2014, o 16:11, Sogo Thailand a...@eicm.co.th napísal:

 Hi All,

 Sogo came with default size at 1500.
 How can I increase the incoming email size?
 I expect to increase to 35M like gmail.com.

 telnet myemail 25
 EHLO test
 250-PIPELINING
 250-8BITMIME
 250-SIZE 1500
 250 STARTTLS
 421 Connection Timed Out

 --
 Somsak


 --
 users@sogo.nu
 https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] How to increase Email size limit?

2014-04-10 Thread Ian McMichael
On 10/04/14 14:27, Sogo Thailand wrote:
 How can I increase the incoming email size?

Assuming your SMTP server is Postfix, update the message_size_limit
parameter in main.cf and restart Postfix.

-- 

Ian McMichael

• E-Mail: ian.mcmich...@gmail.com
• Phone: +44-(0)7703-192837

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem with activesync, outlook 2013 and middle size or big size mailbox

2014-04-10 Thread Ludovic Marcotte

On 2014-04-10, 10:39 AM, Philippe Brangier wrote:
I find a new one at 10:10 (16:10 in france) but only the sogo package 
was updated, is it normal ?
New packages were pushed 40 mins ago. All packages were updated, 
including sogo-activesync one.


The updated packages will fix the problem you still have.

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Problem with activesync, outlook 2013 and middle size or big size mailbox

2014-04-10 Thread Ludovic Marcotte

On 2014-04-10, 11:28 AM, Philippe Brangier wrote:

two problems remains :
- some characters in mails are not correctly displayed (see 
outlook.png) ~30% of my mails aren't correctly displayed. Somes of 
them are charset=iso-8859-1 others are charset=UTF-8


- 'other user' folders lack the last character of their titles. (se 
previous mails)

Create 2 bug reports for this.

For the first one, attach a sample message (rfc822 format) to the ticket.

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Problem with activesync, outlook 2013 and middle size or big size mailbox

2014-04-10 Thread Philippe Brangier

ok,
  thanks a lot for your help.
  bugs added as 0002709 http://www.sogo.nu/bugs/view.php?id=2709 and 
0002710 http://www.sogo.nu/bugs/view.php?id=2710


Regards

*Philippe Brangier *
Administrateur systèmes et réseaux
Ilex

51, boulevard Voltaire
92600 Asnières-sur-Seine
*philippe.brang...@ilex.fr mailto:philippe.brang...@ilex.fr*
Tél // +33 (0)1 46 88 03 40
Fax // +33 (0)1 46 88 03 41
http://www.ilex.fr/


--
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Outlook Sync issues.

2014-04-10 Thread Rex Johnston
Hi,

I'm (hopefully) in the final stages of deploying SOGo/Openchange and i'm
running in to a few Outlook issues.
After upgrading to SOGo 2.2.3-1 i've fixed most problems, but now get an
Outlook sync issue.

Hitting send receive, i get 0X8004010F object not found blah blah. 
Looking at the sync log, it tells me

Microsoft Exchange offline address book
Not downloading Offline address book files. A server (URL) could not be
located.
0X8004010F

Random sampling of log.samba doesn't tell me anything, no obvious
references to useful errors.

Can anyone point me in the right direction?

Thanks, Rex
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] BTS activities for Thursday, April 10 2014

2014-04-10 Thread SOGo reporter
Title: BTS activities for Thursday, April 10 2014





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Thursday, April 10 2014

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2709
	2014-04-10 12:19:25
	updated (open)
	ActiveSync
	'other user' folders lack the last character of their titles.
	
	  
	
2710
	2014-04-10 12:17:41
	updated (open)
	ActiveSync
	In outlook 2013 somes characters (accentued ones for exemple) are'nt correctly displayed
	
	  
	
2707
	2014-04-10 07:15:42
	updated (open)
	Backend Calendar
	Wrong Time/timezone for accepted event showing in iPhone and Thunderbird, shows correct in SOGo web GUI
	
	  
	
2708
	2014-04-10 07:37:17
	updated (open)
	OpenChange backend
	Samba4 - INTERNAL ERROR: Signal 11
	
	  
	
2675
	2014-04-10 01:47:02
	updated (open)
	Web Mail
	Error adding a second attachment
	
	  
	
2703
	2014-04-10 13:38:07
	resolved (fixed)
	Web Calendar
	categories with umlauts are ignored for marking events
	
	  
	
2396
	2014-04-10 06:32:37
	closed (not a bug)
	OpenChange backend
	INTERNAL ERROR: Signal 11 in pid  (4.0.1)