<?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 issues in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-issues/m-p/3760737#M259328</link>
    <description>The other cause is the load average on the system.&lt;BR /&gt;&lt;BR /&gt;Check the load average during the time that the messages seem "stuck."&lt;BR /&gt;&lt;BR /&gt;You can scroll down in this document as well and read what the sendmail org says about load average:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sendmail.org/~ca/email/doc8.9.3/op-sh-6.html" target="_blank"&gt;http://www.sendmail.org/~ca/email/doc8.9.3/op-sh-6.html&lt;/A&gt;</description>
    <pubDate>Tue, 28 Mar 2006 15:33:15 GMT</pubDate>
    <dc:creator>Kent Ostby</dc:creator>
    <dc:date>2006-03-28T15:33:15Z</dc:date>
    <item>
      <title>Mail issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-issues/m-p/3760734#M259325</link>
      <description>A few of our developers uses the mailx utility to send bath mails to other users..&lt;BR /&gt;&lt;BR /&gt;This is the syntax they use&lt;BR /&gt;echo "bla bla bla" | mailx -FUm -s "test mail from unix" -r addsrc@bla.com adddest@bla.com&lt;BR /&gt;&lt;BR /&gt;Once in a while, mail gets stuck in the system, and they're only delivered a few days later.&lt;BR /&gt;&lt;BR /&gt;On another thread, someone mentioned puting &lt;BR /&gt;/usr/sbin/sendmail -q&lt;BR /&gt;in a crontab wich forces e-mail out of the mail box.&lt;BR /&gt;&lt;BR /&gt;It doesnt work..&lt;BR /&gt;&lt;BR /&gt;Here's a part of the mail.log file.&lt;BR /&gt;___________&lt;BR /&gt;Dec  6 15:00:03 HPUNIXA sendmail[29981]: PAA29981: from=mcgrr, size=244, class=0, pri=90244, nrcpts=3, msgid=&amp;lt;200512061900.PAA29981@HPUNIXA.acadie.com&amp;gt;, relay=mcgrr@localhost&lt;BR /&gt;Dec  6 15:00:03 HPUNIXA sendmail[29981]: PAA29981: to=denise.hebert@acadie.com, delay=00:00:00, mailer=esmtp, stat=queued&lt;BR /&gt;Dec  6 15:00:03 HPUNIXA sendmail[29981]: PAA29981: to=melanie.theriault@acadie.com, delay=00:00:00, mailer=esmtp, stat=queued&lt;BR /&gt;Dec  6 15:00:03 HPUNIXA sendmail[29981]: PAA29981: to=roseline.cormier@acadie.com, delay=00:00:00, mailer=esmtp, stat=queued&lt;BR /&gt;Dec  6 15:00:04 HPUNIXA sendmail[142]: PAA00142: from=root, size=439, class=0, pri=30439, nrcpts=1, msgid=&amp;lt;200512061900.PAA00142@HPUNIXA.acadie.com&amp;gt;, relay=root@localhost&lt;BR /&gt;Dec  6 15:00:04 HPUNIXA sendmail[134]: PAA00134: from=mcgrr, size=225, class=0, pri=90225, nrcpts=3, msgid=&amp;lt;200512061900.PAA00134@HPUNIXA.acadie.com&amp;gt;, relay=mcgrr@localhost&lt;BR /&gt;Dec  6 15:00:04 HPUNIXA sendmail[134]: PAA00134: to=denise.hebert@acadie.com, delay=00:00:00, mailer=esmtp, stat=queued&lt;BR /&gt;Dec  6 15:00:04 HPUNIXA sendmail[134]: PAA00134: to=melanie.theriault@acadie.com, delay=00:00:00, mailer=esmtp, stat=queued&lt;BR /&gt;Dec  6 15:00:04 HPUNIXA sendmail[134]: PAA00134: to=roseline.cormier@acadie.com, delay=00:00:00, mailer=esmtp, stat=queued&lt;BR /&gt;_____________________&lt;BR /&gt;&lt;BR /&gt;How can I push those queued mail away?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Mar 2006 15:25:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-issues/m-p/3760734#M259325</guid>
      <dc:creator>Marie-Josee Cormier</dc:creator>
      <dc:date>2006-03-28T15:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Mail issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-issues/m-p/3760735#M259326</link>
      <description>There are several reasons mail can be queued. Example, the CPU load is too high. &lt;BR /&gt;&lt;BR /&gt;These settings (and more) are in the sendmail.cf file. &lt;BR /&gt;&lt;BR /&gt;Look at some of the reasons the mail might be queued and see if there match any system characteristics.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Mar 2006 15:28:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-issues/m-p/3760735#M259326</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2006-03-28T15:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Mail issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-issues/m-p/3760736#M259327</link>
      <description>Shalom Marie,&lt;BR /&gt;&lt;BR /&gt;sendmail -v -q&lt;BR /&gt;&lt;BR /&gt;It will push the sendmail queue.&lt;BR /&gt;&lt;BR /&gt;Most likely the mail will not go out, but you will get the information you need to correct the problem.&lt;BR /&gt;&lt;BR /&gt;1) The number one cause for mail not being deliverable is bad DNS resolution. If you can not resolve the hostnames acadie.com in this case sendmail can't deliver the mail&lt;BR /&gt;2) Firewall/SMTP relay setup. Firewalls often block port 25. If you use a SMTP relay server, which is set by the DS directive in sendmail.cf then firewalls and the relay server itself must explicity permit traffic from this server.&lt;BR /&gt;&lt;BR /&gt;What the issue is will be apparent from the sendmail -v -q command output.&lt;BR /&gt;&lt;BR /&gt;mailq &lt;BR /&gt;&lt;BR /&gt;Shows the size of the mail queue.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 28 Mar 2006 15:29:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-issues/m-p/3760736#M259327</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-03-28T15:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Mail issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-issues/m-p/3760737#M259328</link>
      <description>The other cause is the load average on the system.&lt;BR /&gt;&lt;BR /&gt;Check the load average during the time that the messages seem "stuck."&lt;BR /&gt;&lt;BR /&gt;You can scroll down in this document as well and read what the sendmail org says about load average:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sendmail.org/~ca/email/doc8.9.3/op-sh-6.html" target="_blank"&gt;http://www.sendmail.org/~ca/email/doc8.9.3/op-sh-6.html&lt;/A&gt;</description>
      <pubDate>Tue, 28 Mar 2006 15:33:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-issues/m-p/3760737#M259328</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2006-03-28T15:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Mail issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-issues/m-p/3760738#M259329</link>
      <description>Thanks for your help. I'll try all of your suggestions.</description>
      <pubDate>Thu, 30 Mar 2006 13:43:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-issues/m-p/3760738#M259329</guid>
      <dc:creator>Marie-Josee Cormier</dc:creator>
      <dc:date>2006-03-30T13:43:08Z</dc:date>
    </item>
  </channel>
</rss>

