Retorno de Email com o Erro: retry time not reached for any host after a long failure period
De Wiki Integrator do Brasil
Caso o seu email retorne com a mensagem "retry time not reached for any host after a long failure period", e estiver usando o cPanel, execute os procedimentos abaixo para tentar resolver:
1) Logue-se como usuário root no SSH ( Windows / Mac OS X )
2) Execute as instruções abaixo:
cd /var/spool/exim/db rm -f retry retry.lockfile rm -f wait-remote_smtp wait-remote_smtp.lockfile service exim restart
2.1) Alternativamente, pode executar estes comandos se as instruções anteriores não ajudar:
/usr/sbin/exim_tidydb -t 1d /var/spool/exim retry > /dev/null /usr/sbin/exim_tidydb -t 1d /var/spool/exim reject > /dev/null /usr/sbin/exim_tidydb -t 1d /var/spool/exim wait-remote_smtp > /dev/null /scripts/courierup -- force /scripts/eximup --force