Chi Min Wang skrev den 2019-11-05 04:31:
Hello Everyone:
I am using OpenDKIM/OpenDMARC as some sort of anti spam. The
OpenDMARC could handle DMARC p=none or p=reject without any problem.
But if p=quarantine,OpenDMARC just let the incoming mail goes to
Postfix HOLD queue. Is it possible to let Postfix redirect incoming
mail alternate MTA when it got smfir_quarantine by milter?? Thanks!!
why have you configured opendmarc to put anything on hold based on dmarc
when you now ask how to do something with it ?
i solve it with:
main.cf
smtpd_milter_maps = cidr:/etc/postfix/smtpd_milter_maps.cidr
/etc/postfix/smtpd_milter_maps.cidr
168.100.1.1 DISABLE
168.100.1.3 DISABLE
168.100.1.4 DISABLE
168.100.1.7 DISABLE
2604:8d00:0:1::1 DISABLE
2604:8d00:0:1::3 DISABLE
2604:8d00:0:1::4 DISABLE
2604:8d00:0:1::7 DISABLE
this disables all milters where sender ip ia postfix maillist, and it
would protect not accepting maillist flow when dmarc fails for some
reason, when domain owners post direct its still protected with dmarc
put on hold, dont know if its you problem yet, atleast now i have
shared it again
opendkim and opendmarc can self disable maillist checking, but i find
postfix more elegant :=)