<?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: The sendmail problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/the-sendmail-problem/m-p/3605317#M233549</link>
    <description>the queue interval is set in the following line of /sbin/init.d/sendmail:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;        /usr/sbin/sendmail -bd -q30m &amp;amp;&amp;amp; echo "sendmail"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but You shouldn't modify here, as this script will be overwritten by patches.&lt;BR /&gt;&lt;BR /&gt;rather, You could re-scan the mailqueue in a shorter interval.&lt;BR /&gt;&lt;BR /&gt;the following document has a lot of information for You:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-0707/ch02s10.html" target="_blank"&gt;http://docs.hp.com/en/5991-0707/ch02s10.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;As far as I know, sendmail should re-read and spool out the queue very shortly after a new mail is enqueued, so You might want to do some debugging :(</description>
    <pubDate>Wed, 17 Aug 2005 11:00:27 GMT</pubDate>
    <dc:creator>Florian Heigl (new acc)</dc:creator>
    <dc:date>2005-08-17T11:00:27Z</dc:date>
    <item>
      <title>The sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-sendmail-problem/m-p/3605316#M233548</link>
      <description>In my unix system, we have the "sendmail" daemon to connect our Lotus mail server to send out the mail , now the mail server can process around 100 mails within 1 minutes , but we found that sometimes the mail is lost  (it may be due to too many mails ) , so now we want to control the speed of send mail , we want to control the sendmail to process each mail in 5 second , that mean the system send each mail out and then wait 5 second , and then send another mail out again until all mails are send out , could suggest is it possible ? thx.</description>
      <pubDate>Wed, 17 Aug 2005 02:16:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-sendmail-problem/m-p/3605316#M233548</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2005-08-17T02:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: The sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-sendmail-problem/m-p/3605317#M233549</link>
      <description>the queue interval is set in the following line of /sbin/init.d/sendmail:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;        /usr/sbin/sendmail -bd -q30m &amp;amp;&amp;amp; echo "sendmail"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but You shouldn't modify here, as this script will be overwritten by patches.&lt;BR /&gt;&lt;BR /&gt;rather, You could re-scan the mailqueue in a shorter interval.&lt;BR /&gt;&lt;BR /&gt;the following document has a lot of information for You:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-0707/ch02s10.html" target="_blank"&gt;http://docs.hp.com/en/5991-0707/ch02s10.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;As far as I know, sendmail should re-read and spool out the queue very shortly after a new mail is enqueued, so You might want to do some debugging :(</description>
      <pubDate>Wed, 17 Aug 2005 11:00:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-sendmail-problem/m-p/3605317#M233549</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-08-17T11:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: The sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-sendmail-problem/m-p/3605318#M233550</link>
      <description>More specific to queue settings / tuning:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-0707/ch03s02.html#ciheehcc" target="_blank"&gt;http://docs.hp.com/en/5991-0707/ch03s02.html#ciheehcc&lt;/A&gt;</description>
      <pubDate>Wed, 17 Aug 2005 11:01:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-sendmail-problem/m-p/3605318#M233550</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-08-17T11:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: The sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-sendmail-problem/m-p/3605319#M233551</link>
      <description>How Sendmail is working on your system?&lt;BR /&gt;If it is default working mode , then I would like to suggest followings&lt;BR /&gt;&lt;BR /&gt;Don't run Sendmail in deamon mode all the time . Make it run at a specifed interval and process the mail queue. &lt;BR /&gt;&lt;BR /&gt;Make an entry in root crontab for it. I guess&lt;BR /&gt;5 sec is too low for it. Consider 1-5 mints.&lt;BR /&gt;&lt;BR /&gt;Please note , sendmail when try to process the queue , it will do for all pending mails to be sent and not one mail at a time. So you can schedule the sendmail at a specific interval which will have sufficient mail queue without flooding it and thus avoid lost mails..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Aug 2005 13:02:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-sendmail-problem/m-p/3605319#M233551</guid>
      <dc:creator>Sameer_Nirmal</dc:creator>
      <dc:date>2005-08-17T13:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: The sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-sendmail-problem/m-p/3605320#M233552</link>
      <description>There is some options u can set in sendmail.cf to tune the queue runnning process . These are MaxQueueRunSize - which will set the maximum size of any given queue run to this number of&lt;BR /&gt;entries. Essentially, this will stop&lt;BR /&gt;reading each queue directory after this&lt;BR /&gt;number of entries are reached . MaxQueueChildren - Limits the maximum number&lt;BR /&gt;of concurrent queue runners active. MaxRunnersPerQueue - Only active when MaxQueueChildren&lt;BR /&gt;defined. Controls the maximum number&lt;BR /&gt;of queue runners (aka queue children)&lt;BR /&gt;active at the same time in a work&lt;BR /&gt;group. Set the value of MaxQueueRunSize to 100 or something , MaxQueueChildren to 3 , MaxRunnersPerQueue 3 and try restarting sendmail and check .</description>
      <pubDate>Fri, 19 Aug 2005 05:49:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-sendmail-problem/m-p/3605320#M233552</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2005-08-19T05:49:17Z</dc:date>
    </item>
  </channel>
</rss>

