The 0 0.0.0.0:25 means it's listening on all ip addresses doesn't it? Other than firewall, what else could be interfering? /etc/hosts.allow? /etc/mail/access.db?
netstat -nap | grep 25 tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 1361/sendmail: acce tcp 0 0 192.168.0.1:139 192.168.0.24:1025 ESTABLISHED 11855/smbd tcp 0 0 192.168.0.1:139 192.168.0.52:1025 ESTABLISHED 15272/smbd tcp 0 0 192.168.0.1:139 192.168.0.53:1025 ESTABLISHED 11654/smbd tcp 0 0 192.168.0.1:139 192.168.0.56:1025 ESTABLISHED 11662/smbd tcp 0 0 192.168.0.1:139 192.168.0.63:1025 ESTABLISHED 11652/smbd unix 2 [ ACC ] STREAM LISTENING 2922725 19083/X /tmp/.X11-unix/X0 unix 2 [ ] DGRAM 5604725 6171/named > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Cowles, Steve > Sent: Monday, January 27, 2003 23:44 > To: '[EMAIL PROTECTED]' > Subject: RE: Sendmail config > > > > -----Original Message----- > > From: Brian Johnson > > Sent: Monday, January 27, 2003 10:01 PM > > Subject: RE: Sendmail config > > > > > > My system looks like it's trying to connect to the main mail > > server but is timing out (even when I drop the firewall) > > Just a guess here, but is sendmail still configured to listen only on > localhost? > > As root, type: netstat -nap | grep 25 > > If sendmail is only listening on localhost, then add a comment > (dnl) to the > following line in your /etc/mail/sendmail.mc and then rebuild your > sendmail.cf file. Then restart sendmail. > > dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA') > > Steve Cowles > > > > -- > Psyche-list mailing list > [EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/psyche-list > -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list