Displaying 1 result from an estimated 1 matches for "mwnid".
2009 Apr 08
3
Multiple use of the same LDAP attribute
...EA/
[...]
Apr 8 13:53:39 lxmhs23 deliver(username at xxx.de): maildir: data=/home/mailstore/USERNAME at XXX.DE/Maildir:INDEX=/home/mailstore/indexes/U/USERNAME
As you can see the mail variable wasn't set by LDAP at all.
We did some more tests and found a workaround, when using another LDAP
(mwnid) attribute that contains the same information it works just fine
user_attrs =
xxxMailbox=mail=maildir:/home/mailstore/%U$/Maildir:INDEX=/home/mailstore/indexes/%1U$/%U$,
uidNumber=vmail, gidNumber=vmail,
xxxMailQuota=quota_rule2=*:storage=%$B, mwnid=home=/home/mailstore/%U$
Apr 8 14:18:06 lxm...