🎟️ Coupon Client for WHMCS - Auto-apply coupons to specific clients at checkout.
🔐 MFA Reminder v1.3 - Multi-user support, individual MFA status checks for sub-users.
🛡️ Access Shield Pro v1.4 - Simplified scanner/honeypot config with wildcards & regex support
🤖 AI Support Assistant 2.1 - GPT-5 & Claude Opus 4.1 support, auto-signatures, improved error handling.

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...