View Issue Details

IDProjectCategoryView StatusLast Update
0005557SOGo Connectorwith SOGopublic2022-07-14 10:03
ReporterColmar0 Assigned To 
PrioritynormalSeverityminorReproducibilitysometimes
Status newResolutionopen 
OSDebian GNU/LinuxOS Version11 
Summary0005557: MS Outlook 2016 with active Sync stops synchronizing and shows status disconnected
Description

Client: Windows 10
Sogo Server: Debian GNU/Linux 11 (bullseye)
Sogo version: 5.7.0
Dovecot server: Debian GNU/Linux 10 (buster)
MS Outlook version: 2016 with 32-Bit
Outlook ost-file size: 1,83GByte

MS Outlook with active sync stops synchronization when approximately 90% emails are down loaded
and then stops the synchronization and MS Outlook show the error message "disconnected".
Reset the the sogo cache with "sogo-tool manage-eas listdevices <user>" does not work anymore.
Problem exist also in other previous version of Sogo.

Problem seems to stop in the version 5.6.0.

In all Sogo versions before the problem could be solved mostly by recreating the complete active sync account in Outlook.
Problem seems to appear sporadically on different Windows clients with MS Outlook 2016 and active sync.
MS Outlook PST-repair tool "C:\Program Files (x86)\Microsoft Office\Office16\SCANPST.EXE" does not solve
the problem. Only the new creation of the whole Outlook account solve the problem.

Sogo server syslog show following error message:
Jul 6 13:01:56 sogo1 kernel: [540939.953826] sogod[121988]: segfault at 10 ip 00007f2575076713 sp 00007fff724f3190 error 4 in Mailer[7f257504a000+36000]
Jul 6 13:01:56 sogo1 kernel: [540939.953836] Code: 8b 45 90 48 05 88 00 00 00 48 89 45 b8 c6 45 8f 00 c6 45 8e 01 80 7d 8f 00 0f 84 86 00 00 00 48 8b 45 b8 48 8b 00 48 83 c0 10 <8b

It's unclear where is coming this error message and if this error message is related with the problem or not.

TagsActiveSync, outlook

Relationships

duplicate of 0005553 closedsebastien MS Outlook 2016 with active Sync stops synchronizing and shows status disconnected 

Activities

Colmar0

Colmar0

2022-07-08 10:49

reporter   ~0016114

Colmar0

Colmar0

2022-07-08 10:50

reporter   ~0016115

sogo.conf:

{
SOGoEASDebugEnabled = NO;
MySQL4DebugEnabled = NO;
OCSFolderManagerSQLDebugEnabled = NO;
GCSFolderManagerSQLDebugEnabled = NO;
GCSFolderStoreDebugEnabled = NO;
WOListenQueueSize = 60;
WOWorkersCount = 100;
WOWatchDogRequestTimeout = 59;
SOGoMaximumSyncWindowSize = 60;
SOGoMaximumSyncResponseSize = 5172;
SxVMemLimit = 512;
MySQL4Encoding = "utf8mb4";
OCSEMailAlarmsFolderURL = "mysql://sogo:Bla@mysql1-int.subdomain.domain.de:3306/sogo/sogo_alarms_folder";
OCSFolderInfoURL = "mysql://sogo:Bla@mysql1-int.subdomain.domain.de:3306/sogo/sogo_folder_info";
OCSCacheFolderURL = "mysql://sogo:Bla@mysql1-int.subdomain.domain.de:3306/sogo/sogo_cache_folder";
OCSStoreURL = "mysql://sogo:Bla@mysql1-int.subdomain.domain.de:3306/sogo/sogo_store";
OCSAclURL = "mysql://sogo:Bla@mysql1-int.subdomain.domain.de:3306/sogo/sogo_acl";
OCSSessionsFolderURL = "mysql://sogo:Bla@mysql1-int.subdomain.domain.de:3306/sogo/sogo_sessions_folder";
SOGoMaximumPingInterval = 1140;
SOGoMaximumSyncInterval = 1140;
SOGoInternalSyncInterval = 120;
SOGoCacheCleanupInterval = 900;
SOGoFailedLoginBlockInterval = 120;
SOGoACLsSendEMailNotifications = NO;
SOGoAppointmentSendEMailNotifications = YES;
SOGoDraftsFolderName = Drafts;
SOGoEnableEMailAlarms = YES;
SOGoEnablePublicAccess = YES;
SOGoFirstDayOfWeek = 1;
SOGoFoldersSendEMailNotifications = NO;
SOGoForwardEnabled = YES;
SOGoIMAPAclConformsToIMAPExt = YES;
SOGoIMAPServer = "imaps://mail.domain.de:993";
SOGoLanguage = German;
SOGoMailAuxiliaryUserAccountsEnabled = "=";
SOGoMailDomain = "domain.de";
SOGoMailShowSubscribedFoldersOnly = YES;
SOGoMailingMechanism = smtp;
SOGoMemcachedHost = "sogo1.subdomain.domain.de";
SOGoPageTitle = "Rechenzentrum";
SOGoProfileURL = "mysql://sogo:Bla@mysql1-int.subdomain.domain.de:3306/sogo/sogo_user_profile";
SOGoSMTPServer = "smtp.domain.de";
SOGoSentFolderName = Sent;
SOGoSieveScriptsEnabled = YES;
SOGoSieveServer = "sieve://localhost:4190";
SOGoSieveFolderEncoding = "UTF-8";
SOGoTimeZone = "Europe/Berlin";
SOGoTrashFolderName = Trash;
SOGoHideSystemEMail = YES;
SOGoSuperUsernames = ("asmobil");
SOGoCalendarDefaultRoles = ("PublicDAndTViewer", "ConfidentialDAndTViewer");
SOGoFirstWeekOfYear = "First4DayWeek";
SOGoUserSources = (
{
CNFieldName = cn;
IDFieldName = uid;
MailFieldNames = (
mail,
mailLocalAddress
);
SearchFieldNames = (
sn,
cn
);
UIDFieldName = uid;
baseDN = "ou=people,dc=domain.de,dc=de";
scope = "SUB";
MultipleBookingsFieldName = "Multiplebookings";
bindAsCurrentUser = YES;
canAuthenticate = YES;
displayName = "Adressen Rechnzentrum";
encryption = SSL;
hostname = "ldaps://ldap.domain.de:636";
id = public;
isAddressBook = NO;
passwordPolicy = NO;
type = ldap;
},
{
CNFieldName = cn;
IDFieldName = uid;
MailFieldNames = (
mail,
);
SearchFieldNames = (
sn,
cn
);
UIDFieldName = uid;
baseDN = "ou=people,dc=domain.de,dc=de";
scope = "SUB";
MultipleBookingsFieldName = "Multiplebookings";
bindAsCurrentUser = YES;
canAuthenticate = NO;
displayName = "Adressen Rechnzentrum";
encryption = SSL;
hostname = "ldaps://ldap.domain.de:636";
id = public_addr;
isAddressBook = YES;
passwordPolicy = NO;
type = ldap;
},
{
CNFieldName = cn;
IDFieldName = cn;
SearchFieldNames = (
cn
);
UIDFieldName = cn;
baseDN = "ou=group,dc=domain.de,dc=de";
bindDN = "uid=sogo,ou=ldap-user,ou=rz,dc=domain.de,dc=de";
bindPassword = "bla";
canAuthenticate = YES;
bindAsCurrentUser = YES;
displayName = "Gruppen Rechnzentrum";
encryption = SSL;
hostname = "ldaps://ldap.domain.de:636";
id = Rechnzentrum_groups;
isAddressBook = YES;
passwordPolicy = NO;
type = ldap;
}

);
SOGoVacationEnabled = YES;

}

Colmar0

Colmar0

2022-07-08 10:51

reporter   ~0016116

Adding files with Mozilla version 100.00 does not work on the bug report.

Colmar0

Colmar0

2022-07-11 09:27

reporter   ~0016117

Colmar0

Colmar0

2022-07-11 09:30

reporter   ~0016118

Colmar0

Colmar0

2022-07-11 09:31

reporter   ~0016119

Issue History

Date Modified Username Field Change
2022-07-08 10:45 Colmar0 New Issue
2022-07-08 10:45 Colmar0 Tag Attached: ActiveSync
2022-07-08 10:45 Colmar0 Tag Attached: outlook
2022-07-08 10:49 Colmar0 Note Added: 0016114
2022-07-08 10:50 Colmar0 Note Added: 0016115
2022-07-08 10:51 Colmar0 Note Added: 0016116
2022-07-11 09:27 Colmar0 Note Added: 0016117
2022-07-11 09:30 Colmar0 Note Added: 0016118
2022-07-11 09:31 Colmar0 Note Added: 0016119
2022-07-14 10:03 Christian Mack Relationship added duplicate of 0005553