This repository has been archived on 2021-02-06. You can view files and clone it, but cannot push or open issues/pull-requests.
mail/dovecot/auth-ldap.conf.ext

11 lines
228 B
Plaintext

passdb {
driver = ldap
args = /etc/dovecot/dovecot-ldap.conf.ext
override_fields = user=%{auth_user}
}
userdb {
driver = static
args = uid=vmail gid=vmail home=/var/vmail/%d/%n mail=maildir:/var/vmail/%d/%n/Maildir
}