Re: Email address

Tudor Popescu (root@ts.pcnet.ro)
Fri, 3 Nov 1995 02:09:44 -0600 (CST)


On Fri, 3 Nov 1995, Michael Shin wrote:

>
> I will be changing my service provider shortly (Faster & more stable)..
> hence my email address will change. Does anyone know what I would have to
> do to get my mails 'redirected'?

I take it you want your mail sent to the old address to come to the new
one.. something like this in the sendmail.cf file, where $x=your old
username, $y=your old machine, $z=your new username, $t=your new machine:

R$x < @ $y. > $* $: $z < @ $t. > $1
R$x $: $z < @ $t. >

before handling local hacks.

Or just save your account and put a .forward file in your home directory
containing "$z@$t" - with the above meaning.

>
> Regards
>
> Michael Shin
>

Tudor.