"Retry Timeout Exceeded" in cPanel: What It Means and How to Fix It
Common Causes of the Error
- Recipient Server Unavailable:
- The recipient's mail server is down or temporarily unreachable.
- DNS Issues:
- Invalid or missing MX records for the recipient's domain.
- Greylisting:
- The recipient's server temporarily rejects emails as part of its anti-spam measures.
- Network Connectivity Problems:
- Connection issues between your server and the recipient's mail server.
- Firewall or Port Blocking:
- Firewalls or network rules blocking outgoing SMTP connections.
- Incorrect cPanel Server Configuration:
- Issues with the Exim mail server or DNS configuration on the cPanel server.
- IP Blacklists:
- Your server's IP address is on a blacklist, preventing email delivery.
Troubleshooting and Resolution Steps
Verify DNS Records
Ensure the recipient's domain has valid and properly configured MX records.
For closely related mail-queue / deliverability topics, see Domain Exceeded Max Defers and Failures (5), Domain Exceeded Max Defers and Failures (55), Exim Syntax Errors, and Email Rate Limited.
Check MX Records:
- Use a tool like MXToolbox to verify the recipient's MX records.
Check Email Logs
cPanel email logs can provide detailed information about the error.
Access Logs:
- Log into your server via SSH (if you have root access).
- Check Exim logs for email delivery errors:
tail -f /var/log/exim_mainlog
Look for the recipient domain or email address in the logs to identify the specific issue.


