exherbo-dockermail/config/dovecot/dovecot.auth

12 lines
191 B
Plaintext

auth_mechanisms = plain login
passdb {
driver = passwd-file
args = /etc/dovecot/passwd
}
userdb {
driver = static
args = uid=vmail gid=vmail home=/vmail/%d/%n allow_all_users=yes
}