<?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: Help in clearing out /var/spool/mqueue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276101#M610451</link>
    <description>Jose,&lt;BR /&gt;&lt;BR /&gt;I think that the email was though delivered. See the next line...&lt;BR /&gt;&lt;BR /&gt;Queued mail for delivery&lt;BR /&gt;fretagi@mcel.co.mz... Sent &lt;BR /&gt;</description>
    <pubDate>Thu, 10 Mar 2011 08:26:56 GMT</pubDate>
    <dc:creator>Viktor Balogh</dc:creator>
    <dc:date>2011-03-10T08:26:56Z</dc:date>
    <item>
      <title>Help in clearing out /var/spool/mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276091#M610441</link>
      <description>Hi All!&lt;BR /&gt;&lt;BR /&gt;Please can you help me in understand why this directory is filling up and also cleaning out this directory, because is causing /var to get 100% full.&lt;BR /&gt;&lt;BR /&gt;F.R.</description>
      <pubDate>Wed, 09 Mar 2011 06:40:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276091#M610441</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2011-03-09T06:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help in clearing out /var/spool/mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276092#M610442</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;this is for mail queueing. some of your users have got huge mails in their mailboxes...&lt;BR /&gt;&lt;BR /&gt;If you want to free up some space in /var, you can commit old superseded patches like this:&lt;BR /&gt;&lt;BR /&gt;# cleanup â  c 1&lt;BR /&gt;&lt;BR /&gt;After that you'll have time to sort the mail thing out..&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Viktor</description>
      <pubDate>Wed, 09 Mar 2011 09:20:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276092#M610442</guid>
      <dc:creator>Viktor Balogh</dc:creator>
      <dc:date>2011-03-09T09:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help in clearing out /var/spool/mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276093#M610443</link>
      <description>As Viktor said, /var/spool/mqueue is the mail queue directory. If those mails were going to your local users, sendmail would quickly move them to /var/mail/&lt;USERNAME&gt; - so these mails are probably addressed to somewhere else.&lt;BR /&gt;&lt;BR /&gt;Run "mailq | more" to see some basic address and subject information about each message in the queue.&lt;BR /&gt;&lt;BR /&gt;If you can determine all the messages in the mail queue are junk or obsolete, you can delete the entire mail queue - just make sure the Sendmail daemon is stopped before doing that.&lt;BR /&gt;&lt;BR /&gt;Procedure:&lt;BR /&gt;mailq | more&lt;BR /&gt;sh /sbin/init.d/sendmail stop&lt;BR /&gt;rm -f /var/spool/mqueue/*&lt;BR /&gt;sh /sbin/init.d/sendmail start #(if appropriate)&lt;BR /&gt;&lt;BR /&gt;Some possible scenarios:&lt;BR /&gt;&lt;BR /&gt;1.) You may have an old and forgotten cron job that runs rather frequently. It used to run without no errors at all, producing no output. But now some change has caused it to produce error messages, and the cron daemon is trying to mail those errors to the owner of the job (or whoever else has been configured to receive the errors from that cron job).&lt;BR /&gt;&lt;BR /&gt;2.) If TCP port 25 of your system is reachable from the internet and your system allows mail relaying for anyone (known as "open relay"), a spammer might be exploiting your system. If your mailq output indicates that about &amp;gt;95% of the messages are for recipients outside your organization and subjects include "h3rbal v1agra" or are otherwise identifiable as junk mail, this is probably the case.&lt;BR /&gt;&lt;BR /&gt;3.) If you have shut down your Sendmail daemon and the recipients in the mailq listing all seem legitimate, your site's mail server may have been unreachable. &lt;BR /&gt;&lt;BR /&gt;Whenever you attempt to send mail from this system, the system makes _one_ attempt to deliver the mail to the destination immediately; if that attempt fails, the outgoing mail is placed into /var/spool/mqueue and the sendmail daemon is supposed to retry it until the retry time limit expires. But if your Sendmail daemon is disabled, nothing will take those delayed messages out of the queue - so the queue will keep accumulating forever, until the sysadmin notices something is wrong.&lt;BR /&gt;&lt;BR /&gt;On HP-UX 11.23 and older, whenever you disable the Sendmail daemon, you should set up a periodic cron job that runs "sendmail -q" every 30 min or so; with this command, Sendmail will make one pass through the mail queue and will make attempts to deliver each message to their destination; or if the retry time limit has expired, it will delete the message from the queue and create a bounce message to the original sender.&lt;BR /&gt;&lt;BR /&gt;On HP-UX 11.31, the procedure is different: if you don't want the system to receive email, but want to still send it, you should *not* completely disable the sendmail daemon; instead, you should set SENDMAIL_SENDONLY to 1 in /etc/rc.config.d/mailservs.&lt;BR /&gt;&lt;BR /&gt;MK&lt;/USERNAME&gt;</description>
      <pubDate>Wed, 09 Mar 2011 11:44:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276093#M610443</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-03-09T11:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help in clearing out /var/spool/mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276094#M610444</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;I am running 11.23, and this what I ve got when I run mailq:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;p24KJkd10523  3368993 Fri Mar  4 22:21 MAILER-DAEMON&lt;BR /&gt;                 (alias database unavailable)&lt;BR /&gt;                                       root&lt;BR /&gt;p24G7Cx06547  3367565 Fri Mar  4 18:07 root&lt;BR /&gt;                 (alias database unavailable)&lt;BR /&gt;                                       bscsprod&lt;BR /&gt;p2682AU03088 20888578 Sun Mar  6 10:02 MAILER-DAEMON&lt;BR /&gt;                 (alias database unavailable)&lt;BR /&gt;                                       root&lt;BR /&gt;p2682AV03088 21003301 Sun Mar  6 10:02 MAILER-DAEMON&lt;BR /&gt;                 (alias database unavailable)&lt;BR /&gt;                                       root&lt;BR /&gt;p24LJuO11371 20886782 Fri Mar  4 23:24 MAILER-DAEMON&lt;BR /&gt;                 (alias database unavailable)&lt;BR /&gt;                                       root&lt;BR /&gt;p24LJuP11371 21001505 Fri Mar  4 23:24 MAILER-DAEMON&lt;BR /&gt;                 (alias database unavailable)&lt;BR /&gt;                                       root&lt;BR /&gt;p269QLL06416 378877167 Sun Mar  6 11:31 MAILER-DAEMON&lt;BR /&gt;                 (alias database unavailable)&lt;BR /&gt;                                       root&lt;BR /&gt;p269QLM06416 378878968 Sun Mar  6 11:31 MAILER-DAEMON&lt;BR /&gt;                 (alias database unavailable)&lt;BR /&gt;                                       root&lt;BR /&gt;----Q-ID---- --Size-- -----Q-Time----- ------------Sender/Recipient------------&lt;BR /&gt;p29C8wd02525     1544 Wed Mar  9 14:13 MAILER-DAEMON&lt;BR /&gt;                                       root&lt;BR /&gt;p29C8wc02525     1828 Wed Mar  9 14:09 MAILER-DAEMON&lt;BR /&gt;                                       root&lt;BR /&gt;p29C8wf02525     2947 Wed Mar  9 14:13 MAILER-DAEMON&lt;BR /&gt;                                       root&lt;BR /&gt;p29C8we02525     3241 Wed Mar  9 14:13 MAILER-DAEMON&lt;BR /&gt;                                       root&lt;BR /&gt;p29C8wg02525     4450 Wed Mar  9 14:13 MAILER-DAEMON&lt;BR /&gt;                                       root&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So how to identify the contents of each message?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;F.R.</description>
      <pubDate>Wed, 09 Mar 2011 12:24:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276094#M610444</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2011-03-09T12:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help in clearing out /var/spool/mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276095#M610445</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;sendmail -v -q&lt;BR /&gt;&lt;BR /&gt;That will attempt to clear the queue and tell you why the mail is not moving.&lt;BR /&gt;&lt;BR /&gt;If you don't care about the mail messages, you can simply delete the files in /var/spool/mqueue&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 09 Mar 2011 15:17:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276095#M610445</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2011-03-09T15:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help in clearing out /var/spool/mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276096#M610446</link>
      <description>&lt;BR /&gt;Hi &lt;BR /&gt;&lt;BR /&gt;I have identify the contents of those files, some say that there were errors delivering mail, and there will be no more attempts to deliver the mail. Some are headers, the others are ??&lt;BR /&gt;Is there a procedure to delete those files?&lt;BR /&gt;&lt;BR /&gt;F.R.</description>
      <pubDate>Wed, 09 Mar 2011 15:22:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276096#M610446</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2011-03-09T15:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help in clearing out /var/spool/mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276097#M610447</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;First, check into /var/tmp, ussually you find a lot to delete there, check with fuser before remove.&lt;BR /&gt;&lt;BR /&gt;You can force a massive mqueue purge with:&lt;BR /&gt;#sendmail -q&lt;BR /&gt; &lt;BR /&gt;After this, if outgoing email keeps inside of /var/spool/mqueue obviously you have an issue with your sendmail service configuration, or, if you are a relay node your remote smtp service is dropped&lt;BR /&gt;&lt;BR /&gt;Please make this sendmail test:&lt;BR /&gt;#echo "Hello"|sendmail -v your_emailaccount@yourdomain&lt;BR /&gt;Then, let me know the output of this.&lt;BR /&gt;&lt;BR /&gt;Another question could be, Is it the first time this happens to you or you had never noticed it?&lt;BR /&gt;&lt;BR /&gt;Anyway I could help you review your settings for emails and try to solve it. Of course, all this when you reach free space on / var, is critically priority! :)&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Wed, 09 Mar 2011 15:32:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276097#M610447</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2011-03-09T15:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help in clearing out /var/spool/mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276098#M610448</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I beleive it was because, the mail relay server was down, I can see that now a simple sendmail test is working , and /var is decreasing slowly. If the mail relay server goes down again, could I just stop sendmail until the mail admin fix it, would that be a solution?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;F.R.</description>
      <pubDate>Thu, 10 Mar 2011 06:28:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276098#M610448</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2011-03-10T06:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help in clearing out /var/spool/mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276099#M610449</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;the test resulted in:&lt;BR /&gt;&lt;BR /&gt;mcelbill[139]/ #echo "Hello"|sendmail -v fretagi@mcel.co.mz&lt;BR /&gt;fretagi@mcel.co.mz... Connecting to 192.168.1.39 via relay...&lt;BR /&gt;220 mail.mcel.co.mz Microsoft ESMTP MAIL Service ready at Thu, 10 Mar 2011 08:20:27 +0200&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; EHLO mcelbill.mcel.co.mz&lt;BR /&gt;250-mail.mcel.co.mz Hello [10.1.20.21]&lt;BR /&gt;250-SIZE 10485760&lt;BR /&gt;250-PIPELINING&lt;BR /&gt;250-DSN&lt;BR /&gt;250-ENHANCEDSTATUSCODES&lt;BR /&gt;250-AUTH&lt;BR /&gt;250-8BITMIME&lt;BR /&gt;250-BINARYMIME&lt;BR /&gt;250-CHUNKING&lt;BR /&gt;250 XEXCH50&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; MAIL From:&lt;ROOT&gt; SIZE=6&lt;BR /&gt;250 2.1.0 Sender OK&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; RCPT To:&lt;FRETAGI&gt;&lt;BR /&gt;250 2.1.5 Recipient OK&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; DATA&lt;BR /&gt;354 Start mail input; end with &lt;CRLF&gt;.&lt;CRLF&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; .&lt;BR /&gt;250 2.6.0 &amp;lt;201103100623.p2A6N9B16748@mcelbill.mcel.co.mz&amp;gt; Queued mail for delivery&lt;BR /&gt;fretagi@mcel.co.mz... Sent (&amp;lt;201103100623.p2A6N9B16748@mcelbill.mcel.co.mz&amp;gt; Queued mail for delivery)&lt;BR /&gt;Closing connection to 192.168.1.39&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; QUIT&lt;BR /&gt;221 2.0.0 Service closing transmission channel&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;F.R.&lt;/CRLF&gt;&lt;/CRLF&gt;&lt;/FRETAGI&gt;&lt;/ROOT&gt;</description>
      <pubDate>Thu, 10 Mar 2011 06:30:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276099#M610449</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2011-03-10T06:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help in clearing out /var/spool/mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276100#M610450</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;According to command output your email test is *not* working:&lt;BR /&gt;250 2.6.0 &amp;lt;201103100623.p2A6N9B16748@mcelbill.mcel.co.mz&amp;gt; Queued mail for delivery&lt;BR /&gt;&lt;BR /&gt;As you see, your email has been queued into /var/spool/mqueue.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;could I just stop sendmail until the mail admin fix it, would that be a solution?&lt;BR /&gt;Yes, you can stop the sendmail service, but not, of course, the output queue generation. One of the reasons to be of a queue is store jobs for later delivery after the service restored. There are extreme solutions consisting rename command (sendmail, mailx, etc) that feed this queue. Personally I would not recommend this option, you better wait for your mail relay server is up again.&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Thu, 10 Mar 2011 08:23:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276100#M610450</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2011-03-10T08:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help in clearing out /var/spool/mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276101#M610451</link>
      <description>Jose,&lt;BR /&gt;&lt;BR /&gt;I think that the email was though delivered. See the next line...&lt;BR /&gt;&lt;BR /&gt;Queued mail for delivery&lt;BR /&gt;fretagi@mcel.co.mz... Sent &lt;BR /&gt;</description>
      <pubDate>Thu, 10 Mar 2011 08:26:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276101#M610451</guid>
      <dc:creator>Viktor Balogh</dc:creator>
      <dc:date>2011-03-10T08:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Help in clearing out /var/spool/mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276102#M610452</link>
      <description>Hi Jose!&lt;BR /&gt;&lt;BR /&gt;I think email delivery is now working, because I did receive that test mail, although this messages&lt;BR /&gt;&amp;gt;&amp;gt;(&amp;lt;201103100623.p2A6N9B16748@mcelbill.mcel.co.mz&amp;gt; Queued mail for delivery)&lt;BR /&gt; says that perhaps mail has been put in a queue.&lt;BR /&gt;And also /var is decreasing, is now at 85% from 100%.&lt;BR /&gt;&lt;BR /&gt;F.R.</description>
      <pubDate>Thu, 10 Mar 2011 08:57:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276102#M610452</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2011-03-10T08:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help in clearing out /var/spool/mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276103#M610453</link>
      <description>&lt;!--!*#--&gt;&amp;gt;So how to identify the contents of each message?&lt;BR /&gt;&lt;BR /&gt;You have two files, one with the header (q) and the other the message (d):&lt;BR /&gt;-rw-------   1 root       mail 1477 Mar  8 05:10 dfFAA16615&lt;BR /&gt;-rw-------   1 root       mail  743 Mar 10 02:00 qfFAA16615&lt;BR /&gt;&lt;BR /&gt;You could write some scripts to help you remove the multiple copies of messages.&lt;BR /&gt;This script does a search for useless messages and deletes the related files as a unit.&lt;BR /&gt;&lt;BR /&gt;You should stop mail before running it:&lt;BR /&gt;/# sbin/init.d/sendmail stop&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/ksh&lt;BR /&gt;# create file_list with:&lt;BR /&gt;#  fgrep -l "yyyy xxxxxxx" &amp;gt; file_list&lt;BR /&gt;# find . -name "qf*" -exec fgrep -l "Returned mail: see transcript for details"&lt;BR /&gt;+ &amp;gt; file_list&lt;BR /&gt;# find . -name "qf*" -exec fgrep -l "Warning: could not send message for past 4&lt;BR /&gt;hours" + &amp;gt; file_list&lt;BR /&gt;&lt;BR /&gt;for file in $( &amp;lt; file_list); do&lt;BR /&gt;   base=${file#./[dq]}&lt;BR /&gt;   base=${base#[dq]}&lt;BR /&gt;   echo d$base q$base Q$base x$base&lt;BR /&gt;done | xargs -n1000 rm -f</description>
      <pubDate>Thu, 10 Mar 2011 10:43:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276103#M610453</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-03-10T10:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help in clearing out /var/spool/mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276104#M610454</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;what about this:&lt;BR /&gt;                /var/spool/mqueue (15287 requests)&lt;BR /&gt;----Q-ID---- --Size-- -----Q-Time----- ------------Sender/Recipient------------&lt;BR /&gt;p2ABgwd16867     1545 Thu Mar 10 13:49 MAILER-DAEMON&lt;BR /&gt;                                       root&lt;BR /&gt;p2ABgwc16867     1833 Thu Mar 10 13:44 MAILER-DAEMON&lt;BR /&gt;                                       root&lt;BR /&gt;&lt;BR /&gt;what is this Q-ID (p2ABgwd16867)?&lt;BR /&gt;&lt;BR /&gt;This is the output of mailq command. Is this just information of files in queue?&lt;BR /&gt;&lt;BR /&gt;F.R.</description>
      <pubDate>Thu, 10 Mar 2011 11:57:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276104#M610454</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2011-03-10T11:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help in clearing out /var/spool/mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276105#M610455</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Q-ID: *internal* identifier used on this host for the message.&lt;BR /&gt;#man mailq&lt;BR /&gt;&lt;BR /&gt;#mailq -v|wc -l&lt;BR /&gt;This provide you the number of lines in the output of "mailq -v" command.&lt;BR /&gt;Try several times on reazonables intervals.&lt;BR /&gt;If this value increases without decrease your delivery service is down. By other hand, if decreases the sendmail service is dispatching.&lt;BR /&gt;&lt;BR /&gt;If you check /var/adm/syslog/mail.log you can follow the sendmail service activity. Here you can see info about queued filename (eg: QAA05864), destinatary address, relay server used and delivery status of outgoing mesagges.eg: stat=Sent (OK id=1Pxi42-00045Y-Ih).&lt;BR /&gt;&lt;BR /&gt;You can follow this activity on real time by:&lt;BR /&gt;#tail -f /var/adm/syslog/mail.log&lt;BR /&gt;&lt;BR /&gt;Also you can see messages about dead.letter, this mean that sendmail service haven't way to delivery the message and create or append inside the source user homedir (eg: root, oracle) a plain text file named dead.letter, that contains the original message's header and body.&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Thu, 10 Mar 2011 16:11:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276105#M610455</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2011-03-10T16:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help in clearing out /var/spool/mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276106#M610456</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;What is the content of those two messages you are posting.&lt;BR /&gt;&lt;BR /&gt;Normally the content can give some indication as to why they are in the queue.&lt;BR /&gt;&lt;BR /&gt;You may have more information that you can process here and may need to clear the queue, make sure mail is flowing (It seems to be) and deal with new issues as they come up.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 10 Mar 2011 16:37:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276106#M610456</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2011-03-10T16:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help in clearing out /var/spool/mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276107#M610457</link>
      <description>Hi all&lt;BR /&gt;&lt;BR /&gt;Thank you for your contributions, I have already assign some points. I am closing the thread.&lt;BR /&gt;&lt;BR /&gt;F.R.</description>
      <pubDate>Tue, 15 Mar 2011 06:11:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-in-clearing-out-var-spool-mqueue/m-p/5276107#M610457</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2011-03-15T06:11:40Z</dc:date>
    </item>
  </channel>
</rss>

