[SOGo] Activesync not working

2019-09-11 Thread Balla Szabolcs
Hi,

I have some problem one of my email box. (I'm using iredmail with sogo).

ubuntu 16.04
sogo:amd64   4.0.8.20190909-1  
sogo-activesync 4.0.8.20190909-1  

I have a strange problem with one of client mailbox. couple days ago
outlook doesn't want to sync his email.
Via Iphone working good. Via imap working good. Via SOGo web working good.
I'v try to delete and recreate account in outlook (2016,2013, 2
different language ). Inital connection seems to be ok. (green pipe checked)
But after that when it want to download messages and folders waiting for
1 min and !no connection  on the status bar.
I've check sogo log files on debug mode and I see this:

2019-09-10 18:44:30.297 sogod[29403] EXCEPTION:  NAME:NSInvalidArgumentException REASON:Tried to add nil
value for key 'displayName' to dictionary INFO:{}
Sep 10 18:44:30 sogod [29403]: 213.x.x.x "POST
/SOGo/Microsoft-Server-ActiveSync?Cmd=FolderSync&User=.y...@domain.com&DeviceId=5600F579B7FD4831AAD1B30EA0DF2561&DeviceType=WindowsOutlook15
HTTP/1.1" 501 0/13 0.578 - - 0

And same line in apache log file:

POST
/Microsoft-Server-ActiveSync?Cmd=FolderSync&User=.y...@domain.com&DeviceId=5600F579B7FD4831AAD1B30EA0DF2561&DeviceType=WindowsOutlook15
HTTP/1.1" 501 370 "-" "Outlook/15.0 (15.0.5125.1000; MSI; x64)

Another strange thing. Same machine with another account working properly.
POST
/Microsoft-Server-ActiveSync?Cmd=FolderSync&User=z.o...@domain.com&DeviceId=9FE35E0F8C3247CAB98871A2150CEE44&DeviceType=WindowsOutlook15
HTTP/1.1" 200 4032 "-" "Outlook/15.0 (15.0.5125.1000; MSI; x64)

I've chage from apache to nginx for test but not helped.
Another thing: a random time later some messages appeard suddenly but
soon just dissapeard.

I have 30 user:
PREFORK=100

sogo conf:
    WOPort = 127.0.0.1:2;
    WOWorkersCount = 100;
    SOGoMaximumPingInterval = 3540;
    SOGoMaximumSyncInterval = 3540;
    SOGoInternalSyncInterval = 30;
    WOWatchDogRequestTimeout = 60;
    SOGoMaximumSyncWindowSize = 100;
    SOGoMaximumSyncResponseSize = 2048;
    SxVMemLimit = 1024;
    SOGoLanguage = English;
    SOGoLoginModule = Mail;
    SOGoForceExternalLoginWithEmail = YES;
    SOGoMailCustomFromEnabled = YES;
    SOGoEnableEMailAlarms = YES;
    SOGoSMTPServer = 127.0.0.1;
    SOGoMailingMechanism = smtp;
    SOGoSieveScriptsEnabled = YES;
    SOGoVacationEnabled = YES;
    SOGoForwardEnabled = YES;
    SOGoSieveFolderEncoding = UTF-8;
    SOGoMemcachedHost = 127.0.0.1;
    SOGoTimeZone = "America/New_York";
    SOGoFirstDayOfWeek = 1;
    SOGoRefreshViewCheck = every_5_minutes;
    SOGoMailReplyPlacement = below;
    SOGoAppointmentSendEMailNotifications = YES;
    SOGoFoldersSendEMailNotifications = YES;
    SOGoACLsSendEMailNotifications = YES;
    SOGoPasswordChangeEnabled = YES;

    SOGoUserSources = (
    {
    type = sql;
    id = users;
    canAuthenticate = YES;
    userPasswordAlgorithm = ssha512;
    prependPasswordScheme = YES;
    isAddressBook = YES;
    displayName = "Domain Address Book";
    SOGoEnableDomainBasedUID = YES;
    DomainFieldName = "domain";
    },
    );

What can I do next?

Thank You!
Szabolcs Balla

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


Re: [SOGo] SOGo on macOS

2019-09-11 Thread "Sam W. Klambour"

What effort/resources would it take the team to port SOGo to macOS?

Sam W. Klambour


*MacSMB *

Sam W. Klambour

klamb...@macsmb.com 

voice: +4179-602-

skype: klambour1

Zurich - Switzerland


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

AW: [SOGo] Activesync not working

2019-09-11 Thread t...@aon.at
Hi Szabolcs, 
you should try to identify the email causing the problem. 
With 
SOGoMaximumSyncWindowSize = 1; and 
SOGoEASDebugEnabled = YES;
the client will receive only one mail per request and you should be able to find the culprit.
Regards, Thomas 
 Balla Szabolcs schrieb Hi,I have some problem one of my email box. (I'm using iredmail with sogo).ubuntu 16.04sogo:amd64   4.0.8.20190909-1  sogo-activesync 4.0.8.20190909-1  I have a strange problem with one of client mailbox. couple days agooutlook doesn't want to sync his email.Via Iphone working good. Via imap working good. Via SOGo web working good.I'v try to delete and recreate account in outlook (2016,2013, 2different language ). Inital connection seems to be ok. (green pipe checked)But after that when it want to download messages and folders waiting for1 min and !no connection  on the status bar.I've check sogo log files on debug mode and I see this:2019-09-10 18:44:30.297 sogod[29403] EXCEPTION: 0x55a23ec4c280> NAME:NSInvalidArgumentException REASON:Tried to add nilvalue for key 'displayName' to dictionary INFO:{}Sep 10 18:44:30 sogod [29403]: 213.x.x.x "POST/SOGo/Microsoft-Server-ActiveSync?Cmd=FolderSync&User=.y...@domain.com&DeviceId=5600F579B7FD4831AAD1B30EA0DF2561&DeviceType=WindowsOutlook15HTTP/1.1" 501 0/13 0.578 - - 0And same line in apache log file:POST/Microsoft-Server-ActiveSync?Cmd=FolderSync&User=.y...@domain.com&DeviceId=5600F579B7FD4831AAD1B30EA0DF2561&DeviceType=WindowsOutlook15HTTP/1.1" 501 370 "-" "Outlook/15.0 (15.0.5125.1000; MSI; x64)Another strange thing. Same machine with another account working properly.POST/Microsoft-Server-ActiveSync?Cmd=FolderSync&User=z.o...@domain.com&DeviceId=9FE35E0F8C3247CAB98871A2150CEE44&DeviceType=WindowsOutlook15HTTP/1.1" 200 4032 "-" "Outlook/15.0 (15.0.5125.1000; MSI; x64)I've chage from apache to nginx for test but not helped.Another thing: a random time later some messages appeard suddenly butsoon just dissapeard.I have 30 user:PREFORK=100sogo conf:    WOPort = 127.0.0.1:2;    WOWorkersCount = 100;    SOGoMaximumPingInterval = 3540;    SOGoMaximumSyncInterval = 3540;    SOGoInternalSyncInterval = 30;    WOWatchDogRequestTimeout = 60;    SOGoMaximumSyncWindowSize = 100;    SOGoMaximumSyncResponseSize = 2048;    SxVMemLimit = 1024;    SOGoLanguage = English;    SOGoLoginModule = Mail;    SOGoForceExternalLoginWithEmail = YES;    SOGoMailCustomFromEnabled = YES;    SOGoEnableEMailAlarms = YES;    SOGoSMTPServer = 127.0.0.1;    SOGoMailingMechanism = smtp;    SOGoSieveScriptsEnabled = YES;    SOGoVacationEnabled = YES;    SOGoForwardEnabled = YES;    SOGoSieveFolderEncoding = UTF-8;    SOGoMemcachedHost = 127.0.0.1;    SOGoTimeZone = "America/New_York";    SOGoFirstDayOfWeek = 1;    SOGoRefreshViewCheck = every_5_minutes;    SOGoMailReplyPlacement = below;    SOGoAppointmentSendEMailNotifications = YES;    SOGoFoldersSendEMailNotifications = YES;    SOGoACLsSendEMailNotifications = YES;    SOGoPasswordChangeEnabled = YES;    SOGoUserSources = (    {    type = sql;    id = users;    canAuthenticate = YES;    userPasswordAlgorithm = ssha512;    prependPasswordScheme = YES;    isAddressBook = YES;    displayName = "Domain Address Book";    SOGoEnableDomainBasedUID = YES;    DomainFieldName = "domain";    },    );What can I do next?Thank You!Szabolcs Balla-- users@sogo.nuhttps://inverse.ca/sogo/lists
-- users@sogo.nuhttps://inverse.ca/sogo/lists

[SOGo] BTS activities for Wednesday, September 11 2019

2019-09-11 Thread SOGo reporter
Title: BTS activities for Wednesday, September 11 2019





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Wednesday, September 11 2019

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
4808
	2019-09-11 15:15:05
	closed (fixed)
	with SOGo
	stretch/Release and stretch/InRelease date inside file  not updated
	
	  
	
  
  


-- users@sogo.nuhttps://inverse.ca/sogo/lists