1748231 Members
4258 Online
108759 Solutions
New Discussion юеВ

Re: sendmail panic

 
Eugene_3
Occasional Advisor

sendmail panic

Here is the message from sendmail:

11:48:26 monitor sendmail[13781]: LAA13781: Losing qfLAA13781: savemail panic
Jun 22 11:48:26 monitor sendmail[13781]: LAA13781: SYSERR(root): savemail: cannot save rejected email anywhere

Disk space doesn't seem to be a problem:

Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 119637 44875 62798 42% /
/dev/vg00/lvol1 59797 17913 35904 33% /stand
/dev/vg00/lvol8 318949 251744 35310 88% /var
/dev/vg00/lvol7 512499 390493 70756 85% /usr
/dev/vg00/lvol6 498645 379630 69150 85% /tmp
/dev/vg01/lvol5 4087393 2877749 800904 78% /rpt
/dev/vg00/lvol5 512499 379258 81991 82% /opt
/dev/vg02/lvol1 8695834 6212908 1613342 79% /data
/dev/vg01/lvol4 4103345 3101844 591166 84% /apps

What is happening and how to cure it?

Thanks,
Eugene


3 REPLIES 3
Denver Osborn
Honored Contributor

Re: sendmail panic

Take a look at this post, it should get you fixed up.

http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x49ab79bffde7d4118fef0090279cd0f9,00.html

-denver
Patrick Wallek
Honored Contributor

Re: sendmail panic

Eugene,

see the following link in the TKB:
http://us-support.external.hp.com/cki/bin/doc.pl/sid=7333243c176c963cde/screen=ckiDisplayDocument?docId=200000052465153

To paraphrase:
The errors occur because the /var/mail/user_name files do not have the correct permissions.

To resolve the errors:

1. Set the permissions to 660 for the user_name files.
2. Ensure that the user_name files are owned by user_name:mail.

For example:

-rw-rw---- 1 robert mail 1226 Mar 20 2000 robert
-rw-rw---- 1 root mail 20418 Oct 3 01:01 root

Bill McNAMARA_1
Honored Contributor

Re: sendmail panic

There are a few sendmail panic fixes patches available.
What sendmail/os release are you working with?

Search the patch engine by clicking search just up there on the left!

http://europe-support2.external.hp.com/wpsl/bin/doc.pl/screen=wpslDisplayPatch/sid=b3062f7c1cd8ea0668?PATCH_PATH=/hp-ux_patches/s700_800/11.X/PHNE_18546&HW=s800&OS=11.00
It works for me (tm)