<?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: Sendmail disabled, message queue in /var/spool/mqueue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-disabled-message-queue-in-var-spool-mqueue/m-p/3323722#M187845</link>
    <description>"I have assigned points to   0  of   39  responses to my questions."&lt;BR /&gt;&lt;BR /&gt;You can reward the many people who have assisted you by assigning points to their posts.&lt;BR /&gt;&lt;BR /&gt;For steps how to assign points see:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;</description>
    <pubDate>Tue, 06 Jul 2004 06:54:50 GMT</pubDate>
    <dc:creator>Cheryl Griffin</dc:creator>
    <dc:date>2004-07-06T06:54:50Z</dc:date>
    <item>
      <title>Sendmail disabled, message queue in /var/spool/mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-disabled-message-queue-in-var-spool-mqueue/m-p/3323719#M187842</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I disabled "S540sendmail" when server boot up for seversal years.&lt;BR /&gt;&lt;BR /&gt;Recently, /var is full, I found many files in /var/spool/mqueue. These files have same &lt;BR /&gt;sender (root) and subject (cron).&lt;BR /&gt;&lt;BR /&gt;Refer to other posts, I run "mailq". There are also many files queueing. I think "mailq" got QID from filename in /var/spool/mqueue.&lt;BR /&gt;&lt;BR /&gt;The /var/adm/syslog/mail.log keep to be updated&lt;BR /&gt;In /var/mail/&lt;USER&gt;, these files are also keep to be updated&lt;BR /&gt;&lt;BR /&gt;1. Why root send mail (with subject cron) to user?&lt;BR /&gt;2. Why system is not retry to send again. Some mail queued for seversal years in mqueue !!&lt;BR /&gt;3. Any suggestion for stopping mail generated in mqueue ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/USER&gt;</description>
      <pubDate>Tue, 06 Jul 2004 04:32:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-disabled-message-queue-in-var-spool-mqueue/m-p/3323719#M187842</guid>
      <dc:creator>ikbea</dc:creator>
      <dc:date>2004-07-06T04:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail disabled, message queue in /var/spool/mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-disabled-message-queue-in-var-spool-mqueue/m-p/3323720#M187843</link>
      <description>Hi,&lt;BR /&gt;Find the doc attached, should answer all of your questions.&lt;BR /&gt;All the best.&lt;BR /&gt;Regards,</description>
      <pubDate>Tue, 06 Jul 2004 04:42:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-disabled-message-queue-in-var-spool-mqueue/m-p/3323720#M187843</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-07-06T04:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail disabled, message queue in /var/spool/mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-disabled-message-queue-in-var-spool-mqueue/m-p/3323721#M187844</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To disable sendmail service you must set SENDMAIL_SERVER=0 into /etc/rc.config.d/mailservs file.&lt;BR /&gt;Then run:&lt;BR /&gt;#/sbin/init.d/sendmail stop&lt;BR /&gt;&lt;BR /&gt;But this just disable incoming mail capability, always send capability keep active.&lt;BR /&gt;&lt;BR /&gt;All cron activity, by default, is updated in the corresponding user in /var/mail directory. Of course, this needs Administrator's maintenance.&lt;BR /&gt;&lt;BR /&gt;About your bigger pending queue, may be you have a procedure that is trying to send mails to external domains. In this case you must configure your /etc/mail/sendmail.cf file.&lt;BR /&gt;Pls test your send capability via a very simple comand:&lt;BR /&gt;#echo "Test"|sendmail -v your_name@your_domain.&lt;BR /&gt;&lt;BR /&gt;For outstandind mails to externals domains you need make reference to your smtp engine mail server (Relay Server). So, you need define in /etc/mail/sendmail.cf the DS variable with a reachable Realy Serner name, in your case:&lt;BR /&gt;DS&lt;YOUR_RELAY_SERVER_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;To ensure that &lt;YOUR_RELAY_SERVER_NAME&gt; are reachable define it into /etc/hosts file.&lt;BR /&gt;&lt;BR /&gt;Then you need restart sendmail service:&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;/sbin/init.d/sendmail start (if your sendmail service are disable an error message will be prompted)&lt;BR /&gt;&lt;BR /&gt;Also ensure that your resolution path defined in /etc/nsswitch.conf is appropriate.&lt;BR /&gt;&lt;BR /&gt;After this, pls try again the command:&lt;BR /&gt;#echo "Test"|sendmail -v your_name@your_domain&lt;BR /&gt;&lt;BR /&gt;Rgds.&lt;/YOUR_RELAY_SERVER_NAME&gt;&lt;/YOUR_RELAY_SERVER_NAME&gt;</description>
      <pubDate>Tue, 06 Jul 2004 04:54:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-disabled-message-queue-in-var-spool-mqueue/m-p/3323721#M187844</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2004-07-06T04:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail disabled, message queue in /var/spool/mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-disabled-message-queue-in-var-spool-mqueue/m-p/3323722#M187845</link>
      <description>"I have assigned points to   0  of   39  responses to my questions."&lt;BR /&gt;&lt;BR /&gt;You can reward the many people who have assisted you by assigning points to their posts.&lt;BR /&gt;&lt;BR /&gt;For steps how to assign points see:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;</description>
      <pubDate>Tue, 06 Jul 2004 06:54:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-disabled-message-queue-in-var-spool-mqueue/m-p/3323722#M187845</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2004-07-06T06:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail disabled, message queue in /var/spool/mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-disabled-message-queue-in-var-spool-mqueue/m-p/3323723#M187846</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;To flush your queue, add this to cron:&lt;BR /&gt;&lt;BR /&gt;# Make sure any queued mail is delivered, as sendmail isn't a daemon anymore&lt;BR /&gt;39 * * * *      /usr/lib/sendmail -q&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cron sends to users stnd error...make sure you have a "&amp;gt; /dev/null 2&amp;gt;&amp;amp;1" at the end of your cron jobs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jul 2004 07:39:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-disabled-message-queue-in-var-spool-mqueue/m-p/3323723#M187846</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-07-06T07:39:34Z</dc:date>
    </item>
  </channel>
</rss>

