<?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 - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2920132#M109294</link>
    <description>I made this change....&lt;BR /&gt;&lt;BR /&gt;#0 RefuseLA=12 &lt;BR /&gt;&lt;BR /&gt;Make the 12 into a 60, and it should run, since it says your load average is 52. &lt;BR /&gt;&lt;BR /&gt;Stopped and restarted sendmail and that did the trick.  I looked in top and the high processes were related to a converter that we recently put on the system.  We will have to look into that.  Thanks for the quick responses!!!</description>
    <pubDate>Wed, 05 Mar 2003 20:30:31 GMT</pubDate>
    <dc:creator>Kathleen</dc:creator>
    <dc:date>2003-03-05T20:30:31Z</dc:date>
    <item>
      <title>Sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2920128#M109290</link>
      <description>I posted this last night...resolved the problem by restarting the system.  When I do a ps-ef | grep sendmail this is the output&lt;BR /&gt;root 28933     1  0 13:58:18 ?         0:00 sendmail: rejecting connections&lt;BR /&gt;on port 25: load average: 52 &lt;BR /&gt;&lt;BR /&gt;I tried stopping and restaring sendmail but I am still having issues.  Any suggestions?  I can't seem to find anything in the mail.log file.  Is there another place I can look?&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Mar 2003 20:02:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2920128#M109290</guid>
      <dc:creator>Kathleen</dc:creator>
      <dc:date>2003-03-05T20:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2920129#M109291</link>
      <description>Basic Sendmail commands:&lt;BR /&gt;&lt;BR /&gt;killsm (* stop sendmail daemon*)&lt;BR /&gt;&lt;BR /&gt;sendmail -bd -q30m (* start sendmail daemon, check queue -q every 30 minutes *)&lt;BR /&gt;&lt;BR /&gt;sendmail -bs (* obtain current version of executable and sendmail.cf *)&lt;BR /&gt;&lt;BR /&gt;NOTE:  It???s important to have the same version in both.&lt;BR /&gt;&lt;BR /&gt;For a new sendmail.cf file with current version of executable:&lt;BR /&gt;&lt;BR /&gt;cp /usr/newconfig/etc/mail/sendmail.cf /etc/mail/sendmail.cf&lt;BR /&gt;&lt;BR /&gt;Change the DS variable to point to your mail relay.  NOTE:  Important to be able to ping your mail relay first.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Mar 2003 20:11:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2920129#M109291</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-05T20:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2920130#M109292</link>
      <description>sendmail is rejecting connections because the load average is too high.&lt;BR /&gt;&lt;BR /&gt;Look at &lt;BR /&gt;$top&lt;BR /&gt;and let us know why the host is so busy.&lt;BR /&gt;&lt;BR /&gt;You might consider posting the first screen or so of top.</description>
      <pubDate>Wed, 05 Mar 2003 20:18:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2920130#M109292</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2003-03-05T20:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2920131#M109293</link>
      <description>Sendmail will refuse connections if it thinks that your load average is too high (ie: the server's real busy).&lt;BR /&gt;&lt;BR /&gt;You should have a line in your sendmail.cf file that looks like this:&lt;BR /&gt;&lt;BR /&gt;#0 RefuseLA=12&lt;BR /&gt;&lt;BR /&gt;Make the 12 into a 60, and it should run, since it says your load average is 52.&lt;BR /&gt;&lt;BR /&gt;The next question is, Is you load average really that high?&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;Vince&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Mar 2003 20:20:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2920131#M109293</guid>
      <dc:creator>Vincent Fleming</dc:creator>
      <dc:date>2003-03-05T20:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2920132#M109294</link>
      <description>I made this change....&lt;BR /&gt;&lt;BR /&gt;#0 RefuseLA=12 &lt;BR /&gt;&lt;BR /&gt;Make the 12 into a 60, and it should run, since it says your load average is 52. &lt;BR /&gt;&lt;BR /&gt;Stopped and restarted sendmail and that did the trick.  I looked in top and the high processes were related to a converter that we recently put on the system.  We will have to look into that.  Thanks for the quick responses!!!</description>
      <pubDate>Wed, 05 Mar 2003 20:30:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2920132#M109294</guid>
      <dc:creator>Kathleen</dc:creator>
      <dc:date>2003-03-05T20:30:31Z</dc:date>
    </item>
  </channel>
</rss>

