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,