View Issue Details

IDProjectCategoryView StatusLast Update
0003045SOGoActiveSyncpublic2014-12-30 17:09
Reporterbsandberg Assigned Toludovic  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionsuspended 
PlatformLinuxOSCentosOS Version6.6 x64
Product Version2.2.12a 
Summary0003045: Log fills with error: [NGImap4Client]> ERROR(-[NGImap4Client _processUnknownCommandParserException:])
Description

When Outlook 2013 connected over ActiveSync, constantly receive above error

Steps To Reproduce

Start outlook

Additional Information

Environment:

CentOS release 6.6 (Final)

sogo.x86_64 2.2.12a-1.centos6
sogo-activesync.x86_64 2.2.12a-1.centos6
sope49-appserver.x86_64 4.9-20141219_1664.el6.1
sope49-cards.x86_64 2.2.12a-1.centos6
sope49-core.x86_64 4.9-20141219_1664.el6.1
sope49-gdl1.x86_64 4.9-20141219_1664.el6.1
sope49-gdl1-contentstore.x86_64 2.2.12a-1.centos6
sope49-gdl1-mysql.x86_64 4.9-20141219_1664.el6.1
sope49-ldap.x86_64 4.9-20141219_1664.el6.1
sope49-mime.x86_64 4.9-20141219_1664.el6.1
sope49-sbjson.x86_64 2.3.1-20141219_1664.el6.1
sope49-xml.x86_64 4.9-20141219_1664.el6.1

dovecot.x86_64 1:2.0.9-8.el6_6.1
dovecot-mysql.x86_64 1:2.0.9-8.el6_6.1
dovecot-pigeonhole.x86_64 1:2.0.9-8.el6_6.1

postfix.x86_64 2:2.6.6-6.el6_5

{
/ General Parameters /
WOPort = 127.0.0.1:20000;
SOGoTimeZone = America/XXX;
SOGoMailDomain = mydomain.com;
SOGoPasswordChangeEnabled = NO;
SOGoLanguage = English;
SOGoFirstDayOfWeek = 0;

/* Mail Preferences */
SOGoEnableEMailAlarms = YES;
SOGoAppointmentSendEMailNotifications = YES;
SOGoACLsSendEMailNotifications = YES;
SOGoFoldersSendEMailNotifications = YES;
SOGoMaximumSyncWindowSize = 50;

/* Database Configuration */
SOGoProfileURL = "mysql://sogo:****@localhost:3306/sogo/user_profiles";
OCSFolderInfoURL = "mysql://sogo:****@localhost:3306/sogo/folders";
OCSSessionsFolderURL = "mysql://sogo:****@localhost:3306/sogo/sessions";
OCSEMailAlarmsFolderURL = "mysql://sogo:****@localhost:3306/sogo/alarms";

/* Common IMAP and SMTP Configuration*/
SOGoMailMessageCheck = every_5_minutes;
SOGoForceExternalLoginWithEmail = YES;

/* IMAP Configuration */
NGImap4ConnectionStringSeparator = ".";
SOGoIMAPAclConformsToIMAPExt = NO;
SOGoMailSpoolPath = /var/spool/sogo;
SOGoIMAPServer = imap://127.0.0.1:143/;
SOGoSieveServer = sieve://127.0.0.1:4190;
SOGoSieveScriptsEnabled = YES;
SOGoVacationEnabled = YES;
SOGoForwardEnabled = YES;
SOGoDraftsFolderName = Drafts;          // User can override parameter
SOGoSentFolderName = Sent;              // User can override parameter
SOGoTrashFolderName = Trash;            // User can override parameter
SOGoMailShowSubscribedFoldersOnly = NO; // User can override parameter

/* SMTP Configuration */
SOGoMailingMechanism = smtp;
SOGoSMTPServer = 127.0.0.1:25;

/* Sieve Configuration */
SOGoSieveScriptsEnabled = YES;
SOGoVacationEnabled = YES;
SOGoForwardEnabled = YES;

/* Memcached Configuration */
SOGoMemcachedHost = 127.0.0.1;

// User authentication
domains = {
    mydomain = {
        SOGoMailDomain = mydomain.com;
        SOGoUserSources =
        (
            {

                type = sql;
                id = mydomain_directory;
                displayName = "mydomain Public Directory";
                viewURL = "mysql://sogo:****@127.0.0.1:3306/sogo/users";
                canAuthenticate = YES;
                userPasswordAlgorithm = md5;
                prependPasswordScheme = YES;

                // SOGo can use SQL database as address book, but it's able to
                // query ALL mail accounts. Enable it on your own.
                isAddressBook = YES;
            }
        );
    };
};

/* Debug */
GCSFolderDebugEnabled = YES;
GCSFolderStoreDebugEnabled = YES;
LDAPDebugEnabled = YES;
MySQL4DebugEnabled = YES;
NGImap4DisableIMAP4Pooling = YES;
OCSFolderManagerSQLDebugEnabled = YES;
PGDebugEnabled = YES;
SOGoDebugRequests = YES;
SOGoMailKeepDraftsAfterSend = YES;
SOGoUIxDebugEnabled = YES;
SoDebugObjectTraversal = YES;
SoSecurityManagerDebugEnabled = YES;
WODontZipResponse = YES;
WODebugZipResponse = YES;

}

TagsNo tags attached.

Activities

bsandberg

bsandberg

2014-12-30 16:50

reporter  

sogo.log (118,258 bytes)
bsandberg

bsandberg

2014-12-30 17:07

reporter   ~0007943

Noticed 2.2.13 was out and upgraded. This problem seems to have sorted itself out.

Issue History

Date Modified Username Field Change
2014-12-30 16:50 bsandberg New Issue
2014-12-30 16:50 bsandberg File Added: sogo.log
2014-12-30 17:07 bsandberg Note Added: 0007943
2014-12-30 17:09 ludovic Status new => resolved
2014-12-30 17:09 ludovic Resolution open => suspended
2014-12-30 17:09 ludovic Assigned To => ludovic