<?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: mail / processes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-processes/m-p/4107671#M312769</link>
    <description>Here is the qtime setting on the daemon and the load param in sendmail.cf.&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep sendmail          0:00 /usr/lib/sendmail -bd -q15m     (sufficient??)&lt;BR /&gt;&lt;BR /&gt;I am also seeing this set in the sendmail.cf file:&lt;BR /&gt;# load average at which we just queue messages&lt;BR /&gt;O QueueLA=40&lt;BR /&gt;&lt;BR /&gt;# load average at which we refuse connections&lt;BR /&gt;O RefuseLA=60&lt;BR /&gt;</description>
    <pubDate>Tue, 27 Nov 2007 07:51:17 GMT</pubDate>
    <dc:creator>Nobody's Hero</dc:creator>
    <dc:date>2007-11-27T07:51:17Z</dc:date>
    <item>
      <title>mail / processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-processes/m-p/4107668#M312766</link>
      <description>We treat sendmail as an application. I support the OS and hardware. My firewall guy says he get tons of these messages:&lt;BR /&gt;- refusing a connect on port 25, as no service is listening to the port, message is "stat=Deferred: Connection refused &lt;BR /&gt;&lt;BR /&gt;probably because the max number of sendmail daemons we spawn is 200 and it might not be enough because the port 25 is so busy and we exceed out connection count.&lt;BR /&gt;&lt;BR /&gt;What do you all do out there in the email/sendmail world? Do your servers run more that 200 sendmail processes at a given time?&lt;BR /&gt;&lt;BR /&gt;The reson they set the max at 200 sendmail daemons is to prevent an email bomb or something destructive?&lt;BR /&gt;&lt;BR /&gt;What is your opinion?</description>
      <pubDate>Mon, 26 Nov 2007 14:51:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-processes/m-p/4107668#M312766</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2007-11-26T14:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: mail / processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-processes/m-p/4107669#M312767</link>
      <description>It might help to know what the -q&lt;TIME&gt; parameter was set to during sendmail startup? See the sendmail(1M) manpage for details and configure it as follows:&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/sendmail stop&lt;BR /&gt;# /usr/sbin/sendmail -bd -q1m&lt;BR /&gt;# /sbin/init.d/sendmail start&lt;/TIME&gt;</description>
      <pubDate>Mon, 26 Nov 2007 16:36:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-processes/m-p/4107669#M312767</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2007-11-26T16:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: mail / processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-processes/m-p/4107670#M312768</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;What is your load average. AT certain oad average, the server refuses SMTP connections.&lt;BR /&gt;&lt;BR /&gt;Check the folling lines in &lt;BR /&gt;/etc/mail/sendmail.cf:&lt;BR /&gt;&lt;BR /&gt;#  Queue-Only Load Average (option QueueLA):                                   #&lt;BR /&gt;#      the line beginning O QueueLA=.                                          #&lt;BR /&gt;#O QueueLA=8&lt;BR /&gt;&lt;BR /&gt;I saved some customers with similar&lt;BR /&gt;problems.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;VK2COT</description>
      <pubDate>Mon, 26 Nov 2007 18:45:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-processes/m-p/4107670#M312768</guid>
      <dc:creator>VK2COT</dc:creator>
      <dc:date>2007-11-26T18:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: mail / processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-processes/m-p/4107671#M312769</link>
      <description>Here is the qtime setting on the daemon and the load param in sendmail.cf.&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep sendmail          0:00 /usr/lib/sendmail -bd -q15m     (sufficient??)&lt;BR /&gt;&lt;BR /&gt;I am also seeing this set in the sendmail.cf file:&lt;BR /&gt;# load average at which we just queue messages&lt;BR /&gt;O QueueLA=40&lt;BR /&gt;&lt;BR /&gt;# load average at which we refuse connections&lt;BR /&gt;O RefuseLA=60&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Nov 2007 07:51:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-processes/m-p/4107671#M312769</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2007-11-27T07:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: mail / processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-processes/m-p/4107672#M312770</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;OK, you accept emails even when the load is quite high :)&lt;BR /&gt;&lt;BR /&gt;What is the result of the following commands:&lt;BR /&gt;&lt;BR /&gt;mailq&lt;BR /&gt;mailstats&lt;BR /&gt;w&lt;BR /&gt;uptime&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;VK2COT</description>
      <pubDate>Tue, 27 Nov 2007 17:33:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-processes/m-p/4107672#M312770</guid>
      <dc:creator>VK2COT</dc:creator>
      <dc:date>2007-11-27T17:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: mail / processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-processes/m-p/4107673#M312771</link>
      <description>&amp;gt;ps -ef | grep sendmail 0:00 /usr/lib/sendmail -bd -q15m (sufficient??)&lt;BR /&gt;&lt;BR /&gt;Imho reason I suggested lowering the sendmail invocation frequency to 1 min is because it would help clearing the queued messages faster than the default of 30 mins thereby alleviating your denial of service issue.</description>
      <pubDate>Tue, 27 Nov 2007 18:24:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-processes/m-p/4107673#M312771</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2007-11-27T18:24:04Z</dc:date>
    </item>
  </channel>
</rss>

