On Thu, 24 Oct 2019 at 15:28, Jason Hirsh <kasd...@mac.com> wrote:
>
> I am trying to revive my OpenDKIM installation. I had it working but managed 
> to break it when I updated my ports.  It is running but not signing outgoing 
> messages
>
> My main.cf configuration relative to OpenDkim is
>
> smtpd_milters =  inet:localhost:8891
> non_smtpd_milters =  $smtpd_milters
> milter_default_action = accept
>
> My OpenDkim.conf is
>
> AutoRestart             Yes
> AutoRestartRate         10/1h
> LogWhy                  Yes
> Syslog                  Yes
> SyslogSuccess           Yes
> Mode                    sv
> Canonicalization        relaxed/simple
> ExternalIgnoreList      refile:/usr/local/etc/opendkim/TrustedHosts
> InternalHosts           refile:/usr/local/etc/opendkim/TrustedHosts
> KeyTable                /usr/local/etc/opendkim/KeyTable
> SigningTable            refile:/usr/local/etc/opendkim/SigningTable
> SignatureAlgorithm      rsa-sha256
> Socket                  inet:8891@127.0.0.1
> UMask                   022
> UserID                  opendkim:opendkim
> TemporaryDirectory      /var/tmp
>
> As I stated it is running... But not signing from a test site...
>
> Any thoughts would be appreciated

Are files /usr/local/etc/opendkim/TrustedHosts, KeyTable and
SigningTable set up correctly? Do you need to use KeyTable and
SigningTable - this is a more complex setup; standard setup uses
parameters Domain, Selector and KeyFile - see
http://www.opendkim.org/opendkim-README.

Reply via email to