Exchange 2013 NDR Disable 방법에 대해 설명 드리고자 합니다.
출처 : https://technet.microsoft.com/en-us/library/jj649325(v=exchg.150).aspx
Configure remote domain message reporting
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.
Tip: |
---|
Having problems? Ask for help in the Exchange forums. Visit the forums at Exchange Server, Exchange 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
'시스템 > Application' 카테고리의 다른 글
[Lync 2013] 주소록(ABS) 강제 동기화 방법 (0) | 2016.10.18 |
---|---|
[Exchange 2013] NDR, 관리자를 위한 진단정보 Disable 하는 방법 (0) | 2016.09.21 |
JEUS,WebtoB 버전 확인 (0) | 2016.09.19 |
[Exchange 2013] 내부 메일을 외부 메일로 포워딩하는 방법!! (0) | 2016.09.13 |
[Netbackup] Master 서버 서비스 재기동하는 방법 (0) | 2016.09.06 |