1833345 Members
4382 Online
110051 Solutions
New Discussion

sendmail panic

 
SOLVED
Go to solution
augusto cossa
Frequent Advisor

sendmail panic

Hi,

Help on:

I'm receiving on my terminal the following message:

11:47:09 mtm01 sendmail [22099]: LAA22099: losing gfLAA22099: sendmail panic

11:47:09 mtm01 sendmail [22099]: LAA22099: losing gfLAA22099: sendmail: cannot save rejected email anywhere.

What does meaning? Why this?

Thanks

Augusto
4 REPLIES 4
CHRIS_ANORUO
Honored Contributor
Solution

Re: sendmail panic

Use newaliases or sendmail -bi to rebuild the database. Check the /etc/mail/aliases file for any inclusion of you name or ip address. You can also print the status of the mail queue with sendmail -bp.
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.
John Palmer
Honored Contributor

Re: sendmail panic

sendmail has mail that has been rejected but has nowhere to save it. Normally it goesinto a file called 'dead.letter'.

Is there space available in /var?
Victor BERRIDGE
Honored Contributor

Re: sendmail panic

And again I agree with John, looking at your other message Id say /var is full
Victor BERRIDGE
Honored Contributor

Re: sendmail panic

Have you looked at /var/spool/mqueue?