On 2022-04-08 15:53, Jesper Dybdal wrote:
I run Amavis as a before-queue filter, and opendmarc in the
after-Amavis smtpd instance.

I would like to use smtpd_milter_maps to exclude some networks from
the DMARC check.

But it does not seem to work.  My guess is that this is because the
smtpd instance that should do this comes after Amavis, and thus gets
all its connections from localhost.  And it seems not to respect
XFORWARD.

you will need to change amavisd to run as milter with amavisd-milter if it exits on debian, then it will work with smtpd_milter_maps, no XFORWARD is then needed

alternative is to use dkim policy bank in amavisd, so dkim dmarc is not tested, but that will be messy since amavisd only have dkim support :/

wait for spamassassin 4.x.x

Reply via email to