Use exherbo as base image
This commit is contained in:
11
config/dovecot/dovecot.auth
Normal file
11
config/dovecot/dovecot.auth
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user