- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem with sendmail
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
тАО01-09-2003 11:41 PM
тАО01-09-2003 11:41 PM
Jan 10 09:38:03 wblvh003 sendmail[17428]: JAA17428: Losing qfJAA174
28: savemail panic
Jan 10 09:38:03 wblvh003 sendmail[17428]: JAA17428: SYSERR(root): savemail: cann
ot save rejected email anywhere
Regards
Peet
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-09-2003 11:52 PM
тАО01-09-2003 11:52 PM
Re: Problem with sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-09-2003 11:55 PM
тАО01-09-2003 11:55 PM
Re: Problem with sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-10-2003 12:04 AM
тАО01-10-2003 12:04 AM
Solutionsendmail does number of sanity checks on each qf file for security reasons before processing. If any of the qfile fails in the checks , sendmail converts the leading q in its name to an uppercase Q .
When conversion is done it prints this error
"Losing qfJAA174"
If it cannot send bounced message to postmaster or save that message as deadmail . it will give this error.
"(root): savemail: cann
ot save rejected email anywhere"
So check the /etc/aliases file for proper postmaster entry .
Also check the details of bogus mail
#cat /var/spool/mqueue/QfJAA174
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-10-2003 12:58 AM
тАО01-10-2003 12:58 AM
Re: Problem with sendmail
What about of /var free space?
mail service needs have available enough space for queue creation in /var/spool/mqueue. You can check queued mails using "mailq -" and when you resolver this trouble run "sendmail -v -q" to send all queued mails.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-10-2003 01:44 AM
тАО01-10-2003 01:44 AM
Re: Problem with sendmail
this is a permission problem of the mailboxes in /var/mail. Please check if they are set to 660 for all user names and are owned by the user and group mail. Furthermore the files $HOME/dead.letter and /var/tmp/dead.letter have to have the right permissions/ownerships. Set them to 775 bin:mail.
Regards,
Birgit