J.P. Trosclair wrote:
J.P. Trosclair wrote:
So I setup a filter for stripping the attachments. I want to route
mail based on [EMAIL PROTECTED] through this filter before it is
passed on to domain's MX address. I think it's possible by using
transport_maps and some tricks in master.cf, at least thats what I
was told in a dream last night. I haven't tried it yet but will in a
little while.
I've been messing with this idea of using transport_maps without much
success because it seems a loop is unavoidable since transport_maps
can't be overridden (I've googled and confirmed it from posts in the
past). Any suggestions would be appreciated. Here's what I've tested
which I've deemed unusable based on transport_maps being a global
setting (besides that, the whole thing is a big hack):
You're right, you need to use transport_maps to redirect your
recipient to the proper content filter, and transport_maps
cannot be overridden by entries in master.cf.
The solution is to use multiple instances of postfix, each
with its own config and queue directories.
--
Noel Jones