Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#65446 - [opendkim] autocreate runtime directories by default
Attached to Project:
Community Packages
Opened by georg (fordprefect) - Monday, 10 February 2020, 12:43 GMT
Last edited by Christian Rebischke (Shibumi) - Saturday, 22 February 2020, 17:16 GMT
Opened by georg (fordprefect) - Monday, 10 February 2020, 12:43 GMT
Last edited by Christian Rebischke (Shibumi) - Saturday, 22 February 2020, 17:16 GMT
|
DetailsDescription:
In opendkim (currently at 2.10.3-5) an automated creation of the runtime directory in /run/opendkim is missing. This could be either done using tmpfiles.d or in the systemd unit. The latter seems to be easier, since the package includes a non-upstream unit anyways. Required changes: add the following lines under [Service] RuntimeDirectory=opendkim PIDFile=/run/opendkim/dkim.pid |
This task depends upon
```
RuntimeDirectory=opendkim
RuntimeDirectoryMode=750
User=opendkim
Group=postfix
```
[1] https://wiki.archlinux.org/title/OpenDKIM#Security