1757754 Members
2676 Online
108863 Solutions
New Discussion юеВ

Re: sendmail problem

 
SOLVED
Go to solution
Jim Booker
Advisor

sendmail problem

I'm getting this message when I try to
usr mail...

savemail: cannot save rejected email anywhere

Can anyone help? Thanks!!!
2 REPLIES 2
S.K. Chan
Honored Contributor

Re: sendmail problem

Sendmail will attempt to save rejected mail in the user's home dir file named
dead.letter if this file does not exist, sendmail will attempt to save this
information in /var/adm/dead.letter. If this error occurs you will need
to create the file /var/adm/dead.letter with read, and write, permissions for
owner and grp, and the owner needs to be root with the group mail.
1) touch /var/adm/dead.letter
2) chown root /var/adm/dead.letter
3) chgrp mail /var/adm/dead.letter
4) chmod 664 /var/adm/dead.letter
This should resolve the error "can not save rejected mail"