Difference between revisions of "Understanding MX Records"
Your guide to pathway services
(Created page with "A mail exchange (MX) record is a type of DNS record that specifies a mail server how emails are routed — it directs your domain’s emails to the servers hosting your user...") |
|||
Line 12: | Line 12: | ||
=== Setting the Priority<br/> === | === Setting the Priority<br/> === | ||
− | If the domain ''example.com'' has two MX records, ''mail1.example.com'' with a priority of 10 and ''mail2.example.com'' with a priority of 20, emails are delivered first to ''mail1.example.com'' because it has a lower priority number. If ''mail1.example.com'' is down, emails are redirected to ''mail2.example.com''. If two servers have the same priority, one server is chosen randomly. | + | |
+ | If the domain ''example.com'' has two MX records, ''mail1.example.com'' with a priority of 10 and ''mail2.example.com'' with a priority of 20, emails are delivered first to ''mail1.example.com'' because it has a lower priority number. If ''mail1.example.com'' is down, emails are redirected to ''mail2.example.com''. If two servers have the same priority, one server is chosen randomly. | ||
== How to Setup an MX Record with HostPath == | == How to Setup an MX Record with HostPath == | ||
Line 21: | Line 22: | ||
#Click '''Records'''. | #Click '''Records'''. | ||
#Click '''MX'''. | #Click '''MX'''. | ||
− | + | ||
− | + | [[File:DNS MX highlight.png|none]] | |
+ | <ol start="4"> | ||
+ | <li>Fill in the fields as follows:</li> | ||
+ | </ol> | ||
+ | |||
+ | [[File:DNS MX screen.png|none]] | ||
+ | <ol start="5"> | ||
+ | <li>Click '''Save'''.</li> | ||
+ | </ol> |
Revision as of 09:42, 8 November 2013
A mail exchange (MX) record is a type of DNS record that specifies a mail server how emails are routed — it directs your domain’s emails to the servers hosting your user’s email accounts. HostPath will manage these settings to make sure emails are always delivered to the correct mail server.
Contents |
How MX Records Work
The MX record ensures that emails from a domain are delivered to the correct mail server.
Directing Emails
An MX record will show that all emails @example.com should be routed to the mail server at example.com. An email sent to user@example.com is directly routed to the email server 216.43.49.148.
To further ensure that emails always get delivered, you will need to create MX records for multiple servers. When one server is down, emails will be routed to another server instead. You can assign priorities to each server using increments of 10, 20, 30, and so on. The lowest value receives the highest priority and will be tried first.
Setting the Priority
If the domain example.com has two MX records, mail1.example.com with a priority of 10 and mail2.example.com with a priority of 20, emails are delivered first to mail1.example.com because it has a lower priority number. If mail1.example.com is down, emails are redirected to mail2.example.com. If two servers have the same priority, one server is chosen randomly.
How to Setup an MX Record with HostPath
To create an MX record:
- In the DNS module, select a zone.
- Click Records.
- Click MX.
- Fill in the fields as follows:
- Click Save.