别人发送邮件给我,返回如下报错:
5.7.1 Message rejected. 5.7.1 Failed on SPF check (SPF Fail), the IP address 1.2.3.4 is not authorized to send in the name of domain "test.com".
1、启用发件人筛选:
Set-SenderFilterConfig -Enabled $true
2、禁用发件人筛选:
Set-SenderFilterConfig -Enabled $false
3、验证发件人筛选:
Get-SenderFilterConfig | Format-List Enabled
4、重启传输服务器
Restart-Service MSExchangeTransport
5、如果有ORF反垃圾,也要关闭。

https://technet.microsoft.com/zh-cn/library/aa996295(v=exchg.160).aspx
本文转自 sailikung 51CTO博客,原文链接:http://blog.51cto.com/net881004/2063094,如需转载请自行联系原作者