- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail: mailer local died with signal 13
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
03-10-2003 02:11 AM
03-10-2003 02:11 AM
sendmail: mailer local died with signal 13
sendmail 8.9.3
Suddenly (don't know what might have been changed) sendmail fails delivering mails to local users with the error message in the subject line.
As I have learned from the forum, there seems to be some problem with access permissions. But which file(s)?
I have checked those I could imagine (/etc/mail/sendmail.cf, /var/mail/*, /etc/passwd, /etc/inetd.conf, /var/adm/inetd.sec). Everything looks quite "normal".
Any ideas, what else I should check?
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2003 02:22 AM
03-10-2003 02:22 AM
Re: sendmail: mailer local died with signal 13
Signal 13 is a SIGPIPE.
Thus you have a kernel problem
Try increasing maxssiz in your kernel
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2003 02:27 AM
03-10-2003 02:27 AM
Re: sendmail: mailer local died with signal 13
What is your local mailer
(Mlocal line in sendmail.cf).
rgds, Robin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2003 02:34 AM
03-10-2003 02:34 AM
Re: sendmail: mailer local died with signal 13
P=/usr/bin/rmail, F=lsDFMAw5:/|@qm9, S=10/30, R=20/40,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2003 02:48 AM
03-10-2003 02:48 AM
Re: sendmail: mailer local died with signal 13
you have a comma at the end of the line, so there must be one or two continuation lines for this mailer.
Assuming root resolves locally, what happens with:
echo test | /usr/lib/sendmail -v root
rgds, Robin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2003 02:54 AM
03-10-2003 02:54 AM
Re: sendmail: mailer local died with signal 13
root... Connecting to local...
mailer local died with signal 13
root... Deferred
complete Mlocal lines (sorry):
P=/usr/bin/rmail,
F=lsDFMAw5:/|@qm9, S=10/30,
R=20/40, T=DNS/RFC822/X-Unix,
A=rmail -d $u
Concerning maxssize:
Current value ist 79*1024*1024. Isn't that enough?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2003 03:07 AM
03-10-2003 03:07 AM
Re: sendmail: mailer local died with signal 13
So:
echo test | /usr/bin/rmail -d root
gives you the same error?
rgds, Robin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2003 03:37 AM
03-10-2003 03:37 AM
Re: sendmail: mailer local died with signal 13
Magically, the rmail executable seems to have been corrupted: Calling rmail directly gave a "Segmentation violation" error.
I copied rmail back from one of our other boxes and everything is ok again. (Strange though: cksum is identical for both rmail files).
Thanks to all for your suggestions.