[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Important!! sending email?



Benjamin Tehan <benjamin@xxxxxxxxxxxx> wrote:
> How can I setup my servers so when a user sends a email it sends a COPY of
> that email to a specific address that i asign and also continues to send
the
> email to the recipient?

This will work on a RaQ2.  If the username is user001 create a record in
/etc/aliases like this:
user001:    external@xxxxxxxxxxxxxxx, user001

Then run "newaliases".  This may work from the GUI, but I haven't tried it.

To see what actually happens when you email user001, enter everything below
b/w # and # from telnet/SSH:
#
mail -v -s "Who Will Get This?" user001@xxxxxxxxxxxxxxx
I hope this goes to two places!
.
#

Where user001@xxxxxxxxxxxxxxx is a real user or alias of a user on your
server and external@xxxxxxxxxxxxxxx is an external email address (you can
replace it with another local username if you'd prefer).

Steven {steven@xxxxxxxxxxxx}