5 lines
213 B
CFEngine3
5 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
|