1
0
mirror of https://github.com/tomav/docker-mailserver.git synced 2024-06-21 06:57:12 +02:00

Created Configure DKIM (markdown)

Thomas VIAL 2016-04-24 17:20:18 +02:00
parent f94a28d1c7
commit e346f86c5b

8
Configure-DKIM.md Normal file

@ -0,0 +1,8 @@
To enable DKIM signature, you must have created your mail accounts.
Once its done, just run:
docker run --rm \
-v "$(pwd)/config":/tmp/docker-mailserver \
-ti tvial/docker-mailserver:v2 generate-dkim-config
Now the keys are generated, you can configure your DNS server by just pasting the content of `config/opedkim/keys/domain.tld/mail.txt` in your `domain.tld.hosts` zone.