Our systems cannot send e-mail to a company that has no MX record. There is an SMTP server running on their IP address and they are able to get e-mail from gmail. Is it normal for mail systems to try to connect to a SMTP server at the A record when there is no MX?

link|improve this question

58% accept rate
feedback

2 Answers

up vote 9 down vote accepted

Yes it is standard, per RFC 5321. Please see the Wikipedia page on MX Records

link|improve this answer
1  
and it has been standard ever since RFC 821 too. This also means that if you don't have MX records and insist on having a website without the 'www' prefix then that server will get inbound SMTP attempts too :( – Alnitak Jan 27 '10 at 0:53
feedback

Normally yes, if no MX record exists, the A record should be used as a failsafe.

link|improve this answer
3  
It's not a "failsafe". Originally mail was delivered to hosts (via A records) and then MX records were invented to say "actually, send it somewhere else instead...". – Alnitak Jan 27 '10 at 0:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.