I'm trying to install OpenDKIM on Ubuntu 18.04.3 LTS
It simply does not start. First I was starting it through the systemd service, but running it from the command line produces the same result.
I run with strace and it shows it loading a bunch of shared libraries, opening /etc/passwd then quitting with return code 0.
No log messages, no errors, it just silently quits.
Tried running as root and as opendkim, same result.
What other tests can I do? It seems to have little in the way of logging options.