<?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 Deferred Mail queue flush in Sendmail in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/deferred-mail-queue-flush-in-sendmail/m-p/2936067#M752471</link>
    <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;I have a sendmail 8.8.6 on HP UX 10. I do not use DNS and was able to forward mails to DSsmarthost.com (after a lot of sweat). I some times see a lot of deferred mails in the queue which I presume comes when the smarthost is unreachable. Now wehn the smarthost comes up, the queue still waits there (maybe sendmail will try after some timeout). Is there a way to flush this queue immidiately. &lt;BR /&gt;I tired restarting sendmail but to no use.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanx a lot.&lt;BR /&gt;Sanjay Duhan</description>
    <pubDate>Wed, 26 Mar 2003 12:28:07 GMT</pubDate>
    <dc:creator>Sanjay Duhan</dc:creator>
    <dc:date>2003-03-26T12:28:07Z</dc:date>
    <item>
      <title>Deferred Mail queue flush in Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deferred-mail-queue-flush-in-sendmail/m-p/2936067#M752471</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;I have a sendmail 8.8.6 on HP UX 10. I do not use DNS and was able to forward mails to DSsmarthost.com (after a lot of sweat). I some times see a lot of deferred mails in the queue which I presume comes when the smarthost is unreachable. Now wehn the smarthost comes up, the queue still waits there (maybe sendmail will try after some timeout). Is there a way to flush this queue immidiately. &lt;BR /&gt;I tired restarting sendmail but to no use.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanx a lot.&lt;BR /&gt;Sanjay Duhan</description>
      <pubDate>Wed, 26 Mar 2003 12:28:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deferred-mail-queue-flush-in-sendmail/m-p/2936067#M752471</guid>
      <dc:creator>Sanjay Duhan</dc:creator>
      <dc:date>2003-03-26T12:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Deferred Mail queue flush in Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deferred-mail-queue-flush-in-sendmail/m-p/2936068#M752472</link>
      <description>This is the -q parameter in sendmail.  For example the usual startup syntax of sendmail is :&lt;BR /&gt;&lt;BR /&gt;sendmail -bd -q30m&lt;BR /&gt;&lt;BR /&gt;The -q30m is check the queue every 30 minutes.&lt;BR /&gt;&lt;BR /&gt;If you reduce this to 5m then that's check every 5 minutes.&lt;BR /&gt;&lt;BR /&gt;sendmail -bd -q5m&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Mar 2003 12:30:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deferred-mail-queue-flush-in-sendmail/m-p/2936068#M752472</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-26T12:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Deferred Mail queue flush in Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deferred-mail-queue-flush-in-sendmail/m-p/2936069#M752473</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;And if you want to do a one-off queue run:&lt;BR /&gt;&lt;BR /&gt;sendmail -q&lt;BR /&gt;&lt;BR /&gt;will process each message in the queue (add the -v option for logging).&lt;BR /&gt;&lt;BR /&gt;rgds, Robin</description>
      <pubDate>Wed, 26 Mar 2003 12:32:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deferred-mail-queue-flush-in-sendmail/m-p/2936069#M752473</guid>
      <dc:creator>Robin Wakefield</dc:creator>
      <dc:date>2003-03-26T12:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Deferred Mail queue flush in Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deferred-mail-queue-flush-in-sendmail/m-p/2936070#M752474</link>
      <description>If you have no need to run sendmail as a daemon, it's probably a good idea to have root's cron run a "sendmail -q" every hour or so.  -Tim</description>
      <pubDate>Wed, 26 Mar 2003 13:40:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deferred-mail-queue-flush-in-sendmail/m-p/2936070#M752474</guid>
      <dc:creator>Tim Maletic</dc:creator>
      <dc:date>2003-03-26T13:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Deferred Mail queue flush in Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deferred-mail-queue-flush-in-sendmail/m-p/2936071#M752475</link>
      <description>Hi Sanjay,&lt;BR /&gt;&lt;BR /&gt;sendmail is started with -q30m, which means that a queue run will be done every 30 minutes. You can do a queue run manually with sendmail -q from the command line (better also -v). If you want to change the interval sendmail is automatically doing the queue run, you have to change this in the startup script /sbin/init.d/sendmail.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Birgit</description>
      <pubDate>Wed, 26 Mar 2003 13:56:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deferred-mail-queue-flush-in-sendmail/m-p/2936071#M752475</guid>
      <dc:creator>Birgit Federmann</dc:creator>
      <dc:date>2003-03-26T13:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Deferred Mail queue flush in Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deferred-mail-queue-flush-in-sendmail/m-p/2936072#M752476</link>
      <description>By default, when sendmail starts up it will try to flush the sendmail queue every 30 minutes.  To flush it immediately, run sendmail -q from the command line.</description>
      <pubDate>Wed, 26 Mar 2003 14:05:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deferred-mail-queue-flush-in-sendmail/m-p/2936072#M752476</guid>
      <dc:creator>Ron Cornwell</dc:creator>
      <dc:date>2003-03-26T14:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Deferred Mail queue flush in Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deferred-mail-queue-flush-in-sendmail/m-p/2936073#M752477</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Perhaps this is related to your system load average. There is a parameter in /etc/mail/sendmail.cf to change the average load after which sendmail will start to defer messages instead of sending. Default value is 8, but you could try to increase it. Search for keyword "load" in sendmail.cf. There are a lot of comments.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Wed, 26 Mar 2003 14:18:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deferred-mail-queue-flush-in-sendmail/m-p/2936073#M752477</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2003-03-26T14:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Deferred Mail queue flush in Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deferred-mail-queue-flush-in-sendmail/m-p/2936074#M752478</link>
      <description>Hi Sanjay,&lt;BR /&gt;&lt;BR /&gt;Another parameter to look at is &lt;BR /&gt;O Timeout.queuereturn&lt;BR /&gt;This is the max time value used to hold the msg &amp;amp; retry sending. If after the value, the mail cannot be delivered, it will be returned to sender.&lt;BR /&gt;This is set in the /etc/mail/sendmail.cf file &amp;amp; the default is 5 days.&lt;BR /&gt;&lt;BR /&gt;There is a companion option named&lt;BR /&gt;O Timeout.queuewarn&lt;BR /&gt;This sets the time value where a warning msg is sent to sender if the msg cannot be delivered for whatever reason.&lt;BR /&gt;Again in sendmail.cf &amp;amp; default is 4 hours&lt;BR /&gt;&lt;BR /&gt;You may have msgs "stuck" in the queue simply due to misaddressing or problems on the receiving end. They will be pruned out according to the time setting in the first parameter above. Senders receive notice of non-delivery according to the time setting in the latter.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 26 Mar 2003 14:21:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deferred-mail-queue-flush-in-sendmail/m-p/2936074#M752478</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-03-26T14:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Deferred Mail queue flush in Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deferred-mail-queue-flush-in-sendmail/m-p/2936075#M752479</link>
      <description>Diagnostic tool:&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/sendmail -v -d8.99 -d38.99 stevenprotter@juf.org &amp;gt; /tmp/sendmail.out&lt;BR /&gt;&lt;BR /&gt;Run this type a line of text&lt;BR /&gt;hit enter&lt;BR /&gt;type a dot(period) .&lt;BR /&gt;hit enter&lt;BR /&gt;&lt;BR /&gt;You will get good diagnostics.&lt;BR /&gt;&lt;BR /&gt;A common problem is that if you are doing mail relay with the DS directive in sendmail.cf, and the mail relay server is rejecting your mail.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Mar 2003 14:47:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deferred-mail-queue-flush-in-sendmail/m-p/2936075#M752479</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-27T14:47:50Z</dc:date>
    </item>
  </channel>
</rss>

