• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

DNS record question

Red Squirrel

No Lifer
Lets say I know about the domain example.com is there a way to find out what is the mail server's IP of it? It may not actually be the same IP as example.com, as it could be mail.example.com which goes somewhere else, but without knowing about mail.example.com, how would I be able to tell? Trying to find out if someone's mail server is same as their web server, I have a feeling it's different. guessing the MX record is what would say that. (I don't own this domain, just speaking in general)
 
If you are in windows, you can also use "nslookup" at the command prompt. Using nslookup in the situation is actually good because you are searching for the domain's MX records which store the information about the email servers. So after you have learned the ip addresses used for email, you can then set nslookup to look for the host records (A records) for the web server. After you have both, it's easy to tell if they are the same.
 
Back
Top