<?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 keeping mails in queue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-keeping-mails-in-queue/m-p/3564301#M227076</link>
    <description>Thanks stev for your reply,I believe keith understood my requirement 50%.I want to   hold mails send to user@anydomain in queue while delivering user@localhost.&lt;BR /&gt;&lt;BR /&gt;I could achieve this by modifying DS(smart relay)macro to unknown host, Which keeps all mails to queue.&lt;BR /&gt;&lt;BR /&gt;I am not happy with my solution, any good thoughts??&lt;BR /&gt;&lt;BR /&gt;Anoop&lt;BR /&gt;</description>
    <pubDate>Thu, 16 Jun 2005 04:57:38 GMT</pubDate>
    <dc:creator>Sreejith Kaliyam</dc:creator>
    <dc:date>2005-06-16T04:57:38Z</dc:date>
    <item>
      <title>sendmail keeping mails in queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-keeping-mails-in-queue/m-p/3564294#M227069</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have some application sending mails to local host.I need to keep this in mailqueus only no need to send or relay these mails for some time. any idea??&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Anoop</description>
      <pubDate>Wed, 15 Jun 2005 02:50:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-keeping-mails-in-queue/m-p/3564294#M227069</guid>
      <dc:creator>Sreejith Kaliyam</dc:creator>
      <dc:date>2005-06-15T02:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail keeping mails in queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-keeping-mails-in-queue/m-p/3564295#M227070</link>
      <description>I don't recommend to stop sendmail daemon. Some system events (eg. EMS) send mails to root.&lt;BR /&gt;Look at configuring your application not to send mails.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;TT</description>
      <pubDate>Wed, 15 Jun 2005 03:31:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-keeping-mails-in-queue/m-p/3564295#M227070</guid>
      <dc:creator>Thayanidhi</dc:creator>
      <dc:date>2005-06-15T03:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail keeping mails in queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-keeping-mails-in-queue/m-p/3564296#M227071</link>
      <description>Hi there&lt;BR /&gt;&lt;BR /&gt;If you are sending mails to root@localhost, aren't these going to the root mail account on the Unix server instead of being sent/relayed?&lt;BR /&gt;&lt;BR /&gt;Keith</description>
      <pubDate>Wed, 15 Jun 2005 03:59:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-keeping-mails-in-queue/m-p/3564296#M227071</guid>
      <dc:creator>Keith Bryson</dc:creator>
      <dc:date>2005-06-15T03:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail keeping mails in queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-keeping-mails-in-queue/m-p/3564297#M227072</link>
      <description>Hi keith,&lt;BR /&gt;&lt;BR /&gt;Yes it is. Any idea how can I keep those mails in queue send to other than localhost?? since root@localhost is working EMS won't have any problems.&lt;BR /&gt;&lt;BR /&gt;At the moment I modified DS macro to non existing host, so mails remain in queue as hostname lookup failure.&lt;BR /&gt;&lt;BR /&gt;Any good way of doing it??&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Anoop</description>
      <pubDate>Wed, 15 Jun 2005 04:20:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-keeping-mails-in-queue/m-p/3564297#M227072</guid>
      <dc:creator>Sreejith Kaliyam</dc:creator>
      <dc:date>2005-06-15T04:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail keeping mails in queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-keeping-mails-in-queue/m-p/3564298#M227073</link>
      <description>One way u can add the entry &lt;BR /&gt;'root: /path-to-file' in aliases database so the mails for root is appended to that file instead of sending to its actual mailbox. For reading these mails u can simply append this file to ur mailbox file.</description>
      <pubDate>Wed, 15 Jun 2005 07:49:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-keeping-mails-in-queue/m-p/3564298#M227073</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2005-06-15T07:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail keeping mails in queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-keeping-mails-in-queue/m-p/3564299#M227074</link>
      <description>tools:&lt;BR /&gt;&lt;BR /&gt;sendmail -v -q&lt;BR /&gt;&lt;BR /&gt;This will process the queue in verbose mode and give you a clue why the mail is not moving.&lt;BR /&gt;&lt;BR /&gt;Most common cuases:&lt;BR /&gt;&lt;BR /&gt;1) Bad host resolution. For full internet resolution you need to set /etc/nsswitch.conf to dns and make sure the machine gets valid host resolution answers from the name servers in /etc/resolv.conf&lt;BR /&gt;&lt;BR /&gt;2) Relay issues. To avoid host resolution issues, many set the DS directive in sendmail.cf If you do that you must restart the sendmail daemon:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;The DS directive must point to a valid sendmail server that permits, explicity the host with the DS directive to relay mail.&lt;BR /&gt;&lt;BR /&gt;The error message from the sendmail -v -q command will be instructive as to what the next step should be.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 15 Jun 2005 08:02:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-keeping-mails-in-queue/m-p/3564299#M227074</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-15T08:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail keeping mails in queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-keeping-mails-in-queue/m-p/3564300#M227075</link>
      <description>The impression I am getting here chaps is that Neil wants the mailq to hold onto certain emails (don't deliver, but hold) but carry on processing others.&lt;BR /&gt;&lt;BR /&gt;Keith</description>
      <pubDate>Wed, 15 Jun 2005 08:06:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-keeping-mails-in-queue/m-p/3564300#M227075</guid>
      <dc:creator>Keith Bryson</dc:creator>
      <dc:date>2005-06-15T08:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail keeping mails in queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-keeping-mails-in-queue/m-p/3564301#M227076</link>
      <description>Thanks stev for your reply,I believe keith understood my requirement 50%.I want to   hold mails send to user@anydomain in queue while delivering user@localhost.&lt;BR /&gt;&lt;BR /&gt;I could achieve this by modifying DS(smart relay)macro to unknown host, Which keeps all mails to queue.&lt;BR /&gt;&lt;BR /&gt;I am not happy with my solution, any good thoughts??&lt;BR /&gt;&lt;BR /&gt;Anoop&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Jun 2005 04:57:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-keeping-mails-in-queue/m-p/3564301#M227076</guid>
      <dc:creator>Sreejith Kaliyam</dc:creator>
      <dc:date>2005-06-16T04:57:38Z</dc:date>
    </item>
  </channel>
</rss>

