(no email)
Date: Fri Mar 01 2002 - 14:46:36 EST
On Fri, 1 Mar 2002, Mark Jeftovic wrote:
>
> On Fri, 1 Mar 2002, Ralf Hildebrandt wrote:
>
> > On Fri, Mar 01, 2002 at 01:20:04PM -0500, Mark Jeftovic wrote:
> >
> > > we are interested in forwarding email from a given sender domain
> > > to a single email address. I've looked at some archives and so far
> > > see nothing possible.
> >
> > Because routing is based on RECIPIENT, not sender.
> >
>
> Are there any postfix developers/maintainers on this list who would be
> interested in a contract job to add this functionality?
>
For now your best best for something so esoteric would be a content_filter
script (either "pipe" or for higher performance/complexity an SMTP proxy)
that rewrites the recipient when it encounters a matching sender.
This avoids patching Postfix, and allows you to plug in arbitrary
rewriting logic outside of Postfix.
If the volume of mail flowing through you site is not prohibitive, the
script approach will be easier to implement. Start with FILTER_README.
As you won't need to customize Postfix, you can use any competent
developer as opposed to a Postfix internals expert (a much rarer species).
-- Viktor. - To unsubscribe, send mail to with content (not subject): unsubscribe postfix-users
|
|
|