Hi, > On 23 févr. 2019, at 23:03, Matus UHLAR - fantomas <uh...@fantomas.sk> wrote: > >> Anyway is there any alternative to opendmarc that would be compatible with >> BQCF? I realize a good place for that would be inside Amavisd-new, but >> this feature is not available :/ > > whatever it is, running it as milter with your setup won't help. post-queue > filter might do that, or get rid of pre-queue filter, e.g. use amavisd-new > through amavis-milter.
I've been using BQCF with amavisd for so many years with great pleasure. It's so nice being able to deny access to spam/virus without having to handle an error message: just don't accept the mail before queue, the remote SMTP deals with it. If it's a false positive, then the real sender is warned, if it's a spam I won't send backscatter mail. Perfect world. I won't give up on BQCF. Then, I'm currently trying another approach. In my current setup, I've an amavisd sandwich: outer-smtp->amavisd->inner-smtp. I can't put opendmarc or any milter on the outer-smtp, so I've put opendmarc on the inner-smtp. It's working OK so far, but I'll need extensive testing to check all possible case. Only downside: I can't reject mails on dmarc failure, but I should be able to quarantine/tag those messages later on the road. Any though about that? patrick