
January 27th, 2012, 09:33 PM
|
 |
Moderator
|
|
|
|
|
If by "final" you mean the SMTP server that receives mail addressed to a domain, then you can look them up in the domain's MX records.
This may or may not be the same server that is used to send mail from accounts on that domain (which is what I thought you meant originally), and it may or may not be the same server from which the domain's users retrieve their mail. It's certainly possible that the SMTP server specified in the domain's MX record simply routes the mail to another mail server, but there is no way for you to detect that from the outside.
Also what do you mean by "provider"? How is the MX record hostname not the "provider"?
|