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