You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
211 B
Plaintext
14 lines
211 B
Plaintext
9 years ago
|
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
|