Skip to content

odd MX record creating wording and results. #263

Closed Answered by peteeckel
kollross asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @kollross,

  • The name of the MX record is usually the name of the domain itself, i.e. the empty label @. YMMV, but that should be correct in the majority of the cases.
  • A label without a trailing dot . is interpreted as relative to the domain name, i.e. mx.mydomain.comwould be interpreted as mx.mydomain.com.mydomain.com if you add it to the zone mydomain.com. Usually not what you want :-)
  • Even if, the mx.mydomain.com would almost certainly be wrong, as you usually don't want to define an MX for the domain mx.mydomain.com but for mydomain.com.
  • All of this is standard DNS functionality, so it's not an issue :-)

So, the correct entry would be:

@    IN    MX    10    mx1.mydomain.com.

or

m…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@kollross
Comment options

@peteeckel
Comment options

Answer selected by peteeckel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #262 on May 14, 2024 17:40.