<?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: push the queue right away in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/push-the-queue-right-away/m-p/3393151#M199484</link>
    <description>Does any mail go out?&lt;BR /&gt;&lt;BR /&gt;IE - send a test email to yourself:&lt;BR /&gt;&lt;BR /&gt;mailx -s "test" you@yourdomain.com &lt;BR /&gt;Check your log mail log file...&lt;BR /&gt;&lt;BR /&gt;Look at some of the emails - cd /var/spool/mqueue&lt;BR /&gt;&lt;BR /&gt;Just vi a couple...where are they going?&lt;BR /&gt;&lt;BR /&gt;If you don't need them - stop sendmail, then rm them...then start sendmail.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 05 Oct 2004 13:19:06 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2004-10-05T13:19:06Z</dc:date>
    <item>
      <title>push the queue right away</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/push-the-queue-right-away/m-p/3393143#M199476</link>
      <description>there are some mails are stored in the mail queue ( I check by "mailq" comamnd ) , how can I  push the to send the mail in the queue &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Oct 2004 20:29:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/push-the-queue-right-away/m-p/3393143#M199476</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-10-04T20:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: push the queue right away</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/push-the-queue-right-away/m-p/3393144#M199477</link>
      <description>I tried to use sendmail -q , but the mails still not send out , how can I push to send it out ? thx</description>
      <pubDate>Mon, 04 Oct 2004 20:31:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/push-the-queue-right-away/m-p/3393144#M199477</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-10-04T20:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: push the queue right away</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/push-the-queue-right-away/m-p/3393145#M199478</link>
      <description>I also tried to restart the sendmail , but still not work , could suggest what can I do ? thx</description>
      <pubDate>Mon, 04 Oct 2004 20:43:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/push-the-queue-right-away/m-p/3393145#M199478</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-10-04T20:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: push the queue right away</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/push-the-queue-right-away/m-p/3393146#M199479</link>
      <description>This problem may depend on the message. Please supply message from with 'mailq' or from the /var/adm/syslog/mail.log file &lt;BR /&gt;&lt;BR /&gt;The problem is most likely elsewhere, like your relay mail server being down.</description>
      <pubDate>Mon, 04 Oct 2004 20:51:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/push-the-queue-right-away/m-p/3393146#M199479</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-10-04T20:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: push the queue right away</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/push-the-queue-right-away/m-p/3393147#M199480</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;This may be if the relay server mentioned on the sendmail.cf file is having some issues, recycling the sendmail daemon will not help in this case. Please make sure the relay server is fine.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;Gopi</description>
      <pubDate>Tue, 05 Oct 2004 07:39:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/push-the-queue-right-away/m-p/3393147#M199480</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2004-10-05T07:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: push the queue right away</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/push-the-queue-right-away/m-p/3393148#M199481</link>
      <description>In a standard installation, sendmail will be running (ps -ef|grep sendmail) and the message is sent immediately. There are two possibilities: the server very heavily loaded and the load exceeds the limit in /etc/mail/sendmail.cf so mail is deferred. The second (most likely) is there is an error in sending the mail. To see the details:&lt;BR /&gt; &lt;BR /&gt;tail /var/adm/syslog/mail.log&lt;BR /&gt; &lt;BR /&gt;Usually you'll find errors like can't qualify my own name or missing MX records in DNS, or unable to qualify my own domain name or similar. This means that you'll have to change your options in sendmail.cf so the mail can be delivered.</description>
      <pubDate>Tue, 05 Oct 2004 10:20:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/push-the-queue-right-away/m-p/3393148#M199481</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-10-05T10:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: push the queue right away</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/push-the-queue-right-away/m-p/3393149#M199482</link>
      <description>Hi Peter,&lt;BR /&gt;&lt;BR /&gt;Use 'sendmail -q -v'. You will see how sendmail attempts to send the mails. You should be able to figure out the reason from there. Or look at /var/adm/syslog/mail.log for more information. &lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 05 Oct 2004 10:26:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/push-the-queue-right-away/m-p/3393149#M199482</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-10-05T10:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: push the queue right away</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/push-the-queue-right-away/m-p/3393150#M199483</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check you mail.log file under /var/adm/syslog and it may give you a clue on what is happening.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Oct 2004 10:38:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/push-the-queue-right-away/m-p/3393150#M199483</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-10-05T10:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: push the queue right away</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/push-the-queue-right-away/m-p/3393151#M199484</link>
      <description>Does any mail go out?&lt;BR /&gt;&lt;BR /&gt;IE - send a test email to yourself:&lt;BR /&gt;&lt;BR /&gt;mailx -s "test" you@yourdomain.com &lt;BR /&gt;Check your log mail log file...&lt;BR /&gt;&lt;BR /&gt;Look at some of the emails - cd /var/spool/mqueue&lt;BR /&gt;&lt;BR /&gt;Just vi a couple...where are they going?&lt;BR /&gt;&lt;BR /&gt;If you don't need them - stop sendmail, then rm them...then start sendmail.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Oct 2004 13:19:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/push-the-queue-right-away/m-p/3393151#M199484</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-10-05T13:19:06Z</dc:date>
    </item>
  </channel>
</rss>

