Disable NDR's
In exchange 2013 how can I prevent ALL ndr's from being sent? Spammers are using the NDR's to send out spam. I've already configured the machine to reject mail to anyone not in our mailbox.
February 22nd, 2013 10:04pm
Hi
You can just prevent NDR remote domain.
http://technet.microsoft.com/en-us/library/jj649325(v=exchg.150).aspx
You can just prevent NDR remote domain.
http://technet.microsoft.com/en-us/library/jj649325(v=exchg.150).aspx
Free Windows Admin Tool Kit Click here and download it now
February 25th, 2013 6:03am
Probably You can use:
Set-RemoteDomain * -NDREnabled $False.
This will disable sending NDR for default Remote Domain. Thanks Terence Yu for idea!
February 25th, 2013 3:54pm
Thanks a lot. Perfectly solution.
Free Windows Admin Tool Kit Click here and download it now
December 13th, 2013 10:45pm
This has helped with an issue I completely ignored
Cheers
April 27th, 2015 9:45pm