Re: smtp not responding

2003-07-29 Thread Joe Polk
Read your /etc/mail/sendmail.mc file and you'll see what's happening. Sendmail only listens to localhost by default. <> -- Original Message --- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tue, 29 Jul 2003 13:30:15 +0530 Subject: smtp not responding > Hi all, > > In the

Re: smtp not responding

2003-07-29 Thread Ed Wilts
On Tue, Jul 29, 2003 at 01:30:15PM +0530, [EMAIL PROTECTED] wrote: > telnet: connect to address 192.168.0.222: Connection refused > > and the same message appears when I try to connect from the mail server itself > also. > > There is no firewall enabled. Do I need to add anything or change > any

RE: smtp not responding

2003-07-29 Thread subscribe
you have to edit /etc/sysconfig/mail and set: SMTPD_LISTEN_REMOTE="yes" If not it only respons to localhost 25. --- Trond -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 29. juli 2003 10:00 To: [EMAIL PROTECTED] Subject: smtp no