How Can I Set Up MX Records Required for Mail Service?
Summary:
MX (Mail Exchanger) records route your domain’s email traffic to the correct mail servers.
Steps:
- Log in to cPanel and open Zone Editor.
- Click Manage next to your domain.
- Click Add Record > Select MX.
- Set the priority (lower numbers = higher priority).
- Set the destination to your mail server hostname (e.g.,
mail.yourdomain.com
).
Example:
@ MX 10 mail.yourdomain.com
Important: Make sure you also have an A record for the mail server (e.g., mail.yourdomain.com → IP
).