OpenDKIM is a DKIM sign and verify software.
10K+
OpenDKIM is a DKIM (Domain Keys Identified Mail) sign and verify software. Use to sign outgoing mail with your DKIM and check incoming mail.
$ docker run -d \
-e DOMAIN=example.com \
-e SELECTOR=2022 \
-v opendkim:/var/db/dkim \
vednil/opendkim
Note 1: A directory /var/db/dkim used to store DKIM that will be created at container startup if not exist.
Note 2: Add TXT record to your DNS from /var/db/dkim/${SELECTOR}.txt.
DOMAINThis environment variable is used to sign outgoing mail with DKIM from mail domain. Also it's used when generating DKIM if not exist.
SELECTORThis environment variable is used to sign outgoing mail with DKIM selector. Also it's used when generating DKIM if not exist.
Content type
Image
Digest
sha256:5f690ea1f…
Size
55.5 MB
Last updated
over 3 years ago
docker pull vednil/opendkim