How to blacklist a whole sender domain in postfix?
When I add "@domain.com" in the postfix blacklist configuration as a sender, it does not work, postfix is always searching the whole email in the database, the mysql query goes like this:
SELECT access FROM mail_access WHERE source='email@domain.com' and type = 'sender' and active = 'y' and server_id = 1
and of course if the record in the database is just @domain.com, the above query does not match it.
Is there any way how to completely blacklist the whole sender domain?
Thanks.
|
Recent comments
9 hours 19 min ago
14 hours 18 min ago
15 hours 44 min ago
16 hours 37 min ago
18 hours 20 min ago
22 hours 44 min ago
23 hours 36 min ago
1 day 1 hour ago
1 day 14 hours ago
1 day 16 hours ago