Hello Jean,

Am Dienstag, den 27.03.2012, 15:18 -0400 schrieb jeanvanl...@yahoo.fr:
> Hello,
> 
> I try to configure  a multi-domain Sogo (V2).
> 
> I have a configuration problem.
> 
> Domain 1: login Ok
> 
> Domain 2: login not ok
> 
> Mar 27 15:51:41 sogod [19271]: SOGoRootPage Login for user 'jean' might not
> have worked - password policy: 65535  grace: -1  expire: -1  bound: 0
> 
> Nobody have a example of working config ?
> 
> Thanks in advance.
> 
> Jean

Could you tell us how do you have configured SOGo?

Currently I'm playing with this

<?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>LDAPDebugEnabled</key>
        <string>YES</string>
        <key>OCSEMailAlarmsFolderURL</key>

<string>postgresql://sogo:freebsd@127.0.0.1:5432/sogo/sogo_alarms_folder</string>
        <key>OCSFolderInfoURL</key>

<string>postgresql://sogo:freebsd@127.0.0.1:5432/sogo/sogo_folder_info</string>
        <key>OCSSessionsFolderURL</key>

<string>postgresql://sogo:freebsd@127.0.0.1:5432/sogo/sogo_sessions_info</string>
        <key>SOGoAppointmentSendEMailNotifications</key>
        <string>YES</string>
        <key>SOGoCalendarDefaultRoles</key>
        <array>
            <string>PublicViewer</string>
            <string>ConfidentialDAndTViewer</string>
        </array>
        <key>SOGoDebugRequests</key>
        <string>YES</string>
        <key>SOGoIMAPServer</key>
        <string>127.0.0.1</string>
        <key>SOGoImapDebugEnabled</key>
        <string>YES</string>
        <key>SOGoLanguage</key>
        <string>German</string>
        <key>SOGoMailingMechanism</key>
        <string>smtp</string>
        <key>SOGoMemcachedHost</key>
        <string>127.0.0.1</string>
        <key>SOGoProfileURL</key>

<string>postgresql://sogo:freebsd@127.0.0.1:5432/sogo/sogo_user_profile</string>
        <key>SOGoSentFolderName</key>
        <string>Sent</string>
        <key>SOGoTimeZone</key>
        <string>Europe/Berlin</string>
        <key>SOGoTrashFolderName</key>
        <string>Trash</string>
        <key>domains</key>
        <dict>
            <key>hell.localdomain</key>
            <dict>
                <key>SOGoDraftsFolderName</key>
                <string>Drafts</string>
                <key>SOGoIMAPServer</key>
                <string>127.0.0.1</string>
                <key>SOGoMailDomain</key>
                <string>hell.localdomain.de</string>
                <key>SOGoSMTPServer</key>
                <string>127.0.0.1</string>
                <key>SOGoUserSources</key>
                <array>
                    <dict>
                        <key>CNFieldName</key>
                        <string>cn</string>
                        <key>IDFieldName</key>
                        <string>cn</string>
                        <key>IMAPLoginFieldName</key>
                        <string>mail</string>
                        <key>UIDFieldName</key>
                        <string>uid</string>
                        <key>baseDN</key>
                        <string>ou=people,dc=hell</string>
                        <key>bindDN</key>
                        <string>cn=manager,dc=hell</string>
                        <key>bindFields</key>
                        <string>mail</string>
                        <key>bindPassword</key>
                        <string>freebsd</string>
                        <key>canAuthenticate</key>
                        <string>YES</string>
                        <key>displayName</key>
                        <string>ldap</string>
                        <key>hostname</key>
                        <string>localhost</string>
                        <key>id</key>
                        <string>ldap</string>
                        <key>port</key>
                        <string>389</string>
                    </dict>
                </array>
            </dict>
            <key>example.com</key>
            <dict>
                <key>SOGoDraftsFolderName</key>
                <string>Drafts</string>
                <key>SOGoIMAPServer</key>
                <string>127.0.0.1</string>
                <key>SOGoMailDomain</key>
                <string>example.com</string>
                <key>SOGoSMTPServer</key>
                <string>127.0.0.1</string>
                <key>SOGoUserSources</key>
                <array>
                    <dict>
                        <key>CNFieldName</key>
                        <string>cn</string>
                        <key>IDFieldName</key>
                        <string>cn</string>
                        <key>IMAPLoginFieldName</key>
                        <string>mail</string>
                        <key>UIDFieldName</key>
                        <string>uid</string>
                        <key>baseDN</key>
                        <string>ou=users,dc=hell</string>
                        <key>bindDN</key>
                        <string>cn=manager,dc=hell</string>
                        <key>bindFields</key>
                        <string>mail</string>
                        <key>bindPassword</key>
                        <string>freebsd</string>
                        <key>canAuthenticate</key>
                        <string>YES</string>
                        <key>displayName</key>
                        <string>ldap</string>
                        <key>hostname</key>
                        <string>localhost</string>
                        <key>id</key>
                        <string>ldap</string>
                        <key>port</key>
                        <string>389</string>
                    </dict>
                </array>
            </dict>
        </dict>
    </dict>
</dict>
</plist>

In hope it will be helpfull. If something could be better please correct
me guys :)

cheers Darko

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to