Solve Exim mail bounce back - retry time not reached

How to Solve Exim mail bounce back – retry time not reached

Exim mail bounce back – retry time not reached for any host after a long failure period

I’ve recently come across the following Exim error when sending emails to specific domains:

T=remote_smtp: retry time not reached for any host after a long failure period

The first thing I did was to check that there was nothing wrong with the resolver on my server and ran a few DNS lookups from my server to the recipient’s domain.

Once I was sure that both the resolver and the recipient’s DNS were all correct, I had to do the following:

[the_ad id=”1282″]

01 – Go to: /var/spool/exim/db

cd /var/spool/exim/db

02: Delete these files:

rm retry retry.lockfile wait-remote_smtp wait-remote_smtp.lockfile

03: Then restart your Exim service:

service exim restart

After that you should be able to send emails to the domain in question as normal.


Comments

1,218 responses to “How to Solve Exim mail bounce back – retry time not reached”

Leave a Reply

Your email address will not be published. Required fields are marked *