I see the following in sogo.log after logging in to the web interface (which 
succeeds):
> sogod [11471]: [WARN] <0x0x7fbac999c4c0[WOxElemBuilder]> could not locate 
> builders: WOxExtElemBuilder,WOxExtElemBuilder
> sogod [11471]: <0x0x5614b1d9b1b0[SOGoCache]> an error occurred when caching 
> value for key ‘myuser+dn': "SERVER HAS FAILED AND IS DISABLED UNTIL TIMED 
> RETRY”

As near as I can tell, connection to the database is successful. It certainly 
fails if I throw a bogus password. Additionally, I verified the mysql user 
‘sogo’ has all privileges on the database ‘sogo’.

My sogo.conf:
{
  SOGoLanguage = English;
  SOGoTimeZone = America/Chicago;
  SOGoAppointmentSendEMailNotifications = YES;
  SOGoFirstDayOfWeek = 0;
  SOGoMailMessageCheck = every_minute;
  SOGoMailAuxiliaryUserAccountsEnabled = YES;
  SOGoMemcachedHost = 127.0.0.1;
  SOGoMailDomain = tohuw.net;
  SOGoPasswordChangeEnabled = YES;
  SOGoMaximumFailedLoginCount = 5;
  SOGoMaximumFailedLoginInterval = 60;
  SOGoFailedLoginBlockInterval = 300;

  SOGoPageTitle = "TohuwNet";
  SOGoLoginModule = Mail;


  MySQL4Encoding = "utf8mb4";
  SOGoProfileURL = "mysql://sogo:my_password@localhost/sogo/sogo_user_profile";
  OCSFolderInfoURL = "mysql://sogo:my_password@localhost/sogo/sogo_folder_info";
  OCSSessionsFolderURL = 
"mysql://sogo:my_password@localhost/sogo/sogo_sessions_folder";
  OCSEMailAlarmsFolderURL = 
"mysql://sogo:my_password@localhost/sogo/sogo_alarms_folder";
  OCSStoreURL = "mysql://sogo:my_password@localhost/sogo/sogo_store";
  OCSAclURL = "mysql://sogo:my_password@localhost/sogo/sogo_acl";
  OCSCacheFolderURL = 
"mysql://sogo:my_password@localhost/sogo/sogo_cache_folder";

  SOGoMailingMechanism = smtp;
  SOGoSMTPServer = 127.0.0.1;

  SOGoIMAPServer = "imaps://localhost:143/?tls=YES";
  SOGoSieveServer = "sieve://localhost:4190/?tls=YES";
  SOGoIMAPAclConformsToIMAPExt = YES;
  SOGoSentFolderName = Sent;
  SOGoTrashFolderName = Trash;
  SOGoDraftsFolderName = Drafts;
  SOGoVacationEnabled = YES;
  SOGoForwardEnabled = YES;
  SOGoSieveScriptsEnabled = YES;

  SOGoLDAPContactInfoAttribute = displayName;

  SOGoUserSources = (
    {
        type = ldap;
        CNFieldName = cn;
        IDFieldName = cn;
        UIDFieldName = uid;
        baseDN = "ou=users,dc=tohuw,dc=net";
        bindDN = "uid=sogo,ou=services,dc=tohuw,dc=net";
        bindFields = (uid);
        bindPassword = my_ldap_password;
        canAuthenticate = YES;
        displayName = "TohuwNet";
        hostname = ldap://localhost;
        id = directory;
        isAddressBook = YES;
    }
  );
}

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to