Hi there,
I have Linux Mail Server using Exim to send email. All the while, I can send mail to the domain @domainAAA.com ( I use an alias domain name here). I suspect someone change the firewall configuration on this server and now cause us cannot send to this domain any more. Every time I will get this error below from the mail log and the email will be frozen in the mail queue.
2013-12-29 03:29:49 1Vwza1-0004y1-It ** lala@domainAAA.com F=<test@eximserver.com> R=lookuphost T=remote_smtp: retry time not reached for any host after a long failure period
When I verified the email address, it can be verified.
[root@eximserver]# exim -bvs lala@domainAAA.com
lala@domainAAA.com verified
The exim is install from the installer of DirectAdmin
Kindly advise how to rectify this issue and how the error happen. Because I need to find out who make the mistake and prevent this case happen in the future.
Thanks!
Regards,
G2020
the thing you might want to try from the server where Exim is installed is the following command:
Open in new window
If you get a response back, then great, it is not a firewall issue.But, if you do not get a response back, it could be a firewall issue, it could be your Internet provider blocking port 25 traffic. You might try using th etelnet trick on other well known ports that might answer at the same domain like 80 or 443 because there is usually always a web server on a mail server. If you get a response back from the port 80 test but not port 25, I would look more at the ISP. If you do not get any response from any port, I would look internally at firewalls on the router, iptables, etc.