what email server? On Exchange, for example, you have the "Message Tracking
Center" tool that will show you the path the email travels until it leaves
your organization.
To see where "other people" are routing emails to when they want to send
emails to your users, you will do something like this from a command prompt:
nslookup
Enter
server ns1.cisco.com
Enter
set q=MX
Enter
youremaildomainname (e.g. myownnicedomain.org)
Enter
You will see some results like:
myownnicedomain.org MX preference = 5, mail exchanger =
mailserver1.myownnicedomain.org
myownnicedomain.org MX preference = 1, mail exchanger =
mailserver2.myownnicedomain.org
mailserver1.myownnicedomain.org internet address = somePublicIP
mailserver2.myownnicedomain.org internet address = somemorePublicIP
This will tell you whom Cisco's servers think is responsible for receiving
mails for your domain. If you are not shy (or afraid) post your real domain
names and we can test for you.
--
Sincerely,
Dèjì Akómöláfé, MCSE MCSA MCP+I
www.akomolafe.com
www.iyaburo.com
Do you now realize that Today is the Tomorrow you were worried about
Yesterday? -anon
"Jasper Recto" <(E-Mail Removed)> wrote in message
news:#(E-Mail Removed)...
> Is there a way to see if an the an external DNS server is able to resolve
> where an email should go? We have a client that can't receive inbound
> email. Outbound email works fine. I want to see if there is an issue
with
> DNS not know where to route the email. How can I check that? Is there a
> way to trace an email and find out where it get's stuck?
>
> Thanks,
> Jasper
>
>