禁止冒名顶替Exchange用户发送邮件

Exchange用户如果设置成POP3模式收发邮件的话,就有可能被恶意用户冒名顶替发送邮件,对服务器造成比较大的危险,建议用以下方法进行设置,以杜绝这类现象发生:

Get-ReceiveConnector "Internet Receive Connector" | Remove-ADPermission -User "NT AUTHORITY\ANONYMOUS LOGON" -ExtendedRights "ms-exch-smtp-accept-authoritative-domain-sender"

你可能感兴趣的:(服务器,用户,internet,收发邮件)