[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Two Questions
Jeff Martin <jeff@xxxxxxxxxxxx> wrote:
> 2) When I telnet as admin, there is a message that says I have mail. When I
> open pine, there are no messages. Where are these messages?
When you run pine are you logged in as admin? admin's mail spool is at
/var/spool/mail/admin so if you want to see if there's anything in it do:
ls -l /var/spool/mail/admin
To read through it do:
cat /var/spool/mail/admin | less
Steven Werby {steven-lists@xxxxxxxxxxxx}