May be there is something to update in the mySQL database  ?
Before it was sogo ver 1.3 now it's 1.3.16 

Here my GNUstepDefaults

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//GNUstep//DTD plist 0.9//EN"
"http://www.gnustep.org/plist-0_9.xml";>
<plist version="0.9">
<dict>
    <key>NSGlobalDomain</key>
    <dict>
    </dict>
    <key>sogod</key>
    <dict>
        <key>OCSEMailAlarmsFolderURL</key>
       
<string>mysql://sogo:xxxxx@localhost:3306/sogo/sogo_alarms_folder</string>
        <key>OCSFolderInfoURL</key>
       
<string>mysql://sogo:xxxxx@localhost:3306/sogo/sogo_folder_info</string>
        <key>OCSSessionsFolderURL</key>
       
<string>mysql://sogo:xxxxx@localhost:3306/sogo/sogo_sessions_folder</string>
        <key>SOGOEnableEMailAlarms</key>
        <string>YES</string>
        <key>SOGoACLsSendEMailNotifications</key>
        <string>YES</string>
        <key>SOGoAppointmentSendEMailNotifications</key>
        <string>YES</string>
        <key>SOGoCacheCleanupInterval</key>
        <string>120</string>
        <key>SOGoCalendarDefaultRoles</key>
        <array> 
            <string>PublicViewer</string>
            <string>ConfidentialDAndTViewer</string>
        </array>
        <key>SOGoEnablePublicAccess</key>
        <string>YES</string>
        <key>SOGoFirstDayOfWeek</key>
        <string>1</string>
        <key>SOGoFoldersSendEMailNotifications</key>
        <string>YES</string>
        <key>SOGoForceIMAPLoginWithEmail</key>
        <string>YES</string>
        <key>SOGoForwardEnabled</key>
        <string>YES</string>
        <key>SOGoFowardEnabled</key>
        <string>YES</string>
        <key>SOGoIMAPServer</key>
        <string>localhost</string>
        <key>SOGoLanguage</key>
        <string>French</string>
        <key>SOGoLoginModule</key>
        <string>Calendar</string>
        <key>SOGoMailDomain</key>
        <string>orthobourg.com</string>
        <key>SOGoMailMessageCheck</key>
        <string>every_minute</string>
        <key>SOGoMailPollingIntervals</key>
        <string>2</string>
        <key>SOGoMailShowSubscribedFoldersOnly</key>
        <string>NO</string>
        <key>SOGoMailUseOutlookStyleReplies</key>
        <string>YES</string>
        <key>SOGoMailingMechanism</key>
        <string>smtp</string>
        <key>SOGoMemcachedHost</key>
        <string>localhost</string>
        <key>SOGoPageTitle</key>
        <string>Agenda OrthoBourg</string>
        <key>SOGoProfileURL</key>
       
<string>mysql://sogo:xxxxx@localhost:3306/sogo/sogo_user_profile</string>
        <key>SOGoSMTPServer</key>
        <string>localhost</string>
        <key>SOGoSharedFolderName</key>
        <string>Répertoires partagés</string>
        <key>SOGoTimeZone</key>
        <string>America/Montreal</string>
        <key>SOGoUserSources</key>
        <array>
            <dict>
                <key>CNFieldName</key>
                <string>cn</string>
                <key>IDFieldName</key>
                <string>uid</string>
                <key>UIDFieldName</key>
                <string>uid</string>
                <key>baseDN</key>
                <string>ou=users,dc=orthobourg,dc=com</string>
                <key>bindDN</key>
                <string>uid=sogo,ou=users,dc=orthobourg,dc=com</string>
                <key>bindPassword</key>
                <string>xxxxx</string>
                <key>canAuthenticate</key>
                <string>YES</string>
                <key>displayName</key>
                <string>Addresses partagées</string>
                <key>hostname</key>
                <string>localhost</string>
                <key>id</key>
                <string>public</string>
                <key>isAddressBook</key>
                <string>YES</string>
                <key>port</key>
                <string>389</string>
                <key>type</key>
                <string>ldap</string>
            </dict>
        </array>
        <key>SOGoVacationEnabled</key>
        <string>YES</string>
        <key>WOWorkersCount</key>
        <string>3</string>
    </dict>
</dict>
</plist>
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to