Add dovecot master passdb

This commit is contained in:
s3lph 2022-02-19 13:20:26 +01:00
parent 65738f9a03
commit 68d971f20f

View file

@ -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
##