bundles/postfixadmin: introduce

This commit is contained in:
Franzi 2020-11-07 22:31:29 +01:00
parent 5550d2cc56
commit f42dda5961
Signed by: kunsi
GPG key ID: 12E3D2136B818350
7 changed files with 136 additions and 0 deletions

View file

@ -0,0 +1,5 @@
user = postfixadmin
password = ${node.metadata['postgresql']['users']['postfixadmin']['password']}
hosts = localhost
dbname = postfixadmin
query = SELECT maildir FROM mailbox WHERE username='%s' AND active = true