1825771 Members
2049 Online
109687 Solutions
New Discussion

Question on .dead_letter

 
Hill_1
Frequent Contributor

Question on .dead_letter

Dear all,
May I know what is the purpose of the hidden file called .dead_letter for?
Is this file created by the system in the /home/root directory automatically?
Thanks in advanced.
Unix
6 REPLIES 6
Thierry Poels_1
Honored Contributor

Re: Question on .dead_letter

Hi,

.dead_letter is create in the user's home directory.

regards,
Thierry.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
Eugen Cocalea
Respected Contributor

Re: Question on .dead_letter

Hi,

.dead_letter is a file that usually gets dumped on disk when a mailer (I know that 'pine' does it) gets unexpectedly killed (like you can expect to be killed, being a process ;) ). Usually, next time when you enter the mailer, it notices the .dead_letter file and asks you if you want to continue writing the e-mail.

It is harmless and is not created by any other mischievious program but your mailer.

E.
To Live Is To Learn
Justo Exposito
Esteemed Contributor

Re: Question on .dead_letter

Hi hill,

As tell you Thierry and Eugen, .deadletter is a file created by the mail subsystem when you got an error while send a message, and this file is created in the home directory of the user that send the mail. In this case the user is root, then the directory is his home directory /home/root.

Regards,
Justo.
Help is a Beatiful word
Printaporn_1
Esteemed Contributor

Re: Question on .dead_letter

dead.letter is copy of mail that cannot be deliver with a specify time configured by mail server and it consider error.
then mail server will copy the mail message to sender home directory.
enjoy any little thing in my life
Roger Baptiste
Honored Contributor

Re: Question on .dead_letter

hi,

dead_letter is just that, a "letter" which is dead i.e it got shot down and was never sent to its destination ;-)

You can edit the letter and see its contents to figure out who/where/when it was sent.
IF you need mails to be sent out of the system, test it by sending a mail through
sendmail -vt

matter
.

and see how it works.

HTH
raj
Take it easy.
Sanjay_6
Honored Contributor