Franziska Kunsmann
0eca42d188
All checks were successful
bundlewrap/pipeline/head This commit looks good
5 lines
366 B
Text
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
|