|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Alias based on 'from' field ??
From: Noel Jones (njones
megan.vbhcs.org)
Date: Tue Nov 08 2005 - 08:07:46 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 05:28 AM 11/7/2005, Rachid Abdelkhalak wrote:
>Hello all,
>
>We want to tell to postfix to send all messages from
>a specific sender to one or more mailboxes in
>addition to the original mail destination , like what
>it does with the alias but based on the "From" field.
>Is there a way to do that?
If you really do mean the From: header, your only
option within postfix is REDIRECT in
header_checks. But REDIRECT overrides all original
recipients, which isn't what you have asked for. More
options are possible if you are able and willing to
write your own content filter.
If your alias can be based on the envelope sender, you
can use sender_bcc_maps to add an additional
recipient.
http://www.postfix.org/postconf.5.html#sender_bcc_maps
--
Noel Jones
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]