- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SYSERR(root): savemail: cannot save rejected email...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-20-2007 10:50 PM
тАО12-20-2007 10:50 PM
SYSERR(root): savemail: cannot save rejected email anywhere
I am getting this error frequently on my hpux command prompt
"SYSERR(root): savemail: cannot save rejected email anywhere"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-24-2007 11:44 PM
тАО12-24-2007 11:44 PM
Re: SYSERR(root): savemail: cannot save rejected email anywhere
Perform the following steps to resolve your error:
1.mv /etc/mail/sendmail.cf /etc/mail/sendmail.cf.old
2.cp /usr/newconfig/etc/mail/sendmail.cf /etc/mail
3. cd /sbin/init.d
4. ./sendmail stop
5. ./sendmail start
Best Regards,
Prashanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-24-2007 11:48 PM
тАО12-24-2007 11:48 PM
Re: SYSERR(root): savemail: cannot save rejected email anywhere
==========
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):
1. write error message to terminal if user is logged in
2. mail error to the user
3. save message in ~/dead.letter
4. send mail to postmaster
5. save message in /var/tmp/dead.letter
6. exit with "savemail panic" error
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.
To solve the problem check permissions and ownerships on /var/mail
drwxrwxr-x 2 bin mail
and on the single mailboxes, e.g. root /var/mail/root and user /var/mail/user
-rw-rw---- 1 root mail /var/mail/root
-rw-rw---- 1 user mail /var/mail/user
Furthermore allow savemail to write to $HOME/dead.letter and /var/tmp/dead.letter: Set permissions to 777
Best Regards,
Prashanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-24-2007 11:54 PM
тАО12-24-2007 11:54 PM
Re: SYSERR(root): savemail: cannot save rejected email anywhere
i will try this and let you know the status.
regards
Arvind
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-25-2007 12:47 AM
тАО12-25-2007 12:47 AM
Re: SYSERR(root): savemail: cannot save rejected email anywhere
the problem still exist, i am still getting below error. any other clue, thanks in advance for your help.
Dec 25 16:39:10 hpmec169 sendmail[21636]: QAA27597: Losing qfQAA27597: savemail panic
Dec 25 16:39:10 hpmec169 sendmail[21636]: QAA27597: SYSERR(root): savemail: cannot save rejected email anywhere
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-25-2007 02:30 AM
тАО12-25-2007 02:30 AM
Re: SYSERR(root): savemail: cannot save rejected email anywhere
Have you tried both the solutions ??
Prashanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-25-2007 02:35 AM
тАО12-25-2007 02:35 AM
Re: SYSERR(root): savemail: cannot save rejected email anywhere
What is the version of Send Mail installed ?
Attach the bdf output or check if /var is full.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-25-2007 09:17 PM
тАО12-25-2007 09:17 PM
Re: SYSERR(root): savemail: cannot save rejected email anywhere
drwxrwxr-x 2 bin mail
and on the single mailboxes, e.g. root /var/mail/root and user /var/mail/user
-rw-rw---- 1 root mail /var/mail/root
-rw-rw---- 1 user mail /var/mail/user
Furthermore allow savemail to write to $HOME/dead.letter and /var/tmp/dead.letter: Set permissions to 777.
WK