Move all directories per theme
This commit is contained in:
5
core/postfix/conf/sqlite-reject-spoofed.cf
Normal file
5
core/postfix/conf/sqlite-reject-spoofed.cf
Normal file
@@ -0,0 +1,5 @@
|
||||
dbpath = /data/main.db
|
||||
query =
|
||||
SELECT 'REJECT' FROM domain WHERE name='%s'
|
||||
UNION
|
||||
SELECT 'REJECT' FROM alternative WHERE name='%s'
|
||||
Reference in New Issue
Block a user