Import and clean vmm provided configuration files
This commit is contained in:
13
config/dovecot/conf.d/10-auth.conf
Normal file
13
config/dovecot/conf.d/10-auth.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
auth_mechanisms = plain login cram-md5
|
||||
|
||||
passdb {
|
||||
driver = sql
|
||||
args = /etc/dovecot/dovecot-sql.conf.ext
|
||||
}
|
||||
|
||||
userdb {
|
||||
driver = sql
|
||||
args = /etc/dovecot/dovecot-sql.conf.ext
|
||||
}
|
||||
|
||||
#!include auth-system.conf.ext
|
||||
Reference in New Issue
Block a user