Tuesday, January 20, 2015

how to disable NDR

How to disable NDR

Set-RemoteDomain "Default" -NdrEnabled $false

Note 1:  "Default" is the name of the Remote Domain setting where you want to turn off NDR.
Note 2:  To Allow non-delivery reports, change 
Set-RemoteDomain "Default" -NdrEnabled $false 
to
Set-RemoteDomain "Default" -NdrEnabled $true.  This places a tick in the checkbox.  If you clear this option, NDRs aren't sent to any email address in the remote domain.

No comments:

Post a Comment