Hello,
As part of the AntiSpam policy, I use the following options:
(a) BlackList (blocked email addresses)
(b) DNSBL (DNS BlackList)
(c) DNS Check
Reject message if originator’s domain has no MX entry – only
(without option ‘Reject message if the originating IP has no reverse DNS entry’)
In the logs (smtp_in.txt) I can see that methods A and B are working properly, if they occur, the mails are rejected, regardless of whether method A or B occurs alone or together
Part logs for method A:
Set smtp action to REJECT
Set smtp explanation to [Your email address is blacklisted]
and similarly for the method B:
Set smtp action to REJECT
Set smtp explanation to [DNSBL record found]
Unfortunately, method C, when it occurs alone or with the others (method A and/or B), does not work properly (despite the condition no DNS MX), mail is accepted
I see such entries in the logs:
Set smtp action to REJECT
Set smtp explanation to [Sender domain <xxxxxxx.yyy> has no DNS MX entry]
But the mail is received, what could be the reason for this behavior?
Some of the logs of the described case:
(…)
02-01 22:58:37 +0100 08 server1 SMTP-IN:00011892: MX validity failed for <xxxxxxxxx.yyy>
02-01 22:58:37 +0100 08 server1 SMTP-IN:00011892: Set smtp action to REJECT
02-01 22:58:37 +0100 08 server1 SMTP-IN:00011892: Set smtp explanation to [Sender domain <xxxxxxxxx.yyy> has no DNS MX entry]
02-01 22:58:37 +0100 08 server1 SMTP-IN:00011892: Set smtp action to REJECT
02-01 22:58:37 +0100 08 server1 SMTP-IN:00011892: Set smtp explanation to [DNSBL record found]
02-01 22:58:37 +0100 08 server1 SMTP-IN:00011892: Set smtp action to REJECT
02-01 22:58:37 +0100 08 server1 SMTP-IN:00011892: Set smtp explanation to [DNSBL record found]
02-01 22:58:37 +0100 08 server1 SMTP-IN:00011892: Set smtp action to REJECT
02-01 22:58:37 +0100 08 server1 SMTP-IN:00011892: Set smtp explanation to [Your email address is blacklisted]
02-01 22:58:37 +0100 08 server1 SMTP-IN:00011892: Set local delivery to all
02-01 22:58:37 +0100 08 server1 SMTP-IN:00011892: Set smtp action to ACCEPT
02-01 22:58:37 +0100 08 server1 SMTP-IN:00011892: Clear smtp explanation
(…)
Best regards
bcteam