1830899 Members
1990 Online
110017 Solutions
New Discussion

sendmail error msg

 
SOLVED
Go to solution
CLUTIER
Advisor

sendmail error msg

msg :
cic-cogd sendmail (5093) : losing qfCAA20785 : savemail panic
cic-cogd sendmail (5093) : CAA20785 : SYSERR(root) : savemail : cannot save rejected email anywhere : file to large

Where can I change it ? :)
5 REPLIES 5
Evert Jan van Ramselaar
Valued Contributor

Re: sendmail error msg

It is probably trying to save a dead.message of something like that in your homedirectory. Do you have enough space there?

EJ
Contrary to popular belief, Unix is userfriendly. It just happens to be selective about who it makes friends with.
Michael Tully
Honored Contributor

Re: sendmail error msg

Check to make sure that you don't have a full filesystem somewhere.

/var is a likely candidate or where the file was being written to.
Anyone for a Mutiny ?
T G Manikandan
Honored Contributor

Re: sendmail error msg

It could be that it is trying to store the rejected mail in either /var/tmp or $HOME/.deadletter.

check whether you have enough space on both the file systems.

Thankss
CLUTIER
Advisor

Re: sendmail error msg

i don't have full FS :)
Michael Tully
Honored Contributor
Solution

Re: sendmail error msg

Only other thing this could be is a problem with either ownership or permissions. Rejected email is sent back to the user and to /var/tmp/dead.letter. This cannot be done if there is a permission problem

The /var/mail should be 775 bin:mail
The /var/mail/root file should be 660 root:mail
The /var/mail/ should be 660 :mail
The /var/tmp directory must be 777 so that rejected file can be writen to there.
Anyone for a Mutiny ?