728x90
반응형

Exchange 2013 NDR Disable 방법에 대해 설명 드리고자 합니다.


출처 : https://technet.microsoft.com/en-us/library/jj649325(v=exchg.150).aspx




Configure remote domain message reporting

Exchange 2013
 

Applies to: Exchange Server 2013

Topic Last Modified: 2015-04-08

You can use the Exchange Management Shell to configure the way emails are sent and received through remote domains. The following demonstrates how to use the Exchange Management Shell configure the way Exchange handles delivery and non-delivery reports.

What do you need to know before you begin?

  • Estimated time to complete: 10 minutes

  • You can only use the Shell to perform this procedure.

  • You need to be assigned permissions before you can perform this procedure or procedures. To see what permissions you need, see the "Remote domains" entry in the Mail flow permissions topic.

  • For information about keyboard shortcuts that may apply to the procedures in this topic, see Keyboard shortcuts in the Exchange admin center.

TipTip:
Having problems? Ask for help in the Exchange forums. Visit the forums at Exchange ServerExchange Online, or Exchange Online Protection.

Use the Shell to configure message reporting

You can use the Set-RemoteDomain cmdlet to configure the properties of a remote domain.

This example disables delivery reports to the remote domain named Contoso. This setting is enabled by default.

Set-RemoteDomain Contoso -DeliveryReportEnabled $false

This example disables non-delivery reports to the remote domain. This setting is enabled by default.

Set-RemoteDomain Contoso -NDREnabled $false


728x90
반응형

+ Recent posts