Stever wrote:
First, dkim-milter is obsolete and should be replaced with
OpenDKIMHowever to troubleshoot your problems, consider the following:
Is the service running and listening?
Code:
netstat -ltnp
If so, is it working for verifying incoming emails that are dkim signed? If it is then at least you know the service is talking to postfix, and it it probably something wrong with your signing config. Do you have the dkim-milter configuration and signing keys properly set up to sign for the domains you are sending from?
Ok, here goes:
I switched to opendkim, not so hard, but still appears to have this error -- but no errors in the log at all related to open dkim, in fact nothing except start and stop and restart notifications.
Yes, it appears to be listening properly, tcp 0 0 127.0.0.1:8891 0.0.0.0:* LISTEN 11870/opendkim (sorry about any poor spacing in that last one, my screen reader can often copy things from ssh weirdly).
Not sure about postfix, although I'd guess it is not even communicating with it, as like I said there's not a whisper in /var/log/mail.log to do with dkim except for stop and start notifications.
I put the following in the /etc/postfix/main.cf:
Code:
# DKIM
milter_default_action = accept
milter_protocol = 2
smtpd_milters = inet:localhost:8891
non_smtpd_milters = inet:localhost:8891
Not sure why it's not talking, but I'd guess that's why it's not signing.
Any help is appreciated.
-Michael.
_________________
http://mtgames.org/"A world that contained a creature as amazing as that bumblebee was a world he wanted to live in." -- Christopher Paolini, Brisingr.
"The songs of the dead are the lamentations of the living." -- Christopher Paolini, Eldest.