[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Email Forwarding on Raq4
- Subject: Re: [cobalt-users] Email Forwarding on Raq4
- From: "Danny Daniels" <dcd@xxxxxxxxxxxxxxxxxx>
- Date: Mon Jul 2 07:05:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> > I need to know how to forward email from one user account to another
> > account, but also keep the email in the local account.
> > I have a Raq4 is there an easy way in the GUI HTTP interface to set up
in
> > the forwarding box a way to do this... or a way to do it from telnet?
> >
> Telnet into the Box. Go to the users home directory. Create a file called
> .forward
> The contents of the .forward file will be the e-mail address you wish to
> copy mail to.
> example
>
> vi .forward
>
> user1@xxxxxxxxxx
>
> <<shift zz >> vi comand to save and close
>
> You could also include multiple addresses. Mail will then be deliveried
> locally as well as forwarded to the new address.
>
> I think that is what you asked for.
>
I forgot to add this.
Both e-mail addresses should be included in the .forward file
user1@xxxxxxxxxxx #(local address)
dcd@xxxxxxxxxxxxxxxxxx #(address yu owish to forward e-mail to)
otherwise mail will only get deliveried to the first e-mail address.
-Danny