Rob Arista:
> On Sat, Apr 16, 2011 at 5:21 AM, Wietse Venema <[email protected]> wrote:
> > smtpd -> before queue filter -> smtpd -> cleanup -> queue
> >
> > The Milter filter model for SMTP submission is:
> >
> > smtpd+smtpd_milters -> cleanup -> queue
> >
> > Where smtpd gives the SMTP commands to the Milter, and where cleanup
> > gives the header and body to the Milter.
> >
> > To combine the two models:
> >
> > smtpd -> before queue filter -> smtpd+smtpd_milters -> cleanup -> queue
>
> Wan't clear for me right away from those diagrams if it was going to be
>
> smtpd -> before queue filter -> smtpd+smtpd_milters -> cleanup -> queue
>
> or
>
> smtpd+smtpd_milters -> before queue filter -> smtpd -> cleanup -> queue
The "before queue filter" comes before smtpd/cleanup.
The Milter comes after smtpd/cleanup.
Wietse