Hello Lisa,
Thanks for your post.
To check if your server sends NDR to incoming emails, you may enable SMTP
protocol logging level and then check SMTP logs for details.
SMTP Protocol log
===========
1. In EMS (Exchange Management Shell), run the following CMDlet to raise the
protocol logging level:
Get-SendConnector | set-SendConnector -ProtocolLoggingLevel verbose
2. Monitor the incoming NDR emails.
3. Go to the sending hub/Edge transport server, go to C:\Program
Files\Microsoft\Exchange Server\TransportRoles\Logs\ProtocolLog\SmtpReceive
directory.
After that, we can restore the logging level to default by running the
following cmdlets after collecting the logs:
Get-SendConnector | set-SendConnector -ProtocolLoggingLevel none
More related information:
================
How to Configure Protocol Logging
http://technet.microsoft.com/en-us/l...EXCHG.80).aspx
Exchange Server 2007: Logging SMTP Protocol Activity
http://exchangepedia.com/blog/2007/0...ging-smtp.html
Hope this helps.
Sincerely,
Robbin Meng
Microsoft Online Newsgroup Support
"Lisa" wrote:
> Hi,
>
> I run Exchange 2007 on Windows 2008. How can I monitor NDRs? Can NDRs
> forward to the administrator’s account? I want to monitor the NDRs for both
> incoming/outgoing. For example, is it possible to send the recipient (us) an
> email when someone attempts to send us an email that exceeds our limit?
>
> Any help will be appreciated!
>
> Thanks in advance!
>
> Lisa
>