|
checkmxCheck MX Priority Range for All Domains |
||||||||||||||||||||||||||||||
Syntaxcheckmx |
||||||||||||||||||||||||||||||
Examples$ /go/checkmx Best Practices for MX Record PrioritiesSetting proper MX (Mail Exchange) priorities ensures reliable email delivery by defining the order in which mail servers should be contacted. Here's how to optimize your MX records for the best performance and redundancy. 1. Recommended MX Priority Values
Example Configuration:example.com. IN MX 10 mail1.example.com. example.com. IN MX 20 mail2.example.com. example.com. IN MX 30 mail-backup.provider.com. (Optional)
2. Best Practices for MX Records✅ Do:
❌ Avoid:
3. Common MX Record Mistakes & Fixes
4. Real-World ExamplesFor Google Workspace / Gmail:example.com. IN MX 1 aspmx.l.google.com. example.com. IN MX 5 alt1.aspmx.l.google.com. example.com. IN MX 5 alt2.aspmx.l.google.com. example.com. IN MX 10 alt3.aspmx.l.google.com. example.com. IN MX 10 alt4.aspmx.l.google.com.
(Google uses multiple equal-priority backups for load balancing.) For Self-Hosted (Postfix/Exchange):example.com. IN MX 10 mail.example.com. (Primary)example.com. IN MX 20 backup-mail.example.com. (Secondary)example.com. IN MX 50 mail-relay.aws.com. (Emergency)
5. Testing & Verification
Final Recommendation
|
||||||||||||||||||||||||||||||
Related GoPanel commandsblacklist - Block Blacklist IPs (Bad Bots and SSH Brute Force Attacks)block - Block an IP address in GoPanel Server checkfirewall - Verify and ensure that important required ports are open on your GoPanel server checkimap - Check the IMAP port and SSL certificate checkmail - Check if your server provider supports mail port 25 (SMTP) checksmtp - Check the SMTP port and SSL certificate firewall - Install a firewall on a GoPanel Server mailssl - Installi SSL Certificates for SMTP and IMAP in GoPanel reversedns - Check Reverse DNS (rDNS) in GoPanel smtp - Managing SMTP Port: Block, Unblock, and Change SMTP Port smtplimit - Limiting Outgoing SMTP Emails per Email Address unblock - Unblock an IP address in GoPanel Server waf - Block IPs via Cloudflare WAF |
|
|