Hi guys,
Today we had a client that receiving the following error when sending to a particular email address:
Bounced Message "retry time not reached for any host after a long failure period"
I would've thought it may be ISP being sent to was the issue. However dug a bit deeper before responding to client and found that doing this fixed the issue:
cd /var/spool/exim/db
rm -f retry retry.lockfile
rm -f wait-remote_smtp wait-remote_smtp.lockfile
service exim restart
Any ideas if I should automate this as a cronjob and if it's a good idea or not?
Today we had a client that receiving the following error when sending to a particular email address:
Bounced Message "retry time not reached for any host after a long failure period"
I would've thought it may be ISP being sent to was the issue. However dug a bit deeper before responding to client and found that doing this fixed the issue:
cd /var/spool/exim/db
rm -f retry retry.lockfile
rm -f wait-remote_smtp wait-remote_smtp.lockfile
service exim restart
Any ideas if I should automate this as a cronjob and if it's a good idea or not?