Email issue : retry time not reached for any host after a long failure period

This can be fixed by removing some corrupted files from exim db which will be generated automatically.

Fix

cd /var/spool/exim/db
rm -f retry retry.lockfile
rm -f wait-remote_smtp wait-remote_smtp.lockfile
service exim restart

Leave a comment