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

A I stated it is running 

opendkim  5845   0.0  0.1  23120  11940  -  Ss   13:18       0:00.74 
/usr/local/sbin/opendkim -l -p inet:8891@localhost -u opendkim:mailnull -P 
/var/run/milteropendkim/pid


But not signing from a test site

----------------------------------------------------------
DKIM check details:
----------------------------------------------------------
Result:         none (message not signed)
ID(s) verified: 


Any thoughts would be appreciated


Reply via email to