At first I thought it was my own incompetence not unlike this fellow: #109
But even when using the autogenerated keys function of the image, DKIM validators still report that the message is not DKIM signed.
When using docker start -a postfix to see the STDOUT it looks like the key files are found by the script. There must be a single step missing for opendkim to actually sign with them.
Also, not sure if relevant or not, but it seems that the KeyTable, SigningTable, and TrustedHosts files are missing from /etc/opendkim/.
All this using boky/postfix:latest, that is, the Alpine version. Not tested using the Ubuntu one.
At first I thought it was my own incompetence not unlike this fellow: #109
But even when using the autogenerated keys function of the image, DKIM validators still report that the message is not DKIM signed.
When using
docker start -a postfixto see the STDOUT it looks like the key files are found by the script. There must be a single step missing for opendkim to actually sign with them.Also, not sure if relevant or not, but it seems that the KeyTable, SigningTable, and TrustedHosts files are missing from
/etc/opendkim/.All this using
boky/postfix:latest, that is, the Alpine version. Not tested using the Ubuntu one.