Fixed driver for passdb and userdb

This commit is contained in:
myve 2025-09-27 14:55:08 +00:00
commit 8b2452d135

View file

@ -167,10 +167,12 @@ newaliases
###############
# dovecot.conf
cat >/etc/dovecot/dovecot.conf <<- dovecot.conf
passdb sql {
passdb {
driver = sql
args = /etc/dovecot/dovecot-sql.conf.ext
}
userdb sql {
userdb {
driver = sql
args = /etc/dovecot/dovecot-sql.conf.ext
}