You get a bonus - 1 coin for daily activity. Now you have 1 coin

Exim and the error (-53): retry time not reached...

Practice



So, we ran into a situation: a message of the following form appeared in the Exim logs

(-53): retry time not reached for any host на Exim

or similar. And it does not deliver mail for the given recipient or server.


Why?

The thing is, some time ago Exim failed to access the specified
server and remembered this moment. After some time it should try again,
but for now it refuses to do so, printing the following kind of complaint to the logs:

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



Solution

This knowledge is stored in its database, which is available in the spool directory in
the "db" folder. Accordingly, we go into this folder, delete all the files in it
and restart Exim.

Using Linux Debian as an example:
$ cd /var/spool/exim4/db
$ rm retry retry.lockfile wait-externalsmtp wait-externalsmtp.lockfile wait-smtp wait-smtp.lockfile


After which we restart the Exim server.

Applies to: Exim 4.7+

Comments

To leave a comment

If you have any suggestion, idea, thanks or comment, feel free to write. We really value feedback and are glad to hear your opinion.
To reply

Lectures and tutorial on "Computer networks"

Terms: Computer networks