<?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: mqueue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mqueue/m-p/2527414#M869170</link>
    <description>use mailq -v to get the mails queued currently.&lt;BR /&gt;u can write a script to call the mailq -q and&lt;BR /&gt;append the output to a file. later add this&lt;BR /&gt;to the cron to get the queued mail status for a period of time.&lt;BR /&gt;&lt;BR /&gt;hope this solves ur need.&lt;BR /&gt;</description>
    <pubDate>Wed, 23 May 2001 07:20:21 GMT</pubDate>
    <dc:creator>avsrinivas_1</dc:creator>
    <dc:date>2001-05-23T07:20:21Z</dc:date>
    <item>
      <title>mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mqueue/m-p/2527409#M869165</link>
      <description>Is there a way to monitor the number of messages that are in mqueue? I would like to get an idea as to how many messages are being queued for an extended period of time.</description>
      <pubDate>Fri, 11 May 2001 11:50:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mqueue/m-p/2527409#M869165</guid>
      <dc:creator>David Crowe</dc:creator>
      <dc:date>2001-05-11T11:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mqueue/m-p/2527410#M869166</link>
      <description>Hi David.&lt;BR /&gt;I'm not sure of what you want, but if you only wish to see the mail queue:&lt;BR /&gt;"sendmail -bp" or "mailq"&lt;BR /&gt;to process the queued messages:&lt;BR /&gt;sendmail -q -v&lt;BR /&gt;&lt;BR /&gt;The queued messages are stored in /var/spool/mqueue/*&lt;BR /&gt;&lt;BR /&gt;good luck.</description>
      <pubDate>Fri, 11 May 2001 12:20:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mqueue/m-p/2527410#M869166</guid>
      <dc:creator>Pedro Sousa</dc:creator>
      <dc:date>2001-05-11T12:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mqueue/m-p/2527411#M869167</link>
      <description>easy as that ! :)</description>
      <pubDate>Thu, 17 May 2001 11:35:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mqueue/m-p/2527411#M869167</guid>
      <dc:creator>Ossie de Jongh</dc:creator>
      <dc:date>2001-05-17T11:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mqueue/m-p/2527412#M869168</link>
      <description>For a count of the number of "deferred" messages, try:&lt;BR /&gt;&lt;BR /&gt;cd /var/spool/mqueue&lt;BR /&gt;find . -name "qf*" | xargs grep "^M" | wc -l&lt;BR /&gt;&lt;BR /&gt;(the M line details why the message could not be delivered)&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;find . -name "qf*" | xargs grep "^N[1-9]" | wc -l&lt;BR /&gt;&lt;BR /&gt;(the N line is the retry count)&lt;BR /&gt;&lt;BR /&gt;Robin.</description>
      <pubDate>Fri, 18 May 2001 11:58:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mqueue/m-p/2527412#M869168</guid>
      <dc:creator>Robin Wakefield</dc:creator>
      <dc:date>2001-05-18T11:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mqueue/m-p/2527413#M869169</link>
      <description>Try mailstats. &lt;BR /&gt;&lt;BR /&gt;I guess it need to be configured.&lt;BR /&gt;&lt;BR /&gt;See man mailstats</description>
      <pubDate>Fri, 18 May 2001 12:02:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mqueue/m-p/2527413#M869169</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2001-05-18T12:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mqueue/m-p/2527414#M869170</link>
      <description>use mailq -v to get the mails queued currently.&lt;BR /&gt;u can write a script to call the mailq -q and&lt;BR /&gt;append the output to a file. later add this&lt;BR /&gt;to the cron to get the queued mail status for a period of time.&lt;BR /&gt;&lt;BR /&gt;hope this solves ur need.&lt;BR /&gt;</description>
      <pubDate>Wed, 23 May 2001 07:20:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mqueue/m-p/2527414#M869170</guid>
      <dc:creator>avsrinivas_1</dc:creator>
      <dc:date>2001-05-23T07:20:21Z</dc:date>
    </item>
  </channel>
</rss>

