Page 1 of 1

T=remote_smtp defer (-53): retry time not reached for any host

Posted: Fri Sep 30, 2016 11:38 am
by estreetz
Hello,

I got a problem with smtp server for a fresh install of vestacp
error message: "T=remote_smtp defer (-53): retry time not reached for any host"

See my tail mainlog

2016-09-30 07:23:17 1bpvFm-0003Zj-Cc == [email protected] R=dnslookup T=remote_smtp defer (-53): retry time not reached for any host
2016-09-30 07:23:17 End queue run: pid=14672
2016-09-30 07:24:28 no host name found for IP address 185.53.244.244
2016-09-30 07:24:28 SMTP protocol synchronization error (input sent without waiting for greeting): rejected connection from H=[185.53.244.244] input="QUIT\r\n"

Can you help me ?

Thank You

Re: T=remote_smtp defer (-53): retry time not reached for any host

Posted: Thu May 17, 2018 10:57 am
by devesa
Hi,

Post old, but if anyone wants to try ... Today I needed, and solved, see how I did:

Try,

#Delete files:

Code: Select all

rm /var/spool/exim4/db/*
rm /var/spool/exim4/input/*
rm /var/spool/exim4/msglog/*
rm /var/log/exim4/*
#Clear file:

Code: Select all

> /var/log/dovecot.log
#Then restart Exim4 OR Restart VPS

Code: Select all

service exim4 restart