Add dovecot master passdb
This commit is contained in:
parent
65738f9a03
commit
68d971f20f
1 changed files with 10 additions and 10 deletions
|
@ -223,16 +223,6 @@ auth_mechanisms = plain login
|
|||
# passwd-like file with specified location.
|
||||
# <doc/wiki/AuthDatabase.PasswdFile.txt>
|
||||
|
||||
userdb {
|
||||
driver = sql
|
||||
args = /etc/dovecot/dovecot-sql.conf
|
||||
}
|
||||
|
||||
passdb {
|
||||
driver = sql
|
||||
args = /etc/dovecot/dovecot-sql.conf
|
||||
}
|
||||
|
||||
{% if dovecot_master_passdb_enable %}
|
||||
master_user_separator = {{ dovecot_master_user_separator }}
|
||||
passdb {
|
||||
|
@ -243,6 +233,16 @@ passdb {
|
|||
}
|
||||
{% endif %}
|
||||
|
||||
userdb {
|
||||
driver = sql
|
||||
args = /etc/dovecot/dovecot-sql.conf
|
||||
}
|
||||
|
||||
passdb {
|
||||
driver = sql
|
||||
args = /etc/dovecot/dovecot-sql.conf
|
||||
}
|
||||
|
||||
##
|
||||
## Mailbox locations and namespaces
|
||||
##
|
||||
|
|
Loading…
Add table
Reference in a new issue