Use exherbo as base image

This commit is contained in:
2016-10-15 13:45:24 +02:00
parent deab70fe64
commit ac397c4f85
39 changed files with 80 additions and 288 deletions

View File

@@ -0,0 +1,11 @@
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
}