- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sendmail Error
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
Forums
Discussions
Discussions
Discussions
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
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
07-23-2000 09:32 PM
07-23-2000 09:32 PM
Sendmail Error
has aliases and domain-name in /etc/hosts, plus using a DNS server. Giving the following error periodically after sendmail started;
# Jul 24 01:19:03 wck1001 sendmail[26610]: BAA26610: Losing qfBAA26610: savemail
panic
Jul 24 01:19:03 wck1001 sendmail[26610]: BAA26610: SYSERR(root): savemail: canno
t save rejected email anywhere
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2000 10:51 PM
07-23-2000 10:51 PM
Re: Sendmail Error
I found a similar problem on the sendmail newsgroup, and the solution suggested there is:
"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. "
Hope this helps,
Rik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2000 04:01 AM
07-24-2000 04:01 AM
Re: Sendmail Error
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).
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)
Cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2000 05:17 PM
07-24-2000 05:17 PM
Re: Sendmail Error
If mail can not return that mail to the user, it may need to dump. This is covered in the defaults file.
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.
Run newaliases and watch for errors. If a bad aliases file is detected, newaliases will complain.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2000 06:40 PM
07-24-2000 06:40 PM
Re: Sendmail Error
du -kx /var | sort -rn >/tmp/du.var
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.
Bill Hassell, sysadmin