Search Our Database
How to fix cPanel email error : has exceeded the max defers and failures per hour (5/5)
Introduction
Domain example.com has exceeded the max defers and failures per hour (5/5 (100%)) allowed. Message discarded.
Prerequisites
- SSH access to your cPanel server.
- Root user privileges.
1. Login to your server via SSH
2. Navigate to your email limits directory
cd /var/cpanel/email_send_limits/track/your_domain_name
After going to the path, you can see the refer file related to the domain by running the following command:
ls -la
3. To remove all the defer files located in the directory, run the command below:
rm -f *
4. After that restart the Exim:-
service exim restart
Conclusion
This process removes the deferred emails and resets the limit. Ensure to monitor for underlying issues causing the high defer or failure rate. For additional assistance, contact support at support@ipserverone.com.