uemurad -> RE: One user unable to receive external email (30.May2007 1:51:18 PM)
|
I received the message you sent. I attempted to reply, but of course it fails just as you describe. However, here are my findings: When I search DNS for the MX information for your SMTP domain name, it reports mail.<differentdomain>.com. When I telnet to that name via port 25, a Postfix system named mx1.<AThirdDomain>.com. That is the system that is returning the NDR you are seeing. If you wish to see the same results, do the following: On a system not part of your network (a home computer connected to the Internet works great), open a Command Prompt window and type NSLOOKUP. Next, type the command "SET TYPE=MX". Next, type your SMTP domain name. The lower numbered MX record (you have two - a "10" and a "20") is what would be returned. Note this name, then type exit. At the command prompt type "TELNET <FQDN from above> 25". This attempts to open a session to that name via port 25. You'll see that the responding system identifies itself as a Postfix server. My question to you is, since you didn't think that Postfix was involved, is your MX record pointing to the appropriate name?
|
|
|
|