Mail Exchange (MX) Registration What is it?
MX (Mail Exchange) recordIt is one of the most critical parts of the DNS (Domain Name System) hierarchy, which determines which server e-mails sent to a domain will be directed to. To put it simply; The MX record is a traffic sign that tells the Internet's mail distributors to "Deliver incoming letters for this domain to this address."
someone to you [email protected] When you send an e-mail to , the sender's server asks the DNS system "Who receives yourcompany.com's letters?" he asks. The DNS system looks at your MX records and responds "mail.yourcompany.com server is authorized" and the e-mail is forwarded to that server.
Technical Information:
MX records must always point to a Hostname (Ex: mail.google.com) and not to an A record (IP address) or a CNAME record. Writing a direct IP address is against RFC standards and may cause delivery problems.