Displaying 1 result from an estimated 1 matches for "xxxmailquota".
2009 Apr 08
3
Multiple use of the same LDAP attribute
...ox from a LDAP directory. We allow
login and LDA with both full mail address and an internal username,
so the mailbox directory is based on a LDAP attribute
user_attrs =
xxxMailbox=mail=maildir:/home/mailstore/%U$/Maildir:INDEX=/home/mailstore/indexes/%1U$/%U$,
uidNumber=vmail, gidNumber=vmail,
xxxMailQuota=quota_rule2=*:storage=%$B
this worked just fine until we introduced sieve, which made us realize
we did not have the home directory set at all.
The obvious and easy fix (we thought) was to set the home directory
based on the xxxMailbox variable as well:
user_attrs =
xxxMailbox=mail=maildir:/hom...