This is a discussion on Re: possible? sender rewrite based on regexp and /etc/passwd within the mailing.postfix.users forums, part of the Mail Servers and Related category; On Monday, May 10, 2004 at 22:24 CEST, Eddy Beliveau <eddy.beliveau@hec.ca> wrote: > Magnus ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Monday, May 10, 2004 at 22:24 CEST,
Eddy Beliveau <eddy.beliveau@hec.ca> wrote: > Magnus replied: > > Yes, with two content filters (one for each instance). >=20 > Hi! Magnus, > Many thanks for your reply, it is very appreciated >=20 > On my Postfix 2.0.16, I'm currently using > content_filter =3D smtp-amavis:[127.0.0.1]:10025 >=20 > Do you know if I can add my own code before or within amavisd-new > 20030616-p8-rc3 ? AFAIK, amavisd-new does not support "plug-in extra filtering" which is what one might call your needs. You'll have to chain several content filters using Postfix, which can tend to get pretty ugly. Example: Postfix -> amavisd-new -> Postfix -> your script -> Postfix -> delivery --=20 Magnus B=E4ck magnus@dsek.lth.se |