swangdb
2010-07-22 19:46:50 UTC
Basically, I can telnet to port 25 of localhost but not of the machine
name or the IP address.
# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 <servername> ESMTP Sendmail 8.14.4/8.14.4; Thu, 22 Jul 2010
14:43:06 -0500 (CDT)
# telnet <servername> 25
Trying <ip address>...
telnet: Unable to connect to remote host: Connection refused
Any ideas?
Thanks!
name or the IP address.
# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 <servername> ESMTP Sendmail 8.14.4/8.14.4; Thu, 22 Jul 2010
14:43:06 -0500 (CDT)
# telnet <servername> 25
Trying <ip address>...
telnet: Unable to connect to remote host: Connection refused
Any ideas?
Thanks!