[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] [RaQ 4] Mail forwarding question...
- Subject: Re: [cobalt-users] [RaQ 4] Mail forwarding question...
- From: elmer@xxxxxxxxxxxxxx
- Date: Sat Mar 3 08:01:38 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Fri, 16 Feb 2001, John Theriault wrote:
} Does anyone know if it's possible to have a RaQ forward mail to another
} server yet still keep a copy in a the local mail spool(s)? If so, has anyone
} set this up before and just how did you go about it. Any help would be
} appreciated. If anyone knows where docs concerning this might be found, that
} would be cool, too.
procmail will do this. Whip up something like what follows,
adjusting it to your needs. Save it as .procmailrc in the users home
directory /home/sites/siteX/users/username/ make sure the file's
owner and group is the matches that of the user's directory and set
cmod 0644.
:0 c
INBOX
:0:
! forward@xxxxxxxxx
man procmailex provides examples of how to do this this and
much much more.