<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: postfix and RHEL 4X in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/postfix-and-rhel-4x/m-p/5050671#M82939</link>
    <description>sendmail.cf file coming with some RHEL only listens on loopback interface. u can see that in netstat -an &lt;BR /&gt;&lt;BR /&gt;it looks like this&lt;BR /&gt;&lt;BR /&gt;tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN &lt;BR /&gt;&lt;BR /&gt;I Commented following option and restarted the sendmail daemon. &lt;BR /&gt;&lt;BR /&gt;O DaemonPortOptions=Port=smtp,Addr=127.0.0.1, Name=MTA &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then after restarting the daemon using netstat -an. &lt;BR /&gt;the output changed to&lt;BR /&gt;&lt;BR /&gt;tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN &lt;BR /&gt;&lt;BR /&gt;My mail/smtp now works</description>
    <pubDate>Sun, 03 Jun 2007 08:22:19 GMT</pubDate>
    <dc:creator>skt_skt</dc:creator>
    <dc:date>2007-06-03T08:22:19Z</dc:date>
    <item>
      <title>postfix and RHEL 4X</title>
      <link>https://community.hpe.com/t5/operating-system-linux/postfix-and-rhel-4x/m-p/5050669#M82937</link>
      <description>I have just done a clean install of RHEL 4.X on a HP 380 G4 with postfix 2.2.10and lots of other things.  I cannot get this server to accept an exteral connection to port 25.  I have checked off smtp in lokkit. I cannot telnet localhost 25 from inside or outside the box. Postfix is new to me I have about 10 years of experience with sendmail and various versions of RH for 6.0 up in production. It is either getting too complicated or I am getting too old.  I am waiting for Amazon to deliver my Postfix book but am irritated but not being able to get this basic functionality going.&lt;BR /&gt;ANY wisdom is appreciated.</description>
      <pubDate>Sat, 02 Jun 2007 20:54:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/postfix-and-rhel-4x/m-p/5050669#M82937</guid>
      <dc:creator>Chris Swenson</dc:creator>
      <dc:date>2007-06-02T20:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: postfix and RHEL 4X</title>
      <link>https://community.hpe.com/t5/operating-system-linux/postfix-and-rhel-4x/m-p/5050670#M82938</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;netstat -an | grep ":25 "&lt;BR /&gt;# to see if there is a listener up.&lt;BR /&gt;&lt;BR /&gt;Default RH configuration sets up iptables and blocks port 25.&lt;BR /&gt;&lt;BR /&gt;service iptables stop&lt;BR /&gt;&lt;BR /&gt;Test again.&lt;BR /&gt;&lt;BR /&gt;If it works, configure iptables to permit traffic on port 25.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 03 Jun 2007 04:15:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/postfix-and-rhel-4x/m-p/5050670#M82938</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-06-03T04:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: postfix and RHEL 4X</title>
      <link>https://community.hpe.com/t5/operating-system-linux/postfix-and-rhel-4x/m-p/5050671#M82939</link>
      <description>sendmail.cf file coming with some RHEL only listens on loopback interface. u can see that in netstat -an &lt;BR /&gt;&lt;BR /&gt;it looks like this&lt;BR /&gt;&lt;BR /&gt;tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN &lt;BR /&gt;&lt;BR /&gt;I Commented following option and restarted the sendmail daemon. &lt;BR /&gt;&lt;BR /&gt;O DaemonPortOptions=Port=smtp,Addr=127.0.0.1, Name=MTA &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then after restarting the daemon using netstat -an. &lt;BR /&gt;the output changed to&lt;BR /&gt;&lt;BR /&gt;tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN &lt;BR /&gt;&lt;BR /&gt;My mail/smtp now works</description>
      <pubDate>Sun, 03 Jun 2007 08:22:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/postfix-and-rhel-4x/m-p/5050671#M82939</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-06-03T08:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: postfix and RHEL 4X</title>
      <link>https://community.hpe.com/t5/operating-system-linux/postfix-and-rhel-4x/m-p/5050672#M82940</link>
      <description>1- Check that postfix is running:&lt;BR /&gt;&lt;BR /&gt;chkconfig postfix on&lt;BR /&gt;service postfix status&lt;BR /&gt;&lt;BR /&gt;2- Check that sendmail is not running, or postfix will fail to start&lt;BR /&gt;&lt;BR /&gt;service sendmail stop&lt;BR /&gt;chkconfig sendmail off&lt;BR /&gt;&lt;BR /&gt;3- As methioned before, disable firewall to test. If you can connect after this, modify your iptables rules:&lt;BR /&gt;&lt;BR /&gt;service iptables stop&lt;BR /&gt;&lt;BR /&gt;4- Ensure that you have the following line in main.cf:&lt;BR /&gt;&lt;BR /&gt;inet_interfaces = all&lt;BR /&gt;</description>
      <pubDate>Sun, 03 Jun 2007 16:38:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/postfix-and-rhel-4x/m-p/5050672#M82940</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-06-03T16:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: postfix and RHEL 4X</title>
      <link>https://community.hpe.com/t5/operating-system-linux/postfix-and-rhel-4x/m-p/5050673#M82941</link>
      <description>what is the error you are getting when you telnet to port 25?</description>
      <pubDate>Sun, 03 Jun 2007 20:31:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/postfix-and-rhel-4x/m-p/5050673#M82941</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-06-03T20:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: postfix and RHEL 4X</title>
      <link>https://community.hpe.com/t5/operating-system-linux/postfix-and-rhel-4x/m-p/5050674#M82942</link>
      <description>Thank for the responses, to various ideas:&lt;BR /&gt;Only Postfix is configured on this box. sendmail is not running.&lt;BR /&gt; netstat -an | grep *.25* yields nothing&lt;BR /&gt;&lt;BR /&gt;netstat -an | grep .25 yields &lt;BR /&gt;tcp 0  0  0.0.0.0:25 0.0.0.0:*   LISTEN&lt;BR /&gt;&lt;BR /&gt;shuting down iptables does not alter results&lt;BR /&gt;inet_interfaces = all  was set.&lt;BR /&gt;&lt;BR /&gt;When Telneting I get:&lt;BR /&gt;telnet ratatosk.currycollege.net 25&lt;BR /&gt;Connecting To Ratatosk.currycollege.net...Could not open connection to the host,  on port 25: Connect failed.&lt;BR /&gt;&lt;BR /&gt;A true puzzlement.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Jun 2007 10:54:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/postfix-and-rhel-4x/m-p/5050674#M82942</guid>
      <dc:creator>Chris Swenson</dc:creator>
      <dc:date>2007-06-04T10:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: postfix and RHEL 4X</title>
      <link>https://community.hpe.com/t5/operating-system-linux/postfix-and-rhel-4x/m-p/5050675#M82943</link>
      <description>Do you have any other SMTP configured in any of the configuration files. May be configured requierment of a particular application ..etc.&lt;BR /&gt;&lt;BR /&gt;Are u doing this telnet locally from the same server? is that machine in your local LAN ? if not is it going through any restricted firewall?</description>
      <pubDate>Mon, 04 Jun 2007 20:44:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/postfix-and-rhel-4x/m-p/5050675#M82943</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-06-04T20:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: postfix and RHEL 4X</title>
      <link>https://community.hpe.com/t5/operating-system-linux/postfix-and-rhel-4x/m-p/5050676#M82944</link>
      <description>There will be a special place in hell for me if I am not there already.&lt;BR /&gt;&lt;BR /&gt;I have been sitting at my windows PC trying to telnet to port 25 on the new linux box and the idiot virus scan blocks outbound port 25.  Once I shut that down it works.&lt;BR /&gt;&lt;BR /&gt;Thanks all to your advice and insight.&lt;BR /&gt;Chris S.</description>
      <pubDate>Tue, 05 Jun 2007 19:34:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/postfix-and-rhel-4x/m-p/5050676#M82944</guid>
      <dc:creator>Chris Swenson</dc:creator>
      <dc:date>2007-06-05T19:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: postfix and RHEL 4X</title>
      <link>https://community.hpe.com/t5/operating-system-linux/postfix-and-rhel-4x/m-p/5050677#M82945</link>
      <description>thank you everyone.&lt;BR /&gt;I learn a lot from reading your posts and most times I solve my problems with just a little search of this site.</description>
      <pubDate>Thu, 07 Jun 2007 09:57:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/postfix-and-rhel-4x/m-p/5050677#M82945</guid>
      <dc:creator>Chris Swenson</dc:creator>
      <dc:date>2007-06-07T09:57:23Z</dc:date>
    </item>
  </channel>
</rss>

