Displaying 1 result from an estimated 1 matches for "user1_alias".
2014 Oct 21
0
Multiple user attributes in LDAP userdb query strings
...the variables home and mail that will define the
mail location. The format must be like this:
home: /Mailboxes/<mount point>/<user login>/
mail: /Mailboxes/<mount point>/<user login>/Maildir
So, for a particular user (Login: user1, smtp: user1 at domain1.com, alias
smtp: user1_alias at domain1.com) the variables will be:
home: /Mailboxes/AdmUsers/user1/
mail: /Mailboxes/AdmUsers/user1/Maildir
Active Directory has the values in: mail:(user1 at domain1.com),
proxyAddresses:(user1_alias at domain1.com), sAMAaccountName(user1).
I have defined home and mail in dovecot-ldap.conf...