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:Daniel Biddle (del@osian.net)
Date:Jan 28, 2001 2:26:28 pm
List:net.sourceforge.lists.courier-users

On Sun, 28 Jan 2001, Rene Skjoldmose 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.

Do you already have a .courier file in your home directory? (I presume you want to copy mail that's being sent to your account.) If so, do:

chmod +t $HOME

This prevents mail being delivered while the .courier file is being overwritten. Then edit the .courier file, adding a line with the address to forward to. Then allow delivery again with:

chmod -t $HOME

and send a message to yourself to test it.

hope this helps,