On 23 févr. 2019, at 18:49, Matus UHLAR - fantomas <uh...@fantomas.sk> wrote: > > I believe you read it correctly, and I found it interesting that something > is documented, behaves like documented and yet you wonder about it.
I don't wonder about it. See my first post where I wrote: > I would like to add opendmarc for DMARC checking of inbound emails but it > looks like it's only available as a milter. Unfortunately, last time I'v > checked, milter couldn't modify emails when used in a before-queue content > filtering setup, and they only have access to the message envelop IIRC. > > Is there any way for me to implement a DMARC filter / policy service that > would work in a BQCF setup like mine? My try was a reply to Andrey saying that it's working and I should try. > I also believe you can use multiple milters (amavisd-milter with others). > > Also, amavisd-new can be used for DKIM signing. It also supports SPF via > spamassassin rules. > > btw I would consider replacing milter-greylist with postscreen. > http://www.postfix.org/POSTSCREEN_README.html I'm also using postscreen, but it doesn't provide the same filtering as a regular greylist. And milter-greylist is nice enough to synchronise between multiple MX servers in a load balanced environment, which is what I'm using at work. patrick