mirror of
https://github.com/DanWin/mail-hosting.git
synced 2024-11-22 07:30:26 +00:00
5 lines
151 B
CFEngine3
5 lines
151 B
CFEngine3
user = postfix_readonly
|
|
password = YOUR_PASSWORD
|
|
hosts = localhost
|
|
dbname = postfix
|
|
query = SELECT 1 FROM mailbox WHERE username='%s' AND active = '1'
|