Quanah Gibson-Mount: > --On Monday, October 22, 2012 4:24 PM -0400 Wietse Venema > <wie...@porcupine.org> wrote: > > > My example CAN sign mail with dkim-milter before it hits the Amavis > > filter. > > > > Your example CANNOT sign mail with dkim-milter before it hits the > > Amavis filter. > > I believe what you are saying is that I should adjust my originating filter > to go to another postfix agent, rather than amavis. That postfix agent > triggers signing, and then passes the mail on to amavis on port 10026. > Correct?
1) Use the before-queue filter for mail from outside: external clients -> smtpd -> Amavis ... 2) Use the after-queue filter for mail from inside: internal clients -> smtpd -> cleanup -> queue -> smtp -> Amavis ... Wietse