problem send email retry time not reached for any host
i have problem on server email stop send
i get error like this
T=dkim_remote_smtp defer (-53): retry time not reached for any host for any domain try to send for it
i try many solution and make reset for Exim Configuration
-
Hey there! This is controlled by the Exim retry database, which can be reset with these commands: /usr/sbin/exim_tidydb -t 0d /var/spool/exim retry > /dev/null /usr/sbin/exim_tidydb -t 0d /var/spool/exim reject > /dev/null /usr/sbin/exim_tidydb -t 0d /var/spool/exim wait-remote_smtp > /dev/null
If you still get errors after running those commands, there is likely an issue with the domain you are trying to send the message to.0 -
Hey there! This is controlled by the Exim retry database, which can be reset with these commands:
/usr/sbin/exim_tidydb -t 0d /var/spool/exim retry > /dev/null /usr/sbin/exim_tidydb -t 0d /var/spool/exim reject > /dev/null /usr/sbin/exim_tidydb -t 0d /var/spool/exim wait-remote_smtp > /dev/null
If you still get errors after running those commands, there is likely an issue with the domain you are trying to send the message to.
thank you, i execute this on terminal but now error become T=dkim_remote_smtp defer (110): Connection timed out0 -
Thanks for that - that would indicate that your server either can't look up the remote location to send the message, or you are blocked from sending to that location. You can running this command to see if you can manually connect: telnet remotedomain.com 25
as that will attempt to make a connection to the remote mail server.0 -
Thanks for that - that would indicate that your server either can't look up the remote location to send the message, or you are blocked from sending to that location. You can running this command to see if you can manually connect:
telnet remotedomain.com 25
as that will attempt to make a connection to the remote mail server.
Thank you, this result of telnet0 -
Thanks for that. The most likely issue is that you server's resolvers are not set properly. Can you comment out the existing entries in /etc/resolv.conf and add the following? nameserver 8.8.8.8 nameserver 8.8.4.4
and see if that gets things working?0 -
Thanks for that. The most likely issue is that you server's resolvers are not set properly. Can you comment out the existing entries in /etc/resolv.conf and add the following?
nameserver 8.8.8.8 nameserver 8.8.4.4
and see if that gets things working?
thank you, i change nameserver but telnet return error0 -
Thanks for the additional details. The most likely reason for this is that your hosting provider is blocking port 25. Can you speak with them to see if that is the case, and if they have alternative recommendations for sending mail? 0
Please sign in to leave a comment.
Comments
7 comments