DKIM Support
This release features an initial support for DomainKeys Identified Mail (DKIM) inside the container image.
Just create the keys using:
opendkim-genkey -s mail -d example.org
and mount the keys into /etc/opendkim/keys
.
More information is available in README.md
.