Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

XFOR: All Messages Sent Over IMC Result in NDRs


View products that this article applies to.

This article was previously published under Q150969

↑ Back to the top


Summary

When you use the Microsoft Exchange Internet Mail Connector (IMC) to send SMTP mail the IMC may try to send messages to itself. When this happens, users will receive non-delivery reports (NDRs).

↑ Back to the top


More information

The following is an NDR that a user might receive:
FROM: System Administrator [postmaster@Org.Site.Com]
DATE: Monday, May 13, 1996 9:29 AM
TO: Test User
SUBJECT: Undeliverable:

Your message did not reach some or all of the intended recipients.

To: user@microsoft.com
Subject: Subject of message
Sent: 5/13/96 9:29:16 AM

The following recipients(s) could not be reached:

user@microsoft.com on 5/13/96 9:29:16 AM
Recipient Not Found
[MSEXCH:IMC:Organization:Site:SERVER]
This problem occurs if the IMC is using DNS for the host name resolution. When the IMC attempts to resolve a host, it will attempt to query the DNS server for the host's IP address. If a site uses an MX wildcard record, it will direct all mail to that site. This could mean that the IMC will try to send mail to it's own IP address. The following scenario could help explain this:

The computer running the IMC is located in the a.com domain and there's an MX wildcard record of *.a.com in the DNS.

The IMC will add a.com to any address except ones ending in a.com. Any address that ends in a.com will use the address expressed through the MX wildcard record.

Since every address the Microsoft Exchange Message Transfer Agent (MTA) tries to resolve will end in a.com, all mail will go to the same Microsoft Exchange Server. This may be the Microsoft Exchange Server that the IMC is running on.

↑ Back to the top


Resolution

If you are experiencing this problem with the IMC, you can add a registry value to prevent it. The registry key is:
   HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ 
   Services\MSExchangeIMC\PARAMETERS
				

From the Registry Editor menu, click on Edit, then the Add Value option from there.
   Value Name: DisableResolverSearchList
   Data Type: REG_DWORD
   Value: 1 (or any non-zero value)
				

This is case sensitive and should be typed exactly as show above. You will need to restart the IMC for the registry key to take effect. Then you can use Restest.exe to see if it worked. This utility can be found on the Microsoft Exchange Server CD-ROM in the Support\Utils\I386 directory.

↑ Back to the top


Keywords: KB150969, kbusage

↑ Back to the top

Article Info
Article ID : 150969
Revision : 6
Created on : 10/28/2006
Published on : 10/28/2006
Exists online : False
Views : 270