Package: opendkim Version: 2.10.3-5 Severity: grave Dear maintainer,
After a recent upgrade of my system, I get this whenever I try to start
opendkim (including when run by dpkg while configuring it):
root@Hydrogen:~# LANG=C /etc/init.d/opendkim start
Starting OpenDKIM: install: invalid group ‘’
I believe the issue lies in the init script: if $RUNDIR does not exist,
then this command is run:
install -o "$USER" -g "$GROUP" -m 755 -d "$RUNDIR"
with $GROUP defined like this:
GROUP=$GROUP
But $GROUP does not exist prior to the line.
Regards,
Valentin
signature.asc
Description: OpenPGP digital signature

