Skip to content

DKIM Support

Compare
Choose a tag to compare
@bokysan bokysan released this 19 Feb 10:03
· 287 commits to master since this release

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.