will that work if mail is the uid is set to mail?  here is my config:

            markmadere.com = {
                SOGoMailDomain = markmadere.com;
                SOGoUserSources = (
                    {
                        CNFieldName = cn;
                        IDFieldName = mail;
                        UIDFieldName = mail;
                        baseDN =
"jvd=markmadere.com,o=hosting,dc=noimg,dc=net";
                        bindDN = "cn=Manager,dc=noimg,dc=net";
                        bindPassword = xxx;
                        canAuthenticate = YES;
                        displayName = "Share Users";
                        filter = "(objectClass='JammMailAccount' AND
accountActive='TRUE' AND delete='FALSE')";
                        hostname = mail;
                        id = "public-markmadere.com";
                        isAddressBook = NO;
                        port = 389;
                        type = ldap;
                    }
                );
                SOGoSuperUsernames = ([email protected]);
            };

Hannes Gruber wrote:
> Haloooo,
>
> If you are using Ldap for autentification add more than one e-Mail
> address for the account:
>
> dn: uid=xxx,ou=People,o=xxx, c=at
> objectClass: calEntry
> objectClass: inetOrgPerson
> objectClass: organizationalPerson
> objectClass: person
> objectClass: top
> cn: xxx xxx
> sn: xxx
> calCalAdrURI: [email protected]
> calFBURL: http://xxx.at/SOGo/dav/xxx/freebusy.ifb
> givenName: xxx
> mail: [email protected]
> mail: [email protected]
> mail: [email protected]
> mobile: +41/66x/xxx
> telephoneNumber: +41/xxx
> uid: xxx
> userPassword: ***
>
> like that!
>
> Hannes
>   

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

Reply via email to