mirror of
https://github.com/DanWin/mail-hosting.git
synced 2024-11-22 15:40:25 +00:00
6 lines
151 B
CFEngine3
6 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'
|