atom feed9 messages in net.sourceforge.lists.courier-usersRe: [courier-users] forwarding
FromSent OnAttachments
Rene SkjoldmoseJan 28, 2001 1:30 pm 
Daniel BiddleJan 28, 2001 2:26 pm 
Patrick PriceJan 28, 2001 3:01 pm 
Sam VarshavchikJan 28, 2001 4:59 pm 
Patrick PriceJan 28, 2001 8:03 pm 
Sam VarshavchikJan 28, 2001 8:18 pm 
Patrick PriceJan 29, 2001 10:45 am 
Victoriano, TitoJan 29, 2001 12:28 pm 
Patrick PriceJan 29, 2001 3:45 pm 
Subject:Re: [courier-users] forwarding
From:Patrick Price (sysa@moment.net)
Date:Jan 28, 2001 3:01:35 pm
List:net.sourceforge.lists.courier-users

At 10:30 PM 1/28/01 +0100, you wrote:

Hello All

How do i make courier forward a copy of all my mail to another adress? It's very important that it is a copy, i still need to keep a local copy.

Thank You

If you use an alias, make sure your own username is part of the alias

For instance, let's say your username is rene, and you want to forward your mail to ren@yahoo.com

alias looks as follows:

rene: rene, ren@yahoo.com

You put rene in there twice, because aliases are the first thing checked for incoming email, so your real rene account will never get the mail. So you add your real account, and now the alias sends mail to both re@yourdomain.com and ren@yahoo.com

If you do not want to use an alias, I believe you do the same thing in your $HOME/.courier file, it would contain:

rene ren@yahoo.com

Or even this would probably work if the .courier file is in the proper place with a Maildir:

./Maildir ren@yahoo.com

Hope this helps,