opendkim 4.7.1 error

  • Hi,


    after upgrading to 1.4.3 on my debian 8.7 machine I get this opendkim error:


    Code
    1. postfix/cleanup[7421]: E3F2281382: milter-reject: END-OF-MESSAGE from 77.118.000.99.wireless.dyn.three.com[77.118.000.99]: 4.7.1 Service unavailable - try again later; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<[192.168.2.80]>


    This must be opendkim, as it is no problem sending mails, when opendkim plugin is disabled.



    Regards

  • @ciscllc


    Status of the opendkim service on your system: service opendkim status?

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Code
    1. root@srv:~# service opendkim status
    2. * opendkim.service - LSB: Start the OpenDKIM service
    3. Loaded: loaded (/etc/init.d/opendkim)
    4. Active: active (running) since Thu 2017-04-20 13:53:20 CEST; 20s ago
    5. Process: 13478 ExecStop=/etc/init.d/opendkim stop (code=exited, status=0/SUCCESS)
    6. Process: 7649 ExecReload=/etc/init.d/opendkim reload (code=exited, status=0/SUCCESS)
    7. Process: 13505 ExecStart=/etc/init.d/opendkim start (code=exited, status=0/SUCCESS)
    8. CGroup: /system.slice/opendkim.service
    9. |-13510 /usr/sbin/opendkim -x /etc/opendkim.conf -u opendkim -P /var/run/opendkim/opendkim.pid -p local:/var/spool/postfix/opendkim/opendkim.sock
    10. `-13511 /usr/sbin/opendkim -x /etc/opendkim.conf -u opendkim -P /var/run/opendkim/opendkim.pid -p local:/var/spool/postfix/opendkim/opendkim.sock
  • @ciscllc


    • What if you restart the opendkim service? Still same error after new attempt?
    • What are the ownership and permissions set on the local:/var/spool/postfix/opendkim/opendkim.sock socket file after restart of the opendkim service?

    Thanks.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @Nuxwin it's the same problem I have on some servers, that I get the wrong permissions...
    644 instead of 666
    I did a complete reinstall (apt purge install) of opendkim and the plugin.
    A restart does not change this.
    correct owner (opendkim:opendkim)

  • @ciscllc


    Permissions on which file?

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @ciscllc


    Can you try to stop opendkim service, then change UMask value back to 002 and start opendkim service and retry?

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206