Hello again,

i have a problem with the latest SoGo nightly. It don't connect to smtp
or send mails via sendmail. And i didn't get any log either from sogo
nor from postfix. So i ask here for help. Maybe this time i get an
answer.

Greetings

dominik.

P.S.

Connfiguration:


{
    OCSFolderInfoURL =
"postgresql://sogo:sogo@localhost:5432/sogo/sogo_folder_info";
    OCSSessionsFolderURL =
"postgresql://sogo:sogo@localhost:5432/sogo/sogo_sessions_folder";
    SOGoACLsSendEMailNotifications = YES;
    SOGoAppointmentSendEMailNotifications = YES;
    SOGoDraftsFolderName = INBOX/Drafts;
    SOGoFirstDayOfWeek = 1;
    SOGoFirstWeekOfYear = January1;
    SOGoFoldersSendEMailNotifications = YES;
    SOGoForceExternalLoginWithEmail = YES;
    SOGoIMAPServer = imaps://localhost:993;
    SOGoLanguage = German;
    SOGoMailAuxiliaryUserAccountsEnabled = yes;
    SOGoMailDomain = hbs-buko.info;
    SOGoMailingMechanism = sendmail;
    SOGoProfileURL =
"postgresql://sogo:sogo@localhost:5432/sogo/sogo_user_profile";
    SOGoMailingMechanism = smtp;
    SOGoSMTPServer = 127.0.0.1:587;
    SOGoSentFolderName = INBOX/Sent;
    SOGoSuperUsernames = (
        dominik,
        sogo,
        buko
    );
    SOGoTimeZone = Europe/Berlin;
    SOGoTrashFolderName = INBOX/Trash;
    SOGoUserSources = (
        { 
            type = ldap;
            CNFieldName = cn;
            IDFieldName = uid;
            IMAPHostFieldName = mailHost;
            UIDFieldName = uid;
            baseDN = "ou=users,dc=hbs-buko,dc=info";
            bindDN = "uid=sogo,ou=users,dc=hbs-buko,dc=info";
            bindPassword = sogo;
            canAuthenticate = YES;
            displayName = "Shared Addresses";
            hostname = localhost;
            id = public;
            isAddressBook = YES;
            userPasswordAlgorithm=SSHA512;      
            hostname = "ldap://127.0.0.1:389";;            
            bindAsCurrentUser = NO;
        }
    );
        LDAPDebugEnabled=YES;
        ImapDebugEnabled=YES;  
}

-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to