By “getting skipped” I mean I have no logs of opendmarc doing anything.

Do you have logs of opendmarc doing anything if you remove Amavis from smtpd_milters?

I don’t understand how I would disable dkim in my content_filter policy. Dkim verification is either enabled or disabled in Amavis unless I’m not understanding what you mean.

`enable_dkim_verification` is a dynamic confvar, meaning that it is a per-policybank setting. Depending of how you set up your system, it might be easier to selectively disable or enable it. If you don't know what an interface_policy is, you might not have one for your content_filter. But you should at least have an interface_policy for the amavisd-milter socket. It is the construct that defines `AM.PDP` as its `protocol`. In there you can define `enable_dkim_verification => 1`, and disable it globally.

You also need to make sure that OpenDMARC and Amavis use the same authserv-id (`AuthservID` and `$myauthservid`)
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to