cannot telnet port 25 from other hosts

Bob Chiodini chiodr at kscems.ksc.nasa.gov
Wed Jul 28 14:56:34 UTC 2004


On Wed, 2004-07-28 at 10:27, ssoss S wrote:
> hi..  I found that I cannot telnet my linux box (fedora core1) via port 25 
> (SMTP) but the SMTP service is started.  I can telnet to localhost via port 
> 25.  May I know where is the config to control and allow me to telnet 
> mylinux 25 from other hosts??

/etc/mail/sendmail.mc:


> dnl #
> dnl # The following causes sendmail to only listen on the IPv4 loopback address
> dnl # 127.0.0.1 and not on any other network devices. Remove the loopback
> dnl # address restriction to accept email from the internet or intranet.
> dnl #
> DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl

Should be this to open up SMTP:

DAEMON_OPTIONS(`Port=smtp, Name=MTA')dnl

service sendmail restart to rebuild the configs and restart sendmail.

Bob...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20040728/30451d5d/attachment-0001.sig>


More information about the fedora-list mailing list