• DevOps
    Case Study

    How we helped a development company rebuild DevOps for efficiency and scale.

    READ CASESTUDY
    icon

    24/7 DevOps as a Service

    Round-the-clock DevOps for uninterrupted efficiency.

    icon

    Infrastructure as a Code

    Crafting infrastructure with ingenious code.

    icon

    CI/CD Pipeline

    Automated CI/CD pipeline for seamless deployments.

    icon

    DevSecOps

    Integrated security in continuous DevOps practices.

    icon

    Hire DevOps Engineers

    Level up your team with DevOps visionaries.

    icon

    Consulting Services

    Navigate success with expert DevOps consulting.

  • TechOps
    Case Study

    How a US hosting leader scaled with us!

    READ CASESTUDY

    WEB HOSTING SUPPORT

    icon

    HelpDesk Support

    Highly skilled 24/7 HelpDesk Support

    icon

    Product Support

    Boost your product support with our expertise.

    MANAGED SERVICES

    icon

    Server Management

    Don’t let server issues slow you down. Let us manage them for you.

    icon

    Server Monitoring

    Safeguard your server health with our comprehensive monitoring solutions.

    STAFF AUGMENTATION

    icon

    Hire an Admin

    Transform your business operations with our expert administrative support.

    icon

    Hire a Team

    Augment your workforce with highly skilled professionals from our diverse talent pool.

  • CloudOps
    Case Study

    How we helped a Private Deemed University in India, save US $3500/m on hosting charges!

    READ CASESTUDY
    icon

    AWS Well Architected Review

    Round-the-clock for uninterrupted efficiency

    icon

    Optimize

    Efficient CloudOps mastery for seamless cloud management

    icon

    Manage

    Automated CI/CD pipeline for seamless deployments

    icon

    Migrate

    Upgrade the journey, Migrate & Modernize seamlessly

    icon

    Modernize

    Simplify compliance complexities with our dedicated services

    icon

    FinOps as a Service

    FinOps as a Service

  • SecOps
    Case Study

    Enabling financial grade platforms through strategic cloud modernisation.

    READ CASESTUDY
    icon

    VAPT

    Vulnerability Assessment and Penetration Testing

    icon

    Source Code Review

    Ensuring source code security ans safe practices to reduce risks

    icon

    Security Consultation

    On demand services for improving server security

    icon

    System Hardening

    Reduced vulnerability and proactive protection

    icon

    Managed SoC

    Monitors and maintains system security. Quick response on incidents.

    icon

    Compliance as a Service

    Regulatory compliance, reduced risk

  • K8s
  • Insights
    Case Study

    How we helped a Private Deemed University in India, save US $3,500/m on hosting charges!

    READ CASESTUDY
    icon

    Blog

    Explore our latest articles and insights

    icon

    Case Studies

    Read about our client success stories

    icon

    Flipbook

    Explore our latest Flipbook

    icon

    Events

    Join us at upcoming events and conferences

    icon

    Webinars

    Watch our educational webinar series

  • Contact Us

Interested to collaborate?

Get in touch with us!

Contact us today to learn how our team can help you leverage our managed cloud and DevOps services so you can focus on growing your business.

  • White Label Managed IT Services for MSPs
  • White Label MSP Support Services
  • Managed HelpDesk Services
  • White Label WordPress Maintenance Services
  • Outsourced WebHosting Support
  • Hosting HelpDesk Support Services
  • cPanel Server Management
  • Plesk Server Management
  • DevOps Automation Services
  • DevOps Containerization Services
  • DevOps Engineering Services Experts
  • DevOps Maturity Assessment
  • DevOps Testing Services & Automation
  • DevOps Implementation Services
  • DevOps Transformation Services
  • White Label Kubernetes IT Services
  • Cloud Automation Services
  • Cloud Modernization Services
  • Database Migration Services
  • DevOps Outsourcing Services

AWS

  • AWS DevOps Services for Scalable Cloud
  • AWS Well-Architected Review
  • AWS Migration Services

Azure

  • Azure DevOps Services & Automation
  • Azure Migration Services

Google Cloud

  • Google Cloud Managed Services
  • Google Cloud Migration Services
  • Google Cloud Platform Services
  • AWSAWS
  • Azure CloudAzure Cloud
  • Google CloudGoogle Cloud
  • Akamai CloudAkamai Cloud
  • OVHOVH
  • Digital OceanDigital Ocean
  • HetznerHetzner
  • Managed DigitalOcean Cloud
  • Managed OVH Cloud
  • Managed Hetzner Cloud
  • Managed Akamai Cloud
  • Oracle Managed Services
  • Our story
  • Life@SupportSages
  • Insights
  • Careers
  • Events
  • Contact Us
  • Sitemap

aws partneraws advanced partner
LinkedInFacebookXInstagramYouTube
SupportSages

Copyright © 2008 – 2026 SupportSages Pvt Ltd. All Rights Reserved.
Privacy PolicyLegal TermsData ProtectionCookie Policy

How to Fix MX Records When Emails Disappear in cPanel

Author Profile
Muhammed Sahil
  • 5 min read
How to Fix MX Records When Emails Disappear in cPanel

Generating audio, please wait...

Introduction
Your inbox is empty. Colleagues can't reach you. Yet your outgoing emails work fine. If this describes your situation, you have an MX record problem.

MX records are DNS entries that tell email servers where to deliver messages for your domain. When they point to the wrong server, incoming email gets lost while outgoing mail continues normally. 

cpanel.png

The Problem

MX records control mail delivery routing. Here's the process:

  1. Someone sends email to [email protected]
  2. Their mail server queries your DNS for MX records
  3. Your MX record specifies which server receives mail
  4. Email is delivered (or lost if the record is incorrect)

If your MX record points to the wrong service, incoming mail is delivered elsewhere instead of your server. This can result in missed communications and business disruption.

Diagnosing the Issue

Check your current MX records using MX Toolbox:

  1. Enter your domain name
  2. Review the active MX records
  3. Verify they point to your mail server

               Using the command line:

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

               For a full DNS resolution path:

                 dig MX yourdomain.com +trace

This helps identify delegation problems or situations where an MX record points to a host that does not exist.

Check Exim Mail Logs:

Use Exim logs to identify delivery failures:

     grep "yourdomain.com" /var/log/exim_mainlog | tail -50

Watch new mail activity in real time:

    tail -f /var/log/exim_mainlog

Send a test email from an external account to your domain address. Wait 5 minutes. Check if it arrives. Check spam folders. Try from multiple email providers. This confirms whether the problem is real.

Fixing MX Records

Access your DNS settings:

For cPanel users:

  1. Log into cPanel
  2. Go to Zone Editor (or DNS Zone)
  3. Select your domain
  4. Find rows marked "Type: MX"

For external DNS providers:

  1. Log into your registrar (GoDaddy, Namecheap, etc.)
  2. Navigate to DNS/Zone Records
  3. Filter for MX entries

Understanding MX Priorities

MX priorities determine mail server preference. Lower numbers have higher priority. For example, a server with priority 10 is used before one with priority 20.

 Example: mail.yourdomain.com (Priority 10) 

backupmail.yourdomain.com (Priority 20).

Make the corrections:

  1. Delete any MX records pointing to the wrong server
  2. Add correct record: 
    1. Type: MX
    2. Name: @
    3. Value: mail.yourdomain.com (or your host's mail server)
    4. Priority: 10
  3. If you require mail redundancy, configure a secondary mail server and add it as a backup MX record with a higher priority number.

Example:

Primary MX: mail.yourdomain.com (Priority 10) 

Secondary MX: backupmail.yourdomain.com (Priority 20) 

Do not create multiple MX records pointing to the same mail server with different                priorities, as this does not provide redundancy.

    4. Save changes:

DNS propagation depends on DNS TTL values and resolver caching. Changes may take anywhere from a few minutes to several hours to become visible.

Verification

Return to MX Toolbox and check your records again. Verify that they show your correct mail server with no errors.

Send a test email from an external account and verify delivery, including the spam folder.

If tests fail, check the TTL value configured on the MX records and allow time for cached DNS data to expire. Different DNS resolvers may continue serving cached records until the TTL period ends.

Check cPanel Email Routing

Even when MX records are correct, email delivery may fail if Email Routing is configured incorrectly.

To verify:

  1. Log in to cPanel. 
  2. Navigate to Email Routing. 
  3. Select the correct routing option. 

Available options:

Automatically Detect Configuration: Recommended for most setups.

Local Mail Exchanger: Use when email is hosted on the same cPanel server.

Remote Mail Exchanger: Use when email is hosted externally (Microsoft 365, Google Workspace, etc.).

Incorrect Email Routing settings can prevent mail delivery even when MX records are correct.

Common Issues

Records show correct, but emails are still missing: Wait 2-4 hours for full propagation. Some systems cache DNS for extended periods.

External senders see "user not found" errors: Create the email account in cPanel Email Accounts section. The mail server must recognize the address locally.

Emails arrive in spam folder: Check SPF, DKIM, DMARC records for typos. Incomplete authentication causes mail providers to distrust your messages.

Records keep reverting to old values: Your domain registrar's DNS settings override cPanel. Update records at the registrar level instead. Remove conflicting records from cPanel afterward.

MX record points to a non-existent host: Verify that the MX destination hostname resolves correctly in DNS. Use dig MX yourdomain.com +trace to troubleshoot delegation and resolution issues.

FAQ

Q: How long do MX changes take? Most systems see changes within 30 minutes to 2 hours. Global propagation can take up to 24 hours but rarely impacts you that long.

Q: Will changing MX records delete existing emails? No. Only future incoming mail is affected. Existing emails in your account remain untouched.

Q: What if I have multiple domains? Each domain has separate MX records in your DNS zone. Repeat this process for each domain that has email issues.

Next Steps

Check your MX records now using MX Toolbox. One quick verification might reveal your entire problem. One DNS change might solve it completely.

If you need assistance diagnosing or fixing email routing issues, contact our support team. We can verify your configuration and guide you through any needed corrections.

 

 

  • cPanel

Continue Your Journey With…

SupportSages

SupportSages

SupportSages provides outsourced web hosting support, DevOps support and AWS. Get 24/7 expert support for seamless performance & security.

How to Fix MX Records When Emails Disappear in cPanel

Posts by Muhammed Sahil