bundlewrap/bundles/postfixadmin/files/virtual_mailbox_maps.cf
Franzi 3fbe32518a
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/postgresql: rename users -> roles
2020-11-10 12:37:58 +01:00

6 lines
213 B
CFEngine3

user = postfixadmin
password = ${node.metadata['postgresql']['roles']['postfixadmin']['password']}
hosts = localhost
dbname = postfixadmin
query = SELECT maildir FROM mailbox WHERE username='%s' AND active = true