🤖 AI Support Assistant 2.1 - GPT-5 & Claude Opus 4.1 support, auto-signatures, improved error handling.
🧮 Recalculate Prices v1.2 - Fixed addon pricing, enhanced safety checks, full billing cycle support.
🔧 PowerDNS Manager v1.11 - Enhanced logging security with better data sanitization, improved debug output handling, bug fixes.
🔶 CloudFlare DNS Manager released

Creating MX Records Print

  • 52

MX records tell email where to deliver mail for your domain.

Steps

  1. Go to DomainsDNS Manager
  2. Click the pencil icon next to your domain
  3. Click Add Record
  4. Fill in:
    • Type: MX
    • Name: @
    • Priority: 10
    • Mail Server: Your mail server hostname
    • TTL: 3600
  5. Click Confirm

Common Examples

Google Workspace:

Priority: 1    Server: aspmx.l.google.com
Priority: 5    Server: alt1.aspmx.l.google.com
Priority: 5    Server: alt2.aspmx.l.google.com
Priority: 10   Server: alt3.aspmx.l.google.com
Priority: 10   Server: alt4.aspmx.l.google.com

Microsoft 365:

Priority: 0    Server: yourdomain-com.mail.protection.outlook.com

Your own server:

Priority: 10   Server: mail.yourdomain.com

Priority

  • Lower number = higher priority
  • 0 or 1 = primary server
  • 10, 20, 30 = backup servers

Important

  • Mail server must end with a dot (.) or be a valid hostname
  • Don't use IP addresses - use hostnames
  • Multiple MX records = redundancy
  • Changes take up to 48 hours

Testing

dig MX yourdomain.com
nslookup -type=mx yourdomain.com

Or use online MX lookup tools.

Related: Creating SPF Records


Was this answer helpful?

« Back

WHOIS Information

×
Loading WHOIS information...