mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-17 22:56: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
|
||||
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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue