<?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: Undeliverable Mail administration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/undeliverable-mail-administration/m-p/3958527#M291371</link>
    <description>You could add an entry to the postmaster entry in the /etc/mail/aliases file to forward undeliverables to an address.</description>
    <pubDate>Fri, 09 Mar 2007 08:12:07 GMT</pubDate>
    <dc:creator>Keith Johnson</dc:creator>
    <dc:date>2007-03-09T08:12:07Z</dc:date>
    <item>
      <title>Undeliverable Mail administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/undeliverable-mail-administration/m-p/3958524#M291368</link>
      <description>Hey gang,&lt;BR /&gt;&lt;BR /&gt;How is the best way to handle undeliverable mail in /var/mail?  Is there a way to forward all undeliverable mailings to a particular address?  Thanks.</description>
      <pubDate>Thu, 08 Mar 2007 22:00:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/undeliverable-mail-administration/m-p/3958524#M291368</guid>
      <dc:creator>TheJuiceman</dc:creator>
      <dc:date>2007-03-08T22:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Undeliverable Mail administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/undeliverable-mail-administration/m-p/3958525#M291369</link>
      <description>How is the best way to handle undeliverable mail in /var/mail?&lt;BR /&gt;&lt;BR /&gt;I would say delete it. Otherwise you could search through the mail and try to figure out what caused the issue. I have seen that many a time it is a mistyped e-mail address. &lt;BR /&gt;&lt;BR /&gt;Is there a way to forward all undeliverable mailings to a particular address?&lt;BR /&gt;&lt;BR /&gt;might look at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sendmail.org/m4/tweaking_config.html#confCOPY_ERRORS_TO" target="_blank"&gt;http://www.sendmail.org/m4/tweaking_config.html#confCOPY_ERRORS_TO&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I am not sure what exactly needs to be defined in your sendmail.cf file. And not sure if your version of sendmail supports it. I will look into it tomorrow.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Mar 2007 23:17:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/undeliverable-mail-administration/m-p/3958525#M291369</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-03-08T23:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Undeliverable Mail administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/undeliverable-mail-administration/m-p/3958526#M291370</link>
      <description>Is there a way to forward all undeliverable mailings to a particular address?&lt;BR /&gt;&lt;BR /&gt;You can uncomment this line in the sendmail.cf file.&lt;BR /&gt;&lt;BR /&gt;#O PostMasterCopy=Postmaster&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This will send copies of undeliverable e-mails to root. If you look at the /etc/mail/aliases file you will see that postmmaster is an alias for root. You could then put a .forward file in root's home directory and put your e-mail address in the file. This would forward the notices to you.&lt;BR /&gt;&lt;BR /&gt;P.S. if you make the change remember to restart sendmail so the change takes effect.</description>
      <pubDate>Fri, 09 Mar 2007 08:06:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/undeliverable-mail-administration/m-p/3958526#M291370</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-03-09T08:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Undeliverable Mail administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/undeliverable-mail-administration/m-p/3958527#M291371</link>
      <description>You could add an entry to the postmaster entry in the /etc/mail/aliases file to forward undeliverables to an address.</description>
      <pubDate>Fri, 09 Mar 2007 08:12:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/undeliverable-mail-administration/m-p/3958527#M291371</guid>
      <dc:creator>Keith Johnson</dc:creator>
      <dc:date>2007-03-09T08:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Undeliverable Mail administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/undeliverable-mail-administration/m-p/3958528#M291372</link>
      <description>Are there any security precautions that need to be taken if a .forward file was created for each user?  Is there some other way to forward ALL USER'S undeliverable mail to particular account without the creation of .forward files in everyone's home directories?  If this is the best way to do it, what permissions should the .forward files have?  Thanks again for your help.</description>
      <pubDate>Mon, 23 Apr 2007 22:40:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/undeliverable-mail-administration/m-p/3958528#M291372</guid>
      <dc:creator>TheJuiceman</dc:creator>
      <dc:date>2007-04-23T22:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Undeliverable Mail administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/undeliverable-mail-administration/m-p/3958529#M291373</link>
      <description>For that matter, will giving everyone a .forward file even work?  Seems to work ok for root but what about everyone else?</description>
      <pubDate>Mon, 23 Apr 2007 22:47:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/undeliverable-mail-administration/m-p/3958529#M291373</guid>
      <dc:creator>TheJuiceman</dc:creator>
      <dc:date>2007-04-23T22:47:36Z</dc:date>
    </item>
  </channel>
</rss>

