[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Re-directing Root's mail to admin (or a.n.other address)
- Subject: Re: [cobalt-users] Re-directing Root's mail to admin (or a.n.other address)
- From: "Jonathan Michaelson" <michaelsonjd@xxxxxxxxxxx>
- Date: Tue Mar 13 08:30:06 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> I want to redirect all my 'root' mail - warnings about cron jobs etc - to
> another email address (e.g. my 'normal' e-mail address) but can't work
> out how to do this.
1. TELNET/SSH in and su to root
2. On a RaQ3:
cd /etc/
3. On a RaQ4:
cd /etc/mail/
4. pico -w aliases
5. Scroll down to the line:
root: admin
6. Insert the following line below it (note the gap is a <tab>):
admin: you@xxxxxxxxxxxxxxxx
7. Exit & Save from pico
8. At the shell prompt:
newaliases
That's it.
Regards,
Jonathan Michaelson