在我的Exchange 2007计算机上,我configuration了IP阻止列表提供程序进行查询
一些我们的业务联系人或在这些名单上,并被Exchange阻止。 所以我将他们的域添加到BypassedSenderDomains列表中:
[PS] C:\>Get-ContentFilterConfig | fl bypassedsenderdomains BypassedSenderDomains : {domain1.com, domain2.com}
不幸的是,无论如何,它们都会被阻止,就像在代理日志中看到的那样:
P1FromAddress Agent Event Action SmtpResponse Reason ReasonData Diagnostics [email protected] 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
我做错了什么?
交易所并不会忽视你的设置。 发生这种情况是因为连接筛选发生在内容筛选之前 您需要将发件人的IP地址添加到IP允许列表。
https://technet.microsoft.com/en-us/library/aa997242(EXCHG.80,printer).aspx