6 lines
219 B
CFEngine3
6 lines
219 B
CFEngine3
user = postfix
|
|
password = e9EEBSJCxPHw
|
|
hosts = localhost
|
|
dbname = postfixdb
|
|
query = select if(sendonly = true, 'REJECT', 'OK') AS access from accounts where username = '%u' and domain = '%d' and enabled = true LIMIT 1;
|