exchange2010配置匿名接收连接器,匿名发送邮件

配置匿名发送邮件
Get-ReceiveConnector -Identity "NLB\连接器名称" | Add-ADPermission -User "NT AUTHORITY\ANONYMOUS LOGON" -ExtendedRights "ms-Exch-SMTP-Accept-Any-Recipient"  

 

 

 

 

 

 

 

 
 
 
批量添加允许IP地址
Set-ReceiveConnector -RemoteIPRanges '192.168.。。','10.100.2.2' -Identity 'NLB2\连接器名称'
 
导出允许IP地址
get-ReceiveConnector -Identity 'NLB2\连接器名称' | select-object -ExpandProperty RemoteIPRanges | format-table -autosize
posted @ 2020-10-29 22:23  会飞的老虎  阅读(523)  评论(0编辑  收藏  举报