LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   whar are mails in /var/spool/mail/root ? (https://www.linuxquestions.org/questions/linux-newbie-8/whar-are-mails-in-var-spool-mail-root-721836/)

mq15 04-26-2009 01:35 PM

whar are mails in /var/spool/mail/root ?
 
I have learnt to read mails in /var/spool/mail/root. But I know nothing about these mails, I mean who sends these mails, what information they deliver and what do we need about these mails...blah blah blah..

Would anyone be kind enough to make me understand this?

Regards

repo 04-26-2009 01:38 PM

These are mails sent by the system.
Mostly in case of problems....
Just read them to see what they mean


You can forward these mails to a user, just edit /etc/aliases
Code:

ROOT: username
and run
Code:

newaliases

soleilarw 04-26-2009 04:39 PM

/var/spool/mail/ is a common location to tore internal mails for all UNIX accounts, not only for root. You should not confuse this with e-mails sent via POP3 accounts. It is quite possible to have e-mails stored in a completely different location (usually your home directory, for example when using thunderbird as the mail client) then the system mails.

The /var location is the default location for interim files generated by the system. Besides system mails it also contains log file and other stuff.

Linux Archive


All times are GMT -5. The time now is 02:02 PM.