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