How to Use the MX Lookup Tool to Check Your Mail Server Records
What is an MX Lookup?
An MX (Mail Exchange) lookup checks which mail server handles email for your domain. After adding your domain to Mailbux, your MX record must point to my.mailbux.com with priority 10.
How to Check Your MX Records
- Go to MX Lookup Tool
- Enter your domain name (e.g.
yourdomain.com) - Click Lookup
What Correct Results Look Like
| Priority | Mail Server | Status |
|---|---|---|
| 10 | my.mailbux.com | Correct |
If you see a different mail server or no MX records, you need to update your DNS.
How to Fix Missing or Wrong MX Records
- Log into your domain registrar (GoDaddy, Cloudflare, Namecheap, etc.)
- Go to DNS Settings or DNS Management
- Delete any existing MX records
- Add a new MX record:
- Type: MX
- Host/Name:
@(or your domain) - Value/Points to:
my.mailbux.com - Priority:
10 - TTL: 3600 (or Auto)
- Save and wait 5-30 minutes for DNS propagation
- Run the MX Lookup again to confirm
Common Issues
- Multiple MX records: Remove all others except
my.mailbux.com - Wrong priority: Set to 10. Lower number = higher priority
- Still showing old server: DNS can take up to 24 hours to propagate globally
Related Tools
- SPF Lookup - Check your SPF record
- DKIM Lookup - Check your DKIM record
- SMTP Test - Test mail server connectivity