6 lines
213 B
CFEngine3
6 lines
213 B
CFEngine3
|
user = postfixadmin
|
||
|
password = ${node.metadata['postgresql']['users']['postfixadmin']['password']}
|
||
|
hosts = localhost
|
||
|
dbname = postfixadmin
|
||
|
query = SELECT maildir FROM mailbox WHERE username='%s' AND active = true
|