netstat returned below which means server is listening on the port 25 and the
IP address is still same 192.168.20.19 from ifconfig -a and still I cannot
connect on port 25. What do I do now?
tcp4 0 0 *.25 *.* LISTEN
Cimoni Enwis Ogwujiakwu
--- On Tue, 8/31/10, Ansgar Wiechers <li...@planetcobalt.net> wrote:
From: Ansgar Wiechers <li...@planetcobalt.net>
Subject: Re: Problem telnet postfix from a network segment not local
To: postfix-users@postfix.org
Date: Tuesday, August 31, 2010, 11:15 PM
On 2010-08-31 Cimoni Enwis Ogwujiakwu wrote:
> I am having problem send mails from a client(not on a segment local to
> postfix server) connected to a postfix server on port 25.
> I tried telnetting the post fix server on telnet 192.168.20.19 25 and
> I get the following
> Could not open connection to the host, on port 25: Connect failed
If the IP address of the server hasn't changed and Postfix is still
listening on port 25/tcp (check with ipconfig and netstat on the Postfix
server), then something between your client and the Postfix server is
blocking connections to the Postfix server. tcptraceroute may help
narrowing down that something.
Regards
Ansgar Wiechers
--
"Abstractions save us time working, but they don't save us time learning."
--Joel Spolsky