i try to send e-mail but the following error appear :-

bbb@ccc.com... User unknown

/dead.letter... Saved message in /dead.letter

how i can solve this error ????

link|improve this question

"bbb@ccc.com" local email address? – ooshro Feb 24 '11 at 11:14
yes it is local email – Mohammad AL-Rawabdeh Feb 24 '11 at 11:24
feedback

1 Answer

up vote 2 down vote accepted

Well, I found a similar problem on Unix.com forums, where someone was also receiving the dead.letter issue. Have you configured sendmail? If not, in the configuration file /etc/sendmail.cf, the line with DS must be modified and you must specified your mail server. You can add this server in the file /etc/host.

After the modification of your sendmail configuration, you restart the service :

refresh -s sendmail

or

stopsrc -s sendmail

startsrc -s sendmail -a "-bd"

HTH,

Rachel

link|improve this answer
Also try sending mail from the command line with logging on (ie: mail -vvv -s Test root < /dev/null ) – Demosthenex Feb 29 at 16:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.