[wellylug] Postfix -> Maildrop -> CourierIMAP integration
Jim Tittsler
jtittsler at gmail.com
Wed Sep 6 21:36:19 NZST 2006
On 9/4/06, David Antliff <david.antliff at gmail.com> wrote:
> that logic and wouldn't work in my case. It would make more sense, I
> think, to perform the filtering as the emails are delivered to my mail
> directory.
>
> I looked up procmail but an alternative called 'maildrop' sounded
> interesting, and supposedly solves many problems with procmail. 'maildrop'
> should not be confused with part of Postfix also called 'maildrop' (can
> you see where this is leading?)
It sounds like it is too late to mention it, but this is commonly done
with Exim's filter files. If you add the allow_filter option to
your userforward router, each of your .forward files can do filtering
in Exim's easy to read format. (And if you allow local part suffixes,
each of those forward files can likewise be filtered by their own
.forward file.)
For processing script output, I often find that just using the -suffix
trick alone is enough.
More information about the wellylug
mailing list