Displaying 1 result from an estimated 1 matches for "xxxmailbox".
2009 Apr 08
3
Multiple use of the same LDAP attribute
...Dovecot 1.1.11.
Since day and age we've been running dovecot for our student mailserver,
getting the location of the mailbox 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 fi...