mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-17 21:36:19 +00:00
Fixed driver for passdb and userdb
This commit is contained in:
parent
43968e1347
commit
8b2452d135
1 changed files with 4 additions and 2 deletions
|
|
@ -167,10 +167,12 @@ newaliases
|
||||||
###############
|
###############
|
||||||
# dovecot.conf
|
# dovecot.conf
|
||||||
cat >/etc/dovecot/dovecot.conf <<- dovecot.conf
|
cat >/etc/dovecot/dovecot.conf <<- dovecot.conf
|
||||||
passdb sql {
|
passdb {
|
||||||
|
driver = sql
|
||||||
args = /etc/dovecot/dovecot-sql.conf.ext
|
args = /etc/dovecot/dovecot-sql.conf.ext
|
||||||
}
|
}
|
||||||
userdb sql {
|
userdb {
|
||||||
|
driver = sql
|
||||||
args = /etc/dovecot/dovecot-sql.conf.ext
|
args = /etc/dovecot/dovecot-sql.conf.ext
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue