On my Exchange 2007 machine I configured the IP block list provider to query
- zen.spamhaus.org
- bl.spamcop.net
- dnsbl.sorbs.net
some of our business contacts or on those lists and get blocked by Exchange. So I added their domains to the BypassedSenderDomains
list:
[PS] C:\>Get-ContentFilterConfig | fl bypassedsenderdomains
BypassedSenderDomains : {domain1.com, domain2.com}
Unfortunately, they get blocked anyway, as you can see in the Agent Log:
P1FromAddress Agent Event Action SmtpResponse Reason ReasonData Diagnostics
sender@domain1.com Connection Filtering Agent OnRcptCommand RejectCommand "550 5.7.1 Recipient not authorized your IP has been found on a block list" BlockListProvider dnsbl.sorbs.net
What did I do wrong?