Your message dated Wed, 7 Dec 2022 12:36:27 +0100
with message-id <[email protected]>
and subject line opendkim: opendkim.service.generate fails to generate
override.conf
has caused the Debian Bug report #868257,
regarding opendkim: opendkim.service.generate fails to generate override.conf
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
868257: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868257
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: opendkim
Version: 2.11.0~alpha-10
Severity: normal
If /etc/systemd/system/opendkim.service.d/override.conf exists with some
non-standard configuration and /etc/default/opendkim is reset to the
standard configuration then /lib/opendkim/opendkim.service.generate
fails to adjust (or: remove) the non-standard override.conf because of
this condition
if [ "$SOCKET" != "$_SOCKET" ] || [ "$RUNDIR" != "$_RUNDIR" ] || [
"$DAEMON_OPTS" != "" ] ...
which detects a standard setup in /etc/default/opendkim and erroneously
thinks there is nothing to do.
Kind regards,
Martin
--- End Message ---
--- Begin Message ---
Use of /lib/opendkim/opendkim.service.generate was discouraged first in
opendkim 2.11.0~beta2-2, and then deprecated definitively in
2.11.0~beta2-6:
# DEPRECATION NOTICE: Use of this script is discouraged.
#
# Instead of editing /etc/default/opendkim and executing this script to generate
# override files in /etc, please edit the settings in /etc/opendkim.conf
# directly. If needed, use "systemctl edit opendkim.service" to create and
# manage configuration overrides.
At some point, this script will be removed. I don’t plan to address any
related open bugs.
--
David
--- End Message ---