<?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: Query regarding rmail processes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/query-regarding-rmail-processes/m-p/3435734#M206545</link>
    <description>Actually, there are several reasons for a deferred mail delivery, the most likely is CPU load factor. sendmail.cf has several values to slowdown or stop mail processing when the system is under load--the reason is that mail is not nearly as important as regular processing.  Here are some values to check:&lt;BR /&gt; &lt;BR /&gt;# maximum number of new connections per second&lt;BR /&gt;O ConnectionRateThrottle=3&lt;BR /&gt; &lt;BR /&gt;# minimum number of free blocks on filesystem&lt;BR /&gt;O MinFreeBlocks=100&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;# load average at which we just queue messages&lt;BR /&gt;O QueueLA=8&lt;BR /&gt; &lt;BR /&gt;# load average at which we refuse connections&lt;BR /&gt;O RefuseLA=12&lt;BR /&gt; &lt;BR /&gt;# maximum number of children we allow at one time&lt;BR /&gt;#O MaxDaemonChildren=12&lt;BR /&gt; &lt;BR /&gt;# minimum time in queue before retry&lt;BR /&gt;#O MinQueueAge=30m&lt;BR /&gt; &lt;BR /&gt;# maximum message size&lt;BR /&gt;#O MaxMessageSize=1000000&lt;BR /&gt; &lt;BR /&gt;All of these can in some circumstances (especially heavy loads) cause delays (queued messages) in delivery.</description>
    <pubDate>Fri, 03 Dec 2004 10:52:25 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2004-12-03T10:52:25Z</dc:date>
    <item>
      <title>Query regarding rmail processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/query-regarding-rmail-processes/m-p/3435730#M206541</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;From 'ps -ef | grep rmail', I can see a lot of "rmail -d root" processes with recent date/time, may I know what are these processes?&lt;BR /&gt;&lt;BR /&gt;Are they normal? Why and how do they exists?&lt;BR /&gt;&lt;BR /&gt;Your explanation is much appreciated, thank you very much!&lt;BR /&gt;&lt;BR /&gt;MJ</description>
      <pubDate>Thu, 02 Dec 2004 22:03:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/query-regarding-rmail-processes/m-p/3435730#M206541</guid>
      <dc:creator>Mei Jiao</dc:creator>
      <dc:date>2004-12-02T22:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding rmail processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/query-regarding-rmail-processes/m-p/3435731#M206542</link>
      <description>man rmail&lt;BR /&gt; &lt;BR /&gt;This is the local delivery agent for mail. Something is wrong with permissions, quite possibly with the /var/mail directory. rmail is trying to deliver messages to the root email address. It is NOT normal for these to exist for more than a second or two. Look in your email log:&lt;BR /&gt; &lt;BR /&gt;tail -100 /var/adm/syslog/mail.log&lt;BR /&gt; &lt;BR /&gt;This will probably be full of errors.</description>
      <pubDate>Thu, 02 Dec 2004 23:18:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/query-regarding-rmail-processes/m-p/3435731#M206542</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-12-02T23:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding rmail processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/query-regarding-rmail-processes/m-p/3435732#M206543</link>
      <description>Hi Bill,&lt;BR /&gt;&lt;BR /&gt;Thank you for your posting.&lt;BR /&gt;&lt;BR /&gt;This is NOT normal? Ohh.. You're right the mail.log is full of this and is very huge in size:&lt;BR /&gt;sendmail[17231]: XBU15398: to=root, delay=1+23:10:42, xdelay=00:03:19, mailer=local, stat=Deferred &lt;BR /&gt;&lt;BR /&gt;All stats = Deferred !!&lt;BR /&gt;&lt;BR /&gt;Except the /var/mail directory permissions, what are the other possible causes?&lt;BR /&gt;&lt;BR /&gt;Hope to hear from you again, thanks!&lt;BR /&gt;&lt;BR /&gt;MJ</description>
      <pubDate>Fri, 03 Dec 2004 00:34:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/query-regarding-rmail-processes/m-p/3435732#M206543</guid>
      <dc:creator>Mei Jiao</dc:creator>
      <dc:date>2004-12-03T00:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding rmail processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/query-regarding-rmail-processes/m-p/3435733#M206544</link>
      <description>One possible cause would be existance of /var/mail/root.lock. Some mail-related process might have created the lock and never released it. Check if anything is still using the lock with 'fuser /var/mail/root.lock'.</description>
      <pubDate>Fri, 03 Dec 2004 01:21:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/query-regarding-rmail-processes/m-p/3435733#M206544</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2004-12-03T01:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding rmail processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/query-regarding-rmail-processes/m-p/3435734#M206545</link>
      <description>Actually, there are several reasons for a deferred mail delivery, the most likely is CPU load factor. sendmail.cf has several values to slowdown or stop mail processing when the system is under load--the reason is that mail is not nearly as important as regular processing.  Here are some values to check:&lt;BR /&gt; &lt;BR /&gt;# maximum number of new connections per second&lt;BR /&gt;O ConnectionRateThrottle=3&lt;BR /&gt; &lt;BR /&gt;# minimum number of free blocks on filesystem&lt;BR /&gt;O MinFreeBlocks=100&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;# load average at which we just queue messages&lt;BR /&gt;O QueueLA=8&lt;BR /&gt; &lt;BR /&gt;# load average at which we refuse connections&lt;BR /&gt;O RefuseLA=12&lt;BR /&gt; &lt;BR /&gt;# maximum number of children we allow at one time&lt;BR /&gt;#O MaxDaemonChildren=12&lt;BR /&gt; &lt;BR /&gt;# minimum time in queue before retry&lt;BR /&gt;#O MinQueueAge=30m&lt;BR /&gt; &lt;BR /&gt;# maximum message size&lt;BR /&gt;#O MaxMessageSize=1000000&lt;BR /&gt; &lt;BR /&gt;All of these can in some circumstances (especially heavy loads) cause delays (queued messages) in delivery.</description>
      <pubDate>Fri, 03 Dec 2004 10:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/query-regarding-rmail-processes/m-p/3435734#M206545</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-12-03T10:52:25Z</dc:date>
    </item>
  </channel>
</rss>

