retitle 868259 opendkim: please add permissions configuration for $RUNDIR thanks
It is impossible to configure other permissions than 0750 for $RUNDIR, since it is hard-coded in /lib/opendkim/opendkim.service.generate. I need it to grant postfix access to the opendkim unix socket. I cannot add the postfix user to the opendkim group. opendkim will complain about postfix being able to read its private key then. opendkim also refuses to create its socket in /var/spool/postfix/private, as opendmarc, policy-spf, postgrey etc. do. How to do this with opendkim? Kind regards, Martin On Thu, Jul 13, 2017 at 22:56:06 +0200, Martin Godisch wrote: > Package: opendkim > Version: 2.11.0~alpha-10 > Severity: normal > > If $RUNDIDR does not exist, "systemctl start opendkim.service" does not > create it and fails. > > Kind regards, > > Martin