Hi,
after upgrading to 1.4.3 on my debian 8.7 machine I get this opendkim error:
This must be opendkim, as it is no problem sending mails, when opendkim plugin is disabled.
Code: opendkim.conf
- # This is a basic configuration that can easily be adapted to suit a standard
- # installation. For more advanced options, see opendkim.conf(5) and/or
- # /usr/share/doc/opendkim/examples/opendkim.conf.sample.
- # Log to syslog
- Syslog yes
- # Required to use local socket with MTAs that access the socket as a non-
- # privileged user (e.g. Postfix)
- UMask 002
- AutoRestart yes
- # Sign for example.com with key in /etc/mail/dkim.key using
- # selector '2007' (e.g. 2007._domainkey.example.com)
- #Domain example.com
- #KeyFile /etc/mail/dkim.key
- #Selector 2007
- # Commonly-used options; the commented-out versions show the defaults.
- #Canonicalization simple
- #Mode sv
- #SubDomains no
- #ADSPAction continue
- # Always oversign From (sign using actual From and a null From to prevent
- # malicious signatures header fields (From and/or others) between the signer
- # and the verifier. From is oversigned by default in the Debian pacakge
- # because it is often the identity key used by reputation systems and thus
- # somewhat security sensitive.
- OversignHeaders From
- # List domains to use for RFC 6541 DKIM Authorized Third-Party Signatures
- # (ATPS) (experimental)
- #ATPSDomains example.com
- # Begin Plugin::OpenDKIM
- UMask 0111
- SyslogSuccess yes
- Canonicalization simple
- KeyTable refile:/etc/opendkim/KeyTable
- SigningTable refile:/etc/opendkim/SigningTable
- ExternalIgnoreList /etc/opendkim/TrustedHosts
- InternalHosts /etc/opendkim/TrustedHosts
- # Ending Plugin::OpenDKIM
Regards