(For Plesk Hosting – Rebel-Hosted Email via canada6.rebel.com
)
💡 What’s an MX Record?
An MX Record (Mail Exchange Record) is a DNS entry that tells the internet where to deliver email for a domain.
Think of it like a postal route:
“To deliver mail to
info@firstday.ca
, send it to the mail server atcanada6.rebel.com
.”
Without a valid MX record, email delivery will fail completely.
🧾 Example MX Setup for firstday.ca
If the domain firstday.ca
is hosted on Plesk with Rebel email, the correct MX setup is:
Field | Value |
---|---|
Type | MX |
Host/Name | @ (represents root domain) |
Points to | canada6.rebel.com. |
Priority | 10 |
TTL | 600 (or default) |
✅ Notice the period (.) at the end of canada6.rebel.com.
— it’s optional in many interfaces, but always treated as a full domain.
🛠 How to Check or Add MX Records in Plesk
- Log in to the customer’s Plesk Panel
- Go to Domains → DNS Settings
- Look for an MX record with:
- Type:
MX
- Host:
@
- Destination:
canada6.rebel.com
- Priority:
10
- Type:
- If missing or incorrect:
- Click Add Record
- Record Type:
MX
- Domain Name:
@
- Mail Exchange Server:
canada6.rebel.com
- Priority:
10
- Save and Apply Changes
🔍 Use These Tools to Check MX Records (No Login Needed)
Tool | Use it to… |
---|---|
MXToolbox | Check live MX records for any domain |
DNSChecker.org | View global DNS propagation of MX |
Google DIG | Quick lookup for MX from browser |
Kloth.net | DIG tool with custom query settings |
🔎 Example: Search firstday.ca
for MX → Should return canada6.rebel.com
.
🧠 When Is the MX Record Relevant?
Situation | How MX Record Affects It |
---|---|
Email not sending or receiving | Likely MX is missing or wrong |
Customer migrated to Gmail/Outlook | MX must be updated to point to their servers |
Webmail works, but not Outlook/Gmail | MX might be fine — issue could be SMTP/IMAP settings |
Email used to work, now doesn’t | MX might have changed (check DNS zone) |
❌ Common Issues to Watch For
Problem | What’s Likely Happening | Fix |
---|---|---|
No MX record at all | Email has nowhere to go | Add correct MX pointing to canada6.rebel.com |
Wrong MX server | May point to old host or incorrect provider | Update to canada6.rebel.com |
Multiple MX entries with same priority | Rare; could confuse routing | Keep a single, clear MX unless intentionally load balanced |
Using Gmail but still pointing to Rebel | Emails may not arrive in Gmail | Replace Rebel MX with Gmail’s records |
✅ Agent Checklist
- 🔍 Check DNS zone in Plesk → DNS Settings
- ✅ One MX record:
@
→canada6.rebel.com
with priority10
- 🧪 Use external tools to confirm: MXToolbox, DNSChecker
- 🗣 Ask customer:
- “Where is your email hosted?”
- “Are you using Webmail or Gmail/Outlook?”
- ⚠ Don’t add both Gmail + Rebel MX records at the same time — choose one
📌 Summary for Agents
- MX Records control where mail gets delivered
- For Plesk + Rebel email hosting:
MX → canada6.rebel.com (priority 10)
- Add/edit MX via Plesk → DNS Settings
- Use external tools (MXToolbox, DNSChecker) to verify from outside
- If email isn’t working, MX is one of the first things to check
Leave a Reply