Just to be sure I'm doing this right.
mv opendkim opendkim-real
I'm moving /usr/sbin/opendkim to /usr/bin/opendkim-real ? Nope, there is no
such prog there. Many starting with opendkim-.....
cat >opendkim ? What I'm cat-ing to a file opendkim?
#!/bin/sh ? this would be the beginning of a bash script. Are the next 2
lines part of a script? Very confused....
mkdir -p /tmp/opendkim
strace -f -o/tmp/opendkim/$$ /path/to/opendkim-real "$@"
^D
chmod 755 opendkim ?? didn't I move opendkim so I can't chmod it?
Additionally, I would like to note the following error:
opendkim-testkey -vvv
opendkim-testkey: using default configfile /etc/opendkim.conf
opendkim-testkey: invalid data set type
So maybe I need to recreate all the keys or something?
On 1/22/25 13:31, Wietse Venema via Postfix-users wrote:
Curtis Vaughan via Postfix-users:
But doesn't this mean it is running?
systemctl status opendkim
....
Process: 2177789 ExecStart=/etc/init.d/opendkim start (code=exited,
status=0/SUCCESS)
But doesn't this mean it has exited?
Maybe you can finally try the old-chool stuff.
wieste
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org