<?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: SYSERR(root): savemail: cannot save rejected email anywhere in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syserr-root-savemail-cannot-save-rejected-email-anywhere/m-p/4119918#M727100</link>
    <description>Hi Arvind,&lt;BR /&gt;&lt;BR /&gt;Perform the following steps to resolve your error:&lt;BR /&gt;&lt;BR /&gt;1.mv /etc/mail/sendmail.cf /etc/mail/sendmail.cf.old&lt;BR /&gt;2.cp /usr/newconfig/etc/mail/sendmail.cf /etc/mail&lt;BR /&gt;3. cd /sbin/init.d&lt;BR /&gt;4. ./sendmail stop&lt;BR /&gt;5. ./sendmail start&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth&lt;BR /&gt;</description>
    <pubDate>Tue, 25 Dec 2007 07:44:50 GMT</pubDate>
    <dc:creator>Prashanth.D.S</dc:creator>
    <dc:date>2007-12-25T07:44:50Z</dc:date>
    <item>
      <title>SYSERR(root): savemail: cannot save rejected email anywhere</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syserr-root-savemail-cannot-save-rejected-email-anywhere/m-p/4119917#M727099</link>
      <description>HI&lt;BR /&gt;I am getting this error frequently on my hpux command prompt&lt;BR /&gt;"SYSERR(root): savemail: cannot save rejected email anywhere"&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Dec 2007 06:50:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syserr-root-savemail-cannot-save-rejected-email-anywhere/m-p/4119917#M727099</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2007-12-21T06:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: SYSERR(root): savemail: cannot save rejected email anywhere</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syserr-root-savemail-cannot-save-rejected-email-anywhere/m-p/4119918#M727100</link>
      <description>Hi Arvind,&lt;BR /&gt;&lt;BR /&gt;Perform the following steps to resolve your error:&lt;BR /&gt;&lt;BR /&gt;1.mv /etc/mail/sendmail.cf /etc/mail/sendmail.cf.old&lt;BR /&gt;2.cp /usr/newconfig/etc/mail/sendmail.cf /etc/mail&lt;BR /&gt;3. cd /sbin/init.d&lt;BR /&gt;4. ./sendmail stop&lt;BR /&gt;5. ./sendmail start&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Dec 2007 07:44:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syserr-root-savemail-cannot-save-rejected-email-anywhere/m-p/4119918#M727100</guid>
      <dc:creator>Prashanth.D.S</dc:creator>
      <dc:date>2007-12-25T07:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: SYSERR(root): savemail: cannot save rejected email anywhere</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syserr-root-savemail-cannot-save-rejected-email-anywhere/m-p/4119919#M727101</link>
      <description>Option 2 :&lt;BR /&gt;==========&lt;BR /&gt;The "savemail panic" and "savemail: cannot save rejected email anywhere" messages are due to savemail() failing. savemail() is used to save or report a message with an error. When the error is encountered, savemail() attempts the following (in order):&lt;BR /&gt;&lt;BR /&gt;1. write error message to terminal if user is logged in&lt;BR /&gt;2. mail error to the user&lt;BR /&gt;3. save message in ~/dead.letter&lt;BR /&gt;4. send mail to postmaster&lt;BR /&gt;5. save message in /var/tmp/dead.letter&lt;BR /&gt;6. exit with "savemail panic" error&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The bottom line is that savemail() could not send the message to anyone nor could it save the message in /var/tmp/dead.letter. Perhaps the file already exists and cannot be openned with the proper permissions. To see what the problem message is, look for the Qf* files (yes, a capital "Q") in /var/spool/mqueue. sendmail renames the qf* files to Qf* so they don't get lost.&lt;BR /&gt;&lt;BR /&gt;To solve the problem check permissions and ownerships on /var/mail&lt;BR /&gt;&lt;BR /&gt;drwxrwxr-x 2 bin mail&lt;BR /&gt;&lt;BR /&gt;and on the single mailboxes, e.g. root /var/mail/root and user /var/mail/user&lt;BR /&gt;&lt;BR /&gt;-rw-rw---- 1 root mail /var/mail/root&lt;BR /&gt;-rw-rw---- 1 user mail /var/mail/user&lt;BR /&gt;&lt;BR /&gt;Furthermore allow savemail to write to $HOME/dead.letter and /var/tmp/dead.letter: Set permissions to 777&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth</description>
      <pubDate>Tue, 25 Dec 2007 07:48:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syserr-root-savemail-cannot-save-rejected-email-anywhere/m-p/4119919#M727101</guid>
      <dc:creator>Prashanth.D.S</dc:creator>
      <dc:date>2007-12-25T07:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: SYSERR(root): savemail: cannot save rejected email anywhere</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syserr-root-savemail-cannot-save-rejected-email-anywhere/m-p/4119920#M727102</link>
      <description>Thanks,&lt;BR /&gt;i will try this and let you know the status.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Arvind</description>
      <pubDate>Tue, 25 Dec 2007 07:54:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syserr-root-savemail-cannot-save-rejected-email-anywhere/m-p/4119920#M727102</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2007-12-25T07:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: SYSERR(root): savemail: cannot save rejected email anywhere</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syserr-root-savemail-cannot-save-rejected-email-anywhere/m-p/4119921#M727103</link>
      <description>HI prasanth,&lt;BR /&gt;the problem still exist, i am still getting below error. any other clue, thanks in advance for your help.&lt;BR /&gt;&lt;BR /&gt; Dec 25 16:39:10 hpmec169 sendmail[21636]: QAA27597: Losing qfQAA27597: savemail panic&lt;BR /&gt;Dec 25 16:39:10 hpmec169 sendmail[21636]: QAA27597: SYSERR(root): savemail: cannot save rejected email anywhere&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Dec 2007 08:47:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syserr-root-savemail-cannot-save-rejected-email-anywhere/m-p/4119921#M727103</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2007-12-25T08:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: SYSERR(root): savemail: cannot save rejected email anywhere</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syserr-root-savemail-cannot-save-rejected-email-anywhere/m-p/4119922#M727104</link>
      <description>Hi Arvind,&lt;BR /&gt;&lt;BR /&gt;Have you tried both the solutions ??&lt;BR /&gt;&lt;BR /&gt;Prashanth</description>
      <pubDate>Tue, 25 Dec 2007 10:30:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syserr-root-savemail-cannot-save-rejected-email-anywhere/m-p/4119922#M727104</guid>
      <dc:creator>Prashanth.D.S</dc:creator>
      <dc:date>2007-12-25T10:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: SYSERR(root): savemail: cannot save rejected email anywhere</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syserr-root-savemail-cannot-save-rejected-email-anywhere/m-p/4119923#M727105</link>
      <description>What version of OS are you working with ?&lt;BR /&gt;What is the version of Send Mail installed ?&lt;BR /&gt;Attach the bdf output or check if /var is full.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Dec 2007 10:35:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syserr-root-savemail-cannot-save-rejected-email-anywhere/m-p/4119923#M727105</guid>
      <dc:creator>Prashanth.D.S</dc:creator>
      <dc:date>2007-12-25T10:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: SYSERR(root): savemail: cannot save rejected email anywhere</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syserr-root-savemail-cannot-save-rejected-email-anywhere/m-p/4119924#M727106</link>
      <description>To solve the problem check permissions and ownerships on /var/mail&lt;BR /&gt;&lt;BR /&gt;drwxrwxr-x 2 bin mail&lt;BR /&gt;&lt;BR /&gt;and on the single mailboxes, e.g. root /var/mail/root and user /var/mail/user&lt;BR /&gt;&lt;BR /&gt;-rw-rw---- 1 root mail /var/mail/root&lt;BR /&gt;-rw-rw---- 1 user mail /var/mail/user&lt;BR /&gt;&lt;BR /&gt;Furthermore allow savemail to write to $HOME/dead.letter and /var/tmp/dead.letter: Set permissions to 777.&lt;BR /&gt;&lt;BR /&gt;WK&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Dec 2007 05:17:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syserr-root-savemail-cannot-save-rejected-email-anywhere/m-p/4119924#M727106</guid>
      <dc:creator>whiteknight</dc:creator>
      <dc:date>2007-12-26T05:17:51Z</dc:date>
    </item>
  </channel>
</rss>

