From 8b2452d135d8c547add02b806f9739f580471f1e Mon Sep 17 00:00:00 2001 From: myve Date: Sat, 27 Sep 2025 14:55:08 +0000 Subject: [PATCH] Fixed driver for passdb and userdb --- build/run/installer.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build/run/installer.sh b/build/run/installer.sh index 5c69db9..0f22c95 100755 --- a/build/run/installer.sh +++ b/build/run/installer.sh @@ -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 }