<?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: sendmail problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sendmail-problem/m-p/4296134#M34304</link>
    <description>see if this helps&lt;BR /&gt;&lt;BR /&gt;sendmail.cf file coming with some RH 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 now works</description>
    <pubDate>Wed, 29 Oct 2008 17:35:32 GMT</pubDate>
    <dc:creator>skt_skt</dc:creator>
    <dc:date>2008-10-29T17:35:32Z</dc:date>
    <item>
      <title>sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-problem/m-p/4296129#M34299</link>
      <description>I have newly setup a server , and started the sendmail service , I have config the sendmail.cf as below and then restart it &lt;BR /&gt;&lt;BR /&gt;"Smart" relay host (may be null)&lt;BR /&gt;DSmail-server&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But now still can't sendmail mail out , I have other server that have the same setting can do , so I wonder is there other config file that I need to change to make it work ? please advise thx&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Oct 2008 08:43:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-problem/m-p/4296129#M34299</guid>
      <dc:creator>haeman</dc:creator>
      <dc:date>2008-10-29T08:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-problem/m-p/4296130#M34300</link>
      <description>Check if you relay host is accessible: &lt;BR /&gt;&lt;BR /&gt;telnet relay_host 25 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Wed, 29 Oct 2008 10:05:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-problem/m-p/4296130#M34300</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-10-29T10:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-problem/m-p/4296131#M34301</link>
      <description>Post the output of /var/log/maillog. Ensure that mail-server can be resolved.</description>
      <pubDate>Wed, 29 Oct 2008 12:08:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-problem/m-p/4296131#M34301</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-10-29T12:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-problem/m-p/4296132#M34302</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;In sendmail.cf you should set a relay server&lt;BR /&gt;&lt;BR /&gt;DShostnameofrelayserver&lt;BR /&gt;&lt;BR /&gt;The relay server must be explicitly set up to relay your systems mail.&lt;BR /&gt;&lt;BR /&gt;Most Corporate LAN environments won't let you send mail directly, the spam risk is too high.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 29 Oct 2008 13:37:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-problem/m-p/4296132#M34302</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-10-29T13:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-problem/m-p/4296133#M34303</link>
      <description>I would suggest installing the sendmail-cf rpm. Then edit the mc file and restart sendmail. This will run m4 for you, etc. This may not resolve your issue, but it is the red hat recommended way of modifying sendmail.</description>
      <pubDate>Wed, 29 Oct 2008 14:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-problem/m-p/4296133#M34303</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2008-10-29T14:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-problem/m-p/4296134#M34304</link>
      <description>see if this helps&lt;BR /&gt;&lt;BR /&gt;sendmail.cf file coming with some RH 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 now works</description>
      <pubDate>Wed, 29 Oct 2008 17:35:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-problem/m-p/4296134#M34304</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-10-29T17:35:32Z</dc:date>
    </item>
  </channel>
</rss>

