Autore: Karl Fischer
Data:
To: exim-users
Oggetto: Re: [exim] state.gov users cannot send to my exim mail server
Am 22.03.2011 17:42, schrieb Kebba Foon:
> my MX is mail.qanet.gm or newgainde.qanet.gm
Kebba,
there seems to be something blocking port 25 traffic to your server.
I can't reach any of them neither.
But they do reply on ping and on other protocols like pop3:
[karl@centos tmp]$ ping newgainde.qanet.gm
PING newgainde.qanet.gm (196.46.232.17) 56(84) bytes of data.
64 bytes from newgainde.qanet.gm (196.46.232.17): icmp_seq=1 ttl=54 time=121 ms
64 bytes from newgainde.qanet.gm (196.46.232.17): icmp_seq=2 ttl=54 time=120 ms
[karl@centos tmp]$ nc newgainde.qanet.gm 110
+OK Hello there.
quit
+OK Better luck next time.
however, no reply on smtp connects:
[karl@centos tmp]$ nc newgainde.qanet.gm 25
<nothing>
I guess you'll have to ask your ISP.
- Karl