天天看點

exchange 2016開啟和關閉發件人ID篩選(SPF檢查)功能

别人發送郵件給我,傳回如下報錯:

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反垃圾,也要關閉。

exchange 2016開啟和關閉發件人ID篩選(SPF檢查)功能

https://technet.microsoft.com/zh-cn/library/aa996295(v=exchg.160).aspx

本文轉自 sailikung 51CTO部落格,原文連結:http://blog.51cto.com/net881004/2063094,如需轉載請自行聯系原作者

繼續閱讀