I just checked opendkim.conf(5) and it says:
TrustAnchorFile (string)
Specifies a file from which trust anchor data should be read when doing DNS queries and applying the DNSSEC protocol. This is currently ignored unless the underlying library is compiled to use Unbound; see the documentation at at http://unbound.net for the expected format of this file.
In Debian packages, OpenDKIM is built without Unbound libs (that's the default), so the trust anchor config is completely ignored if i got it right. Chatmail relays already have a local Unbound resolver for DNSSEC while OpenDKIM does nothing to verify the DNS response.
I just checked
opendkim.conf(5)and it says:In Debian packages, OpenDKIM is built without Unbound libs (that's the default), so the trust anchor config is completely ignored if i got it right. Chatmail relays already have a local Unbound resolver for DNSSEC while OpenDKIM does nothing to verify the DNS response.