Hello,
Once updated the sogo 2.0.2 to 2.0.5, no one can log into sogo more.
I'm using multi-domain.
Can anyone help me?
Sorry for the english, do not know much!
Follow my setup that was working in version 2.0.2
<?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>OCSFolderInfoURL</key>
<string>postgresql://postgres:@localhost:5432/sogo/sogo_folder_info</string>
<key>OCSSessionsFolderURL</key>
<string>postgresql://postgres:@localhost:5432/sogo/sogo_sessions_folder</string>
<key>OGoForwardEnabled</key>
<string>YES</string>
<key>SOGoACLsSendEMailNotifications</key>
<string>YES</string>
<key>SOGoAppointmentSendEMailNotifications</key>
<string>YES</string>
<key>SOGoCalendarDefaultRoles</key>
<array>
<string>PublicViewer</string>
<string>ConfidentialDAndTViewer</string>
</array>
<key>SOGoDraftsFolderName</key>
<string>Drafts</string>
<key>SOGoDebugRequests</key>
<string>YES</string>
<key>LDAPDebugEnabled</key>
<string>YES</string>
<key>SOGoUIxDebugEnabled</key>
<string>YES</string>
<key>SOGoFoldersSendEMailNotifications</key>
<string>YES</string>
<key>SOGoForceIMAPLoginWithEmail</key>
<string>YES</string>
<key>SOGoMailAuxiliaryUserAccountsEnabled</key>
<string>YES</string>
<key>SOGoMailShowSubscribedFoldersOnly</key>
<string>YES</string>
<key>SOGoTimeZone</key>
<string>America/Sao_Paulo</string>
<key>SOGoCacheCleanupInterval</key>
<string>8600</string>
<key>SOGoMemcachedHost</key>
<string>127.0.0.1</string>
<key>SOGoLanguage</key>
<string>BrazilianPortuguese</string>
<key>SOGoSupportedLanguages</key>
<string>BrazilianPortuguese</string>
<key>SOGoMailingMechanism</key>
<string>smtp</string>
<key>SOGoOtherUsersFolderName</key>
<string>Other Users</string>
<key>SOGoPasswordChangeEnabled</key>
<string>YES</string>
<key>SOGoProfileURL</key>
<string>postgresql://postgres:@localhost:5432/sogo/sogo_user_profile</string>
<key>SOGoSMTPServer</key>
<string>localhost</string>
<key>SOGoSentFolderName</key>
<string>Sent</string>
<key>SOGoSharedFolderName</key>
<string>Shared Folders</string>
<key>SOGoSieveScriptsEnabled</key>
<string>YES</string>
<key>SOGoSuperUsernames</key>
<array>
<string>[email protected]</string>
</array>
<key>SOGoTimeFormat</key>
<string>%I:%M %p</string>
<key>SOGoTimeZone</key>
<string>Brazil/East</string>
<key>SOGoTrashFolderName</key>
<string>Trash</string>
<key>SOGoVacationEnabled</key>
<string>YES</string>
<key>domains</key>
<dict>
<key>example02.com.br</key>
<dict>
<key>SOGoIMAPServer</key>
<string>localhost</string>
<key>SOGoMailDomain</key>
<string>example02.com.br</string>
<key>SOGoUserSources</key>
<array>
<dict>
<key>CNFieldName</key>
<string>cn</string>
<key>IDFieldName</key>
<string>mail</string>
<key>IMAPHostFieldName</key>
<string>info</string>
<key>UIDFieldName</key>
<string>mail</string>
<key>baseDN</key>
<string>o=domains,dc=example,dc=com,dc=br</string>
<key>bindAsCurrentUser</key>
<string>YES</string>
<key>bindDN</key>
<string>cn=Manager,dc=example,dc=com,dc=br</string>
<key>bindFields</key>
<array>
<string>mail</string>
</array>
<key>bindPassword</key>
<string>EXAMPLEPASS</string>
<key>canAuthenticate</key>
<string>YES</string>
<key>displayName</key>
<string>Shared Addresses</string>
<key>filter</key>
<string>(mail='*example02.com.br*')</string>
<key>hostname</key>
<string>127.0.0.1</string>
<key>id</key>
<string>example02.com.br</string>
<key>isAddressBook</key>
<string>YES</string>
<key>port</key>
<string>389</string>
<key>type</key>
<string>ldap</string>
</dict>
</array>
</dict>
<key>example03.com.br</key>
<dict>
<key>SOGoIMAPServer</key>
<string>localhost</string>
<key>SOGoMailDomain</key>
<string>example03.com.br</string>
<key>SOGoUserSources</key>
<array>
<dict>
<key>CNFieldName</key>
<string>cn</string>
<key>IDFieldName</key>
<string>mail</string>
<key>IMAPHostFieldName</key>
<string>info</string>
<key>UIDFieldName</key>
<string>mail</string>
<key>baseDN</key>
<string>o=domains,dc=example,dc=com,dc=br</string>
<key>bindAsCurrentUser</key>
<string>YES</string>
<key>bindDN</key>
<string>cn=Manager,dc=example,dc=com,dc=br</string>
<key>bindFields</key>
<array>
<string>mail</string>
</array>
<key>bindPassword</key>
<string>EXAMPLEPASS</string>
<key>canAuthenticate</key>
<string>YES</string>
<key>displayName</key>
<string>Shared Addresses</string>
<key>filter</key>
<string>(mail='*example03.com.br*')</string>
<key>hostname</key>
<string>127.0.0.1</string>
<key>id</key>
<string>example03.com.br</string>
<key>isAddressBook</key>
<string>YES</string>
<key>passwordPolicy</key>
<string>YES</string>
<key>port</key>
<string>389</string>
<key>type</key>
<string>ldap</string>
</dict>
</array>
</dict>
<key>example.com.br</key>
<dict>
<key>SOGoIMAPServer</key>
<string>localhost</string>
<key>SOGoMailDomain</key>
<string>example.com.br</string>
<key>SOGoUserSources</key>
<array>
<dict>
<key>CNFieldName</key>
<string>cn</string>
<key>IDFieldName</key>
<string>mail</string>
<key>IMAPHostFieldName</key>
<string>info</string>
<key>UIDFieldName</key>
<string>mail</string>
<key>baseDN</key>
<string>o=domains,dc=example,dc=com,dc=br</string>
<key>bindAsCurrentUser</key>
<string>YES</string>
<key>bindDN</key>
<string>cn=Manager,dc=example,dc=com,dc=br</string>
<key>bindFields</key>
<array>
<string>mail</string>
</array>
<key>bindPassword</key>
<string>EXAMPLEPASS</string>
<key>canAuthenticate</key>
<string>YES</string>
<key>displayName</key>
<string>Shared Addresses</string>
<key>filter</key>
<string>(mail='*example.com.br*'</string>
<key>hostname</key>
<string>127.0.0.1</string>
<key>id</key>
<string>example.com.br</string>
<key>isAddressBook</key>
<string>YES</string>
<key>passwordPolicy</key>
<string>YES</string>
<key>port</key>
<string>389</string>
<key>type</key>
<string>ldap</string>
</dict>
</array>
</dict>
</dict>
</dict>
</dict>
</plist>
--
[email protected]
https://inverse.ca/sogo/lists