newbie please help : postfix telnet localhost 25 no respond
Posted: 2011/06/16 10:13:43
Hello there
i'm new to linux , i was trying to set up a mail server Centos 5.3 following the 2 guides
after installing and configuring spamassassin
and was told to test postfix to see if postfix is ready for SMTP-AUTH And TLS by running
telnet localhost 25
i get this :
[root@mailserver ~]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
no respond even if i typed : ehlo localhost
this is my net stat
[root@mailserver ~]# netstat -l | grep tcp
tcp 0 0 *:imaps *:* LISTEN
tcp 0 0 *:pop3s *:* LISTEN
tcp 0 0 localhost.localdomain:10024 *:* LISTEN
tcp 0 0 localhost.localdomain:10025 *:* LISTEN
tcp 0 0 *:mysql *:* LISTEN
tcp 0 0 *:pop3 *:* LISTEN
tcp 0 0 localhost.local:dyna-access *:* LISTEN
tcp 0 0 *:782 *:* LISTEN
tcp 0 0 *:imap *:* LISTEN
tcp 0 0 *:sunrpc *:* LISTEN
tcp 0 0 *:x11 *:* LISTEN
tcp 0 0 *:http *:* LISTEN
tcp 0 0 *:ftp *:* LISTEN
tcp 0 0 mailserver.airworldt:domain *:* LISTEN
tcp 0 0 localhost.localdomai:domain *:* LISTEN
tcp 0 0 *:ssh *:* LISTEN
tcp 0 0 localhost.localdomain:ipp *:* LISTEN
tcp 0 0 *:smtp *:* LISTEN
tcp 0 0 localhost.localdomain:rndc *:* LISTEN
tcp 0 0 *:https *:* LISTEN
if you need any other entry that could help narrow down the problem plz let me know and i will post it here
thanks in advance
i'm new to linux , i was trying to set up a mail server Centos 5.3 following the 2 guides
after installing and configuring spamassassin
and was told to test postfix to see if postfix is ready for SMTP-AUTH And TLS by running
telnet localhost 25
i get this :
[root@mailserver ~]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
no respond even if i typed : ehlo localhost
this is my net stat
[root@mailserver ~]# netstat -l | grep tcp
tcp 0 0 *:imaps *:* LISTEN
tcp 0 0 *:pop3s *:* LISTEN
tcp 0 0 localhost.localdomain:10024 *:* LISTEN
tcp 0 0 localhost.localdomain:10025 *:* LISTEN
tcp 0 0 *:mysql *:* LISTEN
tcp 0 0 *:pop3 *:* LISTEN
tcp 0 0 localhost.local:dyna-access *:* LISTEN
tcp 0 0 *:782 *:* LISTEN
tcp 0 0 *:imap *:* LISTEN
tcp 0 0 *:sunrpc *:* LISTEN
tcp 0 0 *:x11 *:* LISTEN
tcp 0 0 *:http *:* LISTEN
tcp 0 0 *:ftp *:* LISTEN
tcp 0 0 mailserver.airworldt:domain *:* LISTEN
tcp 0 0 localhost.localdomai:domain *:* LISTEN
tcp 0 0 *:ssh *:* LISTEN
tcp 0 0 localhost.localdomain:ipp *:* LISTEN
tcp 0 0 *:smtp *:* LISTEN
tcp 0 0 localhost.localdomain:rndc *:* LISTEN
tcp 0 0 *:https *:* LISTEN
if you need any other entry that could help narrow down the problem plz let me know and i will post it here
thanks in advance