Re: unblock port 25

From: Mike Klinke (mklinke_at_axsi.com)
Date: 10/26/05

  • Next message: Wayne Pinette: "RE: unblock port 25"
    To: General Red Hat Linux discussion list <redhat-list@redhat.com>
    Date: Wed, 26 Oct 2005 13:13:59 -0500
    
    

    On Wednesday 26 October 2005 12:55, Nagarjuna Rao Cherukuri wrote:
    > Hi,
    >
    >
    >
    >
    > Can anyone tell me how to enable port 25 in my server? I am able
    > to ping to this port as local host, but it is failing when try to
    > ping using DNS.
    >

    One possibility, assuming that you are using sendmail.mc as your
    configuration file, is this:

    ======== sendmail.mc ========
    dnl changes sendmail to only listen on the loopback device 127.0.0.1
    dnl and not on any other network devices. Comment out if you want
    dnl to accept email over the network.
    DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')

    Regards, Mike Klinke

    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Wayne Pinette: "RE: unblock port 25"

    Relevant Pages

    • Re: mail delivery on LAN - with Linux
      ... dnl This changes sendmail to only listen on the loopback device 127.0.0.1 ... dnl and not on any other network devices. ... and then run "service sendmail restart" ...
      (RedHat)
    • RE: sendmail help
      ... dnl This changes sendmail to only listen on the loopback device 127.0.0.1 ... dnl and not on any other network devices. ...
      (RedHat)
    • Re: Could be routing problem?
      ... > sendmail for that version? ... dnl This is the sendmail macro config file. ... dnl This changes sendmail to only listen on the loopback device 127.0.0.1 ... dnl and not on any other network devices. ...
      (RedHat)