I installed postfix in a docker container, and installed opendkim there as well.
Every time I run a service opendkim status, it gives me opendkim is not running. I tried sysctl status opendkim, and got this:
sysctl: cannot stat /proc/sys/status: No such file or directory
sysctl: cannot stat /proc/sys/opendkim: No such file or directory
However, doing ps -aux | grep opendkim shows me that it is indeed running. I tested postfix and the mails are indeed being signed. I just don't know why it isn't showing as a running daemon.
system opendkim statussaysopendkimis not running,sysctl/systemctlis a red herring. – Old Pro Dec 07 '21 at 21:56