<?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: /var/spool/mqueue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/var-spool-mqueue/m-p/4895421#M403124</link>
    <description>Thank you all for help&lt;BR /&gt;&lt;BR /&gt;Sam</description>
    <pubDate>Mon, 11 Apr 2005 05:09:53 GMT</pubDate>
    <dc:creator>Sam Dee</dc:creator>
    <dc:date>2005-04-11T05:09:53Z</dc:date>
    <item>
      <title>/var/spool/mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-spool-mqueue/m-p/4895417#M403120</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Please what type of files are in /var/spool/mqueue? Is it ok to rm them?&lt;BR /&gt;&lt;BR /&gt;Your urgent response will be appreciated&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sam&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 10 Apr 2005 13:51:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-spool-mqueue/m-p/4895417#M403120</guid>
      <dc:creator>Sam Dee</dc:creator>
      <dc:date>2005-04-10T13:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: /var/spool/mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-spool-mqueue/m-p/4895418#M403121</link>
      <description>I found something for Linux, but I'm sure sendmail on hpux works the same way:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.javacommerce.com/displaypage.jsp?name=daemon/00000073.sql&amp;amp;id=18230" target="_blank"&gt;http://www.javacommerce.com/displaypage.jsp?name=daemon/00000073.sql&amp;amp;id=18230&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And here is another helpful link:&lt;BR /&gt;&lt;A href="http://www.brandonhutchinson.com/deleting_mail_queue.html" target="_blank"&gt;http://www.brandonhutchinson.com/deleting_mail_queue.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It's not a god idea just to remove the files. You should stop sendmail first and then "requeue" the files, like it's said in threads above.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 10 Apr 2005 14:39:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-spool-mqueue/m-p/4895418#M403121</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-04-10T14:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: /var/spool/mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-spool-mqueue/m-p/4895419#M403122</link>
      <description>Hi Sam,&lt;BR /&gt;&lt;BR /&gt;The files in /var/spool/mqueue are created by sendmail. Older files can be removed. &lt;BR /&gt;&lt;BR /&gt;Document description: How can I look at mails in the mail queue?&lt;BR /&gt;Document id: IVKBRC00006739&lt;BR /&gt;&lt;BR /&gt;Europe&lt;BR /&gt;&lt;A href="http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062907037" target="_blank"&gt;http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062907037&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;US&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062907037" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062907037&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;# find /var/spool/mqueue -atime +7 -exec rm {} \;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Sun, 10 Apr 2005 14:46:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-spool-mqueue/m-p/4895419#M403122</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2005-04-10T14:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: /var/spool/mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-spool-mqueue/m-p/4895420#M403123</link>
      <description>Sam,&lt;BR /&gt;&lt;BR /&gt;Is this the same server from your last mail question?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=588643" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=588643&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If yes, go to the /etc/nsswitch.conf and change&lt;BR /&gt;&lt;BR /&gt;aliases: files&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/sendmail stop&lt;BR /&gt;&lt;BR /&gt;use the rm command in my previous post to cleanup /var/spool/mqueue&lt;BR /&gt;&lt;BR /&gt;# sbin/init.d/sendmail start&lt;BR /&gt; &lt;BR /&gt;Robert-Jan</description>
      <pubDate>Sun, 10 Apr 2005 15:20:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-spool-mqueue/m-p/4895420#M403123</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2005-04-10T15:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: /var/spool/mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-spool-mqueue/m-p/4895421#M403124</link>
      <description>Thank you all for help&lt;BR /&gt;&lt;BR /&gt;Sam</description>
      <pubDate>Mon, 11 Apr 2005 05:09:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-spool-mqueue/m-p/4895421#M403124</guid>
      <dc:creator>Sam Dee</dc:creator>
      <dc:date>2005-04-11T05:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: /var/spool/mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-spool-mqueue/m-p/4895422#M403125</link>
      <description>Issue solved&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 11 Apr 2005 05:12:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-spool-mqueue/m-p/4895422#M403125</guid>
      <dc:creator>Sam Dee</dc:creator>
      <dc:date>2005-04-11T05:12:24Z</dc:date>
    </item>
  </channel>
</rss>

