Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: HowTo fix EXIM error on cPanel server: defer (-53): retry time not reached  (Read 3290 times)

0 Members and 1 Guest are viewing this topic.

vinayakk

  • Guest
If you find the following error in your EXIM logs, it means that your EXIM databases could be corrupted.

defer (-53): retry time not reached for any host

The fix is to rebuild exim databases. To rebuild exim databases you can run the following commands as root:

/usr/sbin/exim_tidydb -t 1d /var/spool/exim retry > /dev/null
/usr/sbin/exim_tidydb -t 1d /var/spool/exim reject > /dev/null
/usr/sbin/exim_tidydb -t 1d /var/spool/exim wait-remote_smtp > /dev/null
/scripts/eximup --force

 :)