Exim : retry time not reached for any host after a long failure period
Exim : retry time not reached for any host after a long failure period. The issue is because of the corrupted exim db files. Go to /var/spool/exim/db and delete files: retry , retry.lockfile , wait-remote_smtp, wait-remote_smtp.lockfile #cd /var/spool/exim/ #rm retry retry.lockfile wait-remote_smtp wait-remote_smtp.lockfile After that restart the exim service. #/etc/init.d/exim restart
» Read more