- Newest
- Most votes
- Most comments
Most of the well known DNS server will add the "." at after the "com" automatically, which is why it is not mentioned in the doc to prevent having duplicated dots, which will eventually will lead to a failure in the record validation. This is not a bug, and it comes back to the DNS server, and if it adds the "." automatically or not. If not, then a "." is needed for the MX record as a standard DNS industry thing.
Thanks!
This is simply not true. Bind is the dominant DNS server on the internet. It, most others, and the example in question here use a zone file syntax defined in RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). This portion of section 5.1 is relevant:
<domain-name>s make up a large share of the data in the master file. The labels in the domain name are expressed as character strings and separated by dots. Quoting conventions allow arbitrary characters to be stored in domain names. Domain names that end in a dot are called absolute, and are taken as complete. Domain names which do not end in a dot are called relative; the actual domain name is the concatenation of the relative part with an origin specified in a $ORIGIN, $INCLUDE, or as an argument to the master file loading routine. A relative name is an error when no origin is available.
The lack of a '.' at the end of the example in question means that the server must interpret that entry as a relative entry in the zone file. And given that this example is used to reference an external service, it only makes sense to use an absolute entry.
I tried to submit document feedback but I did not have permission. I was redirected here.
Huh! Thank you for reaching out and keeping up with this by responding here. I'll get this in the right hands.
The provider listed in the SES MX record docs handle this for you, but you're right about Bind and the specs.
See your provider's documentation [...] about adding an MX record to [...] your domain.
I agree, this isn't clear and can be improved. Have you submitted feedback on the docs page, using the feedback button there? That will notify the team that owns the page's contents.
Relevant content
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 9 months ago

Still not fixed.