>>> On Thu, 13 Jun 2002, Alex Meaden ([EMAIL PROTECTED]) spoke: > ...to Red Hat 7.3. ...cannot get the SMTP server (Sendmail) working. > I have modified /etc/mail/access to allow relaying from the local > network, and have updated access.db. I cannot however connect to port 25 > from other machines on the network - but I can locally. ...I test it > using telnet to port 25, which should at least give the Sendmail banner > even if relaying is blocked.
Alex, sendmail is listening on localhost only. If you really want the box to listen for network connections, I suggest editing the '/etc/sendmail.cf' file. Look specifically for the line that reads... O DaemonPortOptions=Port=smtp,Addr=127.0.0.1, Name=MTA And change it to: O DaemonPortOptions=Port=smtp,Addr=0.0.0.0, Name=MTA Restart sendmail and your done. Alternatively, you could force sendmail to listen only on a specific IP address (instead of all 0s), just make sure the IP you specify is really bound to your NIC. ;) Cheers, William -- William Lanning ** RHCE =*=*=*= /earth is 98% full... Please delete anyone you can! _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list