> Only these references to opendkim  I found out in syslog:
>
> Dec  3 14:35:09 debian systemd[1]: Stopping OpenDKIM DomainKeys
>Identified Mail (DKIM) Milter...
...
You probably need to look in your mail llog.

If there's nothing there, then consider that postfix might not be calling 
opendkim for some reason. Check your postfix configuration, and consider that 
postfix is probably running chroot'd, so opendkim will need to put it's socket 
file within that chroot (BTDT) or use an IP connection point.

> My  opendkim.conf is here

I don't see an obvious problem, other than possibly the location of the socket 
file.

An Ubuntu relay I have is configured with
Socket  local:/var/spool/postfix/run/opendkim/opendkim.sock
on the opendkim side, and
smtpd_milters = unix:/run/opendkim/opendkim.sock
non_smtpd_milters = unix:/run/opendkim/opendkim.sock
on the postfix side. postfix runs chroot'd into /var/spool/postfix.

I've also found it necessary to add the postfix user to the opendkim group so 
it will have access to the socket file opendkim creates.

                                                         - Bluejay Adametz

We cannot solve our problems with the same thinking
we used when we created them. - Albert Einstein




NOTICE: This message, including any attachments, is only for the use of the 
intended recipient(s) and may contain confidential, sensitive and/or privileged 
information, or information otherwise prohibited from dissemination or 
disclosure by law or regulation, including applicable export regulations. If 
the reader of this message is not the intended recipient, you are hereby 
notified that any use, disclosure, copying, dissemination or distribution of 
this message or any of its attachments is strictly prohibited. If you received 
this message in error, please contact the sender immediately by reply email and 
destroy this message, including all attachments, and any copies thereof.
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to