<?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: when does sendmail try to resend a failed message? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/when-does-sendmail-try-to-resend-a-failed-message/m-p/2866131#M97279</link>
    <description>sendmail attempts to retransmit e-mails that failed with a temporary failure (4XX series messages).&lt;BR /&gt;&lt;BR /&gt;Use these timeouts (in sendmail.cf) to tune the timing:&lt;BR /&gt;&lt;BR /&gt;O Timeout.queuereturn=5d&lt;BR /&gt;#O Timeout.queuereturn.normal=5d&lt;BR /&gt;#O Timeout.queuereturn.urgent=2d&lt;BR /&gt;#O Timeout.queuereturn.non-urgent=7d&lt;BR /&gt;O Timeout.queuewarn=4h&lt;BR /&gt;#O Timeout.queuewarn.normal=4h&lt;BR /&gt;#O Timeout.queuewarn.urgent=1h&lt;BR /&gt;#O Timeout.queuewarn.non-urgent=12h&lt;BR /&gt;&lt;BR /&gt;sendmail will attempt to resend the mail each time the queue is run (unless you've configured sendmail not to attempt a resend unless the message is older than a configured age--see MinQueueAge).&lt;BR /&gt;&lt;BR /&gt;The config I referenced will return (bounce) a message in five days - it'll send a warning to the sender in 4 hours).</description>
    <pubDate>Tue, 17 Dec 2002 20:29:43 GMT</pubDate>
    <dc:creator>Christopher Caldwell</dc:creator>
    <dc:date>2002-12-17T20:29:43Z</dc:date>
    <item>
      <title>when does sendmail try to resend a failed message?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-does-sendmail-try-to-resend-a-failed-message/m-p/2866130#M97278</link>
      <description>If I send out an email from hpux, and the mail server HPUX uses is down, the message will try again 24 hours later.  &lt;BR /&gt;&lt;BR /&gt;My questions:  How does sendmail know to wait 24 hours before it tries to resend the message?  Where is it set?  What is this configuration term called anyway?&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Dec 2002 19:50:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-does-sendmail-try-to-resend-a-failed-message/m-p/2866130#M97278</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2002-12-17T19:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: when does sendmail try to resend a failed message?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-does-sendmail-try-to-resend-a-failed-message/m-p/2866131#M97279</link>
      <description>sendmail attempts to retransmit e-mails that failed with a temporary failure (4XX series messages).&lt;BR /&gt;&lt;BR /&gt;Use these timeouts (in sendmail.cf) to tune the timing:&lt;BR /&gt;&lt;BR /&gt;O Timeout.queuereturn=5d&lt;BR /&gt;#O Timeout.queuereturn.normal=5d&lt;BR /&gt;#O Timeout.queuereturn.urgent=2d&lt;BR /&gt;#O Timeout.queuereturn.non-urgent=7d&lt;BR /&gt;O Timeout.queuewarn=4h&lt;BR /&gt;#O Timeout.queuewarn.normal=4h&lt;BR /&gt;#O Timeout.queuewarn.urgent=1h&lt;BR /&gt;#O Timeout.queuewarn.non-urgent=12h&lt;BR /&gt;&lt;BR /&gt;sendmail will attempt to resend the mail each time the queue is run (unless you've configured sendmail not to attempt a resend unless the message is older than a configured age--see MinQueueAge).&lt;BR /&gt;&lt;BR /&gt;The config I referenced will return (bounce) a message in five days - it'll send a warning to the sender in 4 hours).</description>
      <pubDate>Tue, 17 Dec 2002 20:29:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-does-sendmail-try-to-resend-a-failed-message/m-p/2866131#M97279</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2002-12-17T20:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: when does sendmail try to resend a failed message?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-does-sendmail-try-to-resend-a-failed-message/m-p/2866132#M97280</link>
      <description>Ok.  I see the timeout parameters.  None of them say 24 hours. &lt;BR /&gt;I know I am running sendmail -bd -q30m. &lt;BR /&gt;&lt;BR /&gt;So does this mean it is trying every 30 minutes?  If that is the case, something external is probably holding it off for 24 hours.  &lt;BR /&gt;What do you think? &lt;BR /&gt;&lt;BR /&gt;STeve</description>
      <pubDate>Tue, 17 Dec 2002 20:36:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-does-sendmail-try-to-resend-a-failed-message/m-p/2866132#M97280</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2002-12-17T20:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: when does sendmail try to resend a failed message?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-does-sendmail-try-to-resend-a-failed-message/m-p/2866133#M97281</link>
      <description>Correct. sendmail will retry every 30 minutes and keep trying for up to 3 days (using standard sendmail.cfg file). You will probably find the 'real' failure in /var/adm/syslog/mail.log&lt;BR /&gt;&lt;BR /&gt;Find the original message ID number (hint: type the command mailq), then search for that number in the mail.log file. You'll see the retries and also the failure messages.</description>
      <pubDate>Tue, 17 Dec 2002 20:41:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-does-sendmail-try-to-resend-a-failed-message/m-p/2866133#M97281</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-12-17T20:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: when does sendmail try to resend a failed message?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-does-sendmail-try-to-resend-a-failed-message/m-p/2866134#M97282</link>
      <description>Thanks guys. &lt;BR /&gt;&lt;BR /&gt;STeve</description>
      <pubDate>Tue, 17 Dec 2002 20:44:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-does-sendmail-try-to-resend-a-failed-message/m-p/2866134#M97282</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2002-12-17T20:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: when does sendmail try to resend a failed message?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-does-sendmail-try-to-resend-a-failed-message/m-p/2866135#M97283</link>
      <description>To clarify Bill's response, the "-q30" sendmail command option causes sendmail to _sweep the queue_ every 30 minutes.  Whether a delivery attempt occurs for a given message during a given queue sweep will also depend on things like MaxQueueRunSize, MinQueueAge&lt;BR /&gt;, QueueSortOrder&lt;BR /&gt;, etc.&lt;BR /&gt;&lt;BR /&gt;It sounds like Steve may be taking the queuewarn message for a retry.  Default for Timeout.queuewarn is four hours, but could be set to 24 at his site.</description>
      <pubDate>Wed, 18 Dec 2002 15:14:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-does-sendmail-try-to-resend-a-failed-message/m-p/2866135#M97283</guid>
      <dc:creator>W.C. Epperson</dc:creator>
      <dc:date>2002-12-18T15:14:54Z</dc:date>
    </item>
  </channel>
</rss>

