[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Server Admin E-mail
- Subject: RE: [cobalt-users] Server Admin E-mail
- From: "Jolley, Carl" <Carl.Jolley@xxxxxxx>
- Date: Mon Jul 8 09:29:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
-----Original Message-----
From: Gerald Waugh [mailto:gwaugh@xxxxxxxxxxxxxxxxxxxxxxx]
Sent: Saturday, July 06, 2002 7:24 AM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: Re: [cobalt-users] Server Admin E-mail
On Saturday 06 July 2002 06:27 am, Andy Jacobs wrote:
> Hi All,
>
> When I ssh into my RAQ4 there is always a load of mail for admin. How can
> I get this rerouted to my e-mail address. I've changed the e-mail address
> in httpd.conf for the server but it makes no difference.
>
add an alias to /etc/mail/aliases
admin: me@my-email-address
thats a tab '\t' not a space
makemap hash /etc/mail/aliases.db < /etc/mail/aliases
------------------------------------
The Admin GUI interface can also be used to do this. On the
User Management screen theres a button for modifying the
e-mail settings of a user. The first item in the resulting
form allow you to set an e-mail alias for a user. That CGI
actually adds an entry to the /etc/sendmail.aliases file
and does the amkemap for you.