积极答复者
Windows Exchange Server2016的如何防中继和启用垃圾邮件方法。

问题
答案
全部回复
-
您好,
感谢联系我们社区。
运行下面命令查看所使用的接受连接器是否有扩展权限 “ms-Exch-SMTP-Accept-Any-Sender” 针对 user “NT AUTHORITY\ANONYMOUS LOGON“:
Get-ReceiveConnector "111" | Get-ADPermission | ft user, extendedrights
如果有的话运行下面命令移除此扩展权限:
Get-ReceiveConnector “receive connector” | Remove-ADPermission -User “NT AUTHORITY\ANONYMOUS LOGON” -ExtendedRights “ms-Exch-SMTP-Accept-Any-Sender”
提示:需要更换接收连接器名字。
可以参考:https://technet.microsoft.com/zh-cn/library/jj673053(v=exchg.150).aspx
另外就是像MIS的背影提供的文章里面提到的一系列方法。您也可以考虑使用边缘服务器进行过滤。
希望可以帮到您。
Regards,
Jason Chao
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- 已建议为答案 Jason.Chao 2017年1月9日 8:33