Follow up with info
SOGo version 1.3.1 Compiled as:
configure
and
configure --enable-debug --disable-strip
(behavior same in both versions)
SOPE version 1.3.1

DB postgres 8.3.11

[GNUstepDefaults]
{
    NSGlobalDomain = {
    };
    sogod = {
        SOGoProfileURL =
"postgresql://sogo:s...@localhost:5432/sogo/sogo_user_profile";
        OCSFolderInfoURL =
"postgresql://sogo:s...@localhost:5432/sogo/sogo_folder_info";
        SOGoACLsSendEMailNotifications = YES;
        SOGoCalendarDefaultRoles = (
                PublicView,
                ConfidentialDAndTViewer
        );
        SOGoAppointmentSendEMailNotifications = YES;
        SOGoDraftsFolderName = Drafts;
        SOGoFoldersSendEMailNotifications = YES;
        SOGoIMAPServer = localhost;
        SOGoLanguage = English;
        SOGoMailDomain = lakeshoretravel.com;
        SOGoMailingMechanism = smtp;
        SOGoSMTPServer = localhost;
        SOGoSentFolderName = Sent;
        SOGoSpecialFoldersInRoot = YES;
        SOGoTimeZone = America/Chicago;
        SOGoTrashFolderName = Trash;
        SOGoVacationEnabled = YES;
        SOGoForwardEnabled = YES;
        SOGoSieveScriptsEnabled = YES;
        SOGoUserSources = (
            {
                type=ldap;
                id="Local Users";
                MailFieldName=mail;
                IMAPHostFieldName="localhost";
                CNFieldName = uid;
                IDFieldName = uid;
                UIDFieldName = uid;
                IMAPHostFieldName = mailHost;
                hostname = localhost;
                baseDN = "ou=people,dc=domain,dc=com";
                bindDN = "cn=admin,dc=domain,dc=com";
                bindPassword = password;
                canAuthenticate = YES;
                displayName = "Palmerhouse Users";
                id = pbulic;
                isAddressBook = YES;
                port = 389;
            }
        );
    };
}
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to