Good morning!
I have SOGo 1.3.5a installed with postfix + cyrus but no email is listed.
The SOGo and mail server are on the same server.
No apparent error appears in the log.

When using the auxiliary imap account
(SOGoMailAuxiliaryUserAccountsEnabled) nothing appears too.

Here's my config:

{
    NSGlobalDomain = {
    };
    sogod = {
        SOGoSupportedLanguages = ("BrazilianPortuguese");
        SOGoLanguage = BrazilianPortuguese;
        SOGoTimeZone = America/Sao_Paulo;
        SOGoLoginModule = Calendar;
        OCSFolderInfoURL =
"mysql://root:senha@localhost:3306/sogo/sogo_folder_info";
        SOGoProfileURL =
"mysql://root:senha@localhost:3306/sogo/sogo_user_profile";
        OCSSessionsFolderURL =
"mysql://root:senha@localhost:3306/sogo/sogo_sessions_folder";
        OCSEMailAlarmsFolderURL =
"mysql://root:senha@localhost:3306/sogo/sogo_alarms_folder";
        SOGoMailAuxiliaryUserAccountsEnabled = YES;
        NGImap4DisableIMAP4Pooling = YES;
        SOGoACLsSendEMailNotifications = YES;
        SOGoAppointmentSendEMailNotifications = YES;
        SOGoFoldersSendEMailNotifications = YES;
        SOGoForceIMAPLoginWithEmail = NO;
        SOGoIMAPServer = localhost;
        SOGoMailDomain = localhost;
        SOGoMailKeepDraftsAfterSend = YES;
        SOGoMailingMechanism = smtp;
        SOGoSMTPServer = localhost;
        SOGoUserSources = (
            {
                type = ldap;
                CNFieldName = cn;
                IDFieldName = sAMAccountName;
                IMAPHostFileName = localhost;
                UIDFieldName = sAMAccountName;
                baseDN = "DC=dominio,DC=local";
                bindDN = "CN=Administrator, CN=Users, DC=dominio,DC=local";
                bindFields = (sAMAccountName);
                bindPassword = senha;
                canAuthenticate = YES;
                displayName = "Colaboradores";
                hostname = 192.168.1.160;
                id = public;
                isAddressBook = YES;
                port = 389;
            },
            {
                type = imap;
                hostname = imap://localhost;
                canAuthenticate = YES;
            }
        );
        SxVMemLimit = 512;
        SoDebugObjectTraversal = YES;
        SoSecurityManagerDebugEnabled = YES;
        WODebugZipResponse = YES;
        WODontZipResponse = YES;
        SOGoImapDebugEnabled = YES;
        GCSFolderDebugEnabled = YES;
        LDAPDebugEnabled = YES;
        OCSFolderManagerSQLDebugEnabled = YES;
        PGDebugEnabled = YES;
        SOGoDebugRequests = YES;
        SOGoUIxDebugEnabled = YES;
    };
}
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to