thanks, how can I fix these errors?Everything looks ok, but it looks like something is blocking, when I ran test smtp was being blocked. Check firewall, not modified exim configuration, possible data center blocking and need to contact them?
![]()
postrategy.co Domain Health
mxtoolbox.com
5 Problems
Only the 3rd one is a real error. Failed to connect. The rest are in fact just warnings. DMARC records are good but not required.thanks, how can I fix these errors?
Yes, the problem was solved by requesting Hetzner to open port 25. Best wishes.Only the 3rd one is a real error. Failed to connect. The rest are in fact just warnings. DMARC records are good but not required.
Seems your port 25 is closed. Be sure that is open for incoming and outgoing traffic.
If your firewall has it open, you have to contact your datacenter.
I'm not native English, but this sounds as if you say that port 25 and 993 are blocked by iptables, even with iptables flushed. Is that correct or did I misunderstood?and also I have noticed my server ports 25 and 993 are blocked with iptable having filtered status for both ports.
iptables -L -n | grep :25
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:25
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:25
Code:ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:25 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:25
PORT STATE SERVICE VERSION
25/tcp filtered smtp
80/tcp open http nginx
443/tcp open ssl/http nginx
587/tcp filtered submission
993/tcp filtered imaps
Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel