Initial commit
This commit is contained in:
6
etc/postfix/sql/mysql_virtual_domain_unauth_block.cf
Normal file
6
etc/postfix/sql/mysql_virtual_domain_unauth_block.cf
Normal file
@ -0,0 +1,6 @@
|
||||
user = postfix_readonly
|
||||
password = YOUR_PASSWORD
|
||||
hosts = localhost
|
||||
dbname = postfix
|
||||
query = SELECT 'REJECT' FROM domain WHERE domain='%d' AND active = '1'
|
||||
|
Reference in New Issue
Block a user