So just to be clear. We are talking about 1 Active Directory Domain and 2 Email Domain Names configured on a single Exchange 2003 Server? There are no other Exchange 2003 server?
Here's a quick test to see if the Exchange server is even accepting email for DomainA addresses. Let's say DomainA=domaina.com and the administrator accounts has the a email address for DomainA i.e. administrator@domaina.com
1
2) Telnet to ExchangeServerIPaddress 25: c:\>telnet 192.168.1.10 25
You should get the header response from you exchange server. Now type the following lines. Each is ended by hitting the enter key.
helo
mail from: bob@bob.com
rcpt to: administrator@domaina.com
D
TESTEST
(to exit the enter field hit CTLF . CTLF - which is the Enter Button followed by a period followed by the enter button)
You should get 200 or 250 responses from your exchange server. If you get any 500 or 550 responses you are going to have to figure out why they are being generated.
After you verify that the Exchange server accepts the mail for that domain, then you can move to figuring out where it is going.





by: hypercatPosted on 2009-06-19 at 10:31:44ID: 24668337
Is it possible that the domain registration has expired? If you test sending to one of these email addresses from outside, do you get an NDR, and if so, what does it say?