> From: "admin" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: need help on Sendmail > > hi > any help to the below problem ? I am unable to telnet 192.168.8.1 25 > which is SMTP port > I have add 'hosts' 192.168.8.1 myhome.net, and add 'rely-domain' for > 192.168.8.1 so do 'access' > I have reinstall RH 7.2 from fresh, I still keep encounter the problem, > I am able to ping 127.0.0.1 and my internel ip 192.168.8.1. Sendmail is > default. using 3com Ethernet Card. try ./sendmail restart or stop or > start no show lar and the ifconfig is ok > show eth0 ip address 192.168.8.1 able to ping 192.168.8.1 from windoz > pc. > > when I type telnet 127.0.0.1 25 connect right a way just a second, but > when I type telnet 192.168.8.1 25 > there is no show, any ideal what goes wrong ? i even read sendmail howto > from RH, adding 192.168.8.1 to 'relay-domain', 'access' n with RELAY for > access, it seem that is does SMTP port 25 cannot grep my internal ip > 192.168.8.1. > This was mentioned in the release notes, but perhaps it was in an earlier version instead of 7.2. You need either to modify /etc/sendmail.cf directly or make the corresponging change in sendmail.mc file and regenerate sendmail.cf -- then restart sendmail in either case. In sendmail.cf, comment out (wiht #) this line: O DaemonPortOptions=Port=smtp,Addr=127.0.0.1, Name=MTA or find this section in /etc/mail/sendmail.mc ----- dnl This changes sendmail to only listen on the loopback device 127.0.0.1 dnl and not on any other network devices. Comment this out if you want dnl to accept email over the network. DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA') ---- and comment out (put "dnl " at the start of the line) the DAEMON_OPTIONS line and generate a new sendmail.cf as described at the beginning of the .mc file. pete -- pete peterson Teradyne, Inc. 7 Technology Park Drive Westford, MA 01886-0033 [EMAIL PROTECTED] or [EMAIL PROTECTED] +1-978-589-7478 (Teradyne); +1-978-589-2088 (Closest FAX); +1-978-589-7007 (Main Teradyne Westford FAX) _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list