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

Re: [cobalt-users] Email Forwarding on Raq4



> > 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