<?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 Error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/2432284#M3548</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I found a similar problem on the sendmail newsgroup, and the solution suggested there is:&lt;BR /&gt;&lt;BR /&gt;"Sendmail needs an address to send rejected mail to. By default it sends to "root," which usually doesn't have a mail directory. Try putting an alias from "root" to a valid email address and it should cure the problem. "&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Rik&lt;BR /&gt; &lt;BR /&gt;</description>
    <pubDate>Mon, 24 Jul 2000 05:51:33 GMT</pubDate>
    <dc:creator>RikTytgat</dc:creator>
    <dc:date>2000-07-24T05:51:33Z</dc:date>
    <item>
      <title>Sendmail Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/2432283#M3547</link>
      <description>HP9000 K220 Server with OS 10.20,&lt;BR /&gt;has aliases and domain-name in /etc/hosts, plus using a DNS server.  Giving the following error periodically after sendmail started;&lt;BR /&gt;&lt;BR /&gt;# Jul 24 01:19:03 wck1001 sendmail[26610]: BAA26610: Losing qfBAA26610: savemail&lt;BR /&gt; panic&lt;BR /&gt;Jul 24 01:19:03 wck1001 sendmail[26610]: BAA26610: SYSERR(root): savemail: canno&lt;BR /&gt;t save rejected email anywhere</description>
      <pubDate>Mon, 24 Jul 2000 04:32:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/2432283#M3547</guid>
      <dc:creator>Andrew Brain or Yong Ji</dc:creator>
      <dc:date>2000-07-24T04:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/2432284#M3548</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I found a similar problem on the sendmail newsgroup, and the solution suggested there is:&lt;BR /&gt;&lt;BR /&gt;"Sendmail needs an address to send rejected mail to. By default it sends to "root," which usually doesn't have a mail directory. Try putting an alias from "root" to a valid email address and it should cure the problem. "&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Rik&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jul 2000 05:51:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/2432284#M3548</guid>
      <dc:creator>RikTytgat</dc:creator>
      <dc:date>2000-07-24T05:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/2432285#M3549</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It seems there is a problem with your aliases file setup. Copy from /usr/newconfig/etc/mail/aliases to /etc/mail and update the last line in sendmail.cw to read (localhost hostname).&lt;BR /&gt;Put the line macro Dj$w.hostname.com, where hostname.com would be the name of you domain. and run /usr/sbin/newaliases before starting sendmail(sbin/init.d/sendmail stop/start)&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jul 2000 11:01:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/2432285#M3549</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-07-24T11:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/2432286#M3550</link>
      <description>I think what Chris was referring to was to make sure that all of the defaults in "/usr/newconfig/etc/mail/aliases" are in your current file.  Some of those are necessary for sendmail to work.  Mainly, where to send mail when things go bad somehow.  I.E.  Someone sending mail to a bad address.&lt;BR /&gt;If mail can not return that mail to the user, it may need to dump.  This is covered in the defaults file.&lt;BR /&gt;Simply copy your own aliases file to a temp file.  Edit that file, and remove all but your own entries.  Then copy the default file to /etc/mail, and append your entries to this file.&lt;BR /&gt;Run &lt;B&gt;newaliases&lt;/B&gt; and watch for errors.  If a bad aliases file is detected, newaliases will complain. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jul 2000 00:17:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/2432286#M3550</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2000-07-25T00:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/2432287#M3551</link>
      <description>This is also caused by /var being full.  /var is crucial to just about every major subsystem and process on the system.  There is nothing in HP-UX to monitor diskspace automatically.  Be sure to use the command:&lt;BR /&gt;&lt;BR /&gt;du -kx /var | sort -rn &amp;gt;/tmp/du.var&lt;BR /&gt;&lt;BR /&gt;and look at the du.var file to see where the biggest directories are located. Then look at the directory to see if the space is correctly utilized or can be trimmed.</description>
      <pubDate>Tue, 25 Jul 2000 01:40:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/2432287#M3551</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2000-07-25T01:40:39Z</dc:date>
    </item>
  </channel>
</rss>

