bundlewrap/bundles/dovecot/files/dovecot-sql.conf
Franziska Kunsmann 0eca42d188
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/dovecot: fix home directory for virtual mailboxes
2020-11-08 13:00:44 +01:00

5 lines
366 B
Text

connect = host=localhost dbname=${dbname} user=${dbuser} password=${dbpass}
driver = pgsql
default_pass_scheme = MD5-CRYPT
password_query = SELECT username as user, password FROM mailbox WHERE username = '%u' AND active = true
user_query = SELECT '/var/mail/vmail/' || maildir as home, 65534 as uid, 65534 as gid FROM mailbox WHERE username = '%u' AND active = true