Quanah Gibson-Mount:
> <[email protected]> wrote:
> > It's much easier to tell people not to use Milters before a proxy
> > filter...
>
> If you use the milter after the proxy server, which is what I'm currently
> doing, then I result in the following problem:
You just confirmed the limitation that I explained at length, so I
won't repeat that diatribe.
One suggestion I can make is to avoid mixing mail streams from
outside with mail streams from inside, before your mail is signed.
For example,
- Use before-queue filters for mail from outside so that you can
reject mail before it hits the queue.
- Use after-queue filters for mail from inside. Then, your mail
from "inside" is not affected by the limitation. You can sign it
with dkim-milter and the like.
I suspect that you could feed both mail streams into the same Amavis
content filter.
Wietse