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