PDA

View Full Version : Problem in sendmail configuration


satish
9th March 2006, 16:52
hi,

I configured a mail server (sendmail + cyrus +ssl).after the installation iam not able to send mails from my box and iam getting the following error " the message could not be sent because connecting to smtp server 172.22.2.222 failed. The server may be unavailable or is refusing SMTP connections. Please verify taht your SMTP server setting is correct and try again, or else contact your network administrator"

one more thing is if i try to telnet to the 25 port its displaying the following message and its getting hanged

[root@satish ~]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 localhost.localdomain ESMTP Sendmail 8.12.11/8.13.1; Thu, 9 Mar 2006 19:43:06 +0530

falko
9th March 2006, 20:29
hi,

I configured a mail server (sendmail + cyrus +ssl).after the installation iam not able to send mails from my box and iam getting the following error " the message could not be sent because connecting to smtp server 172.22.2.222 failed. The server may be unavailable or is refusing SMTP connections. Please verify taht your SMTP server setting is correct and try again, or else contact your network administrator" Is this your IP address?
Please post the output of netstat -tap
What's in your mail log?

one more thing is if i try to telnet to the 25 port its displaying the following message and its getting hanged

[root@satish ~]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 localhost.localdomain ESMTP Sendmail 8.12.11/8.13.1; Thu, 9 Mar 2006 19:43:06 +0530
That's normal because it is waiting for input from you. Either type
quit or ehlo localhost
quit