mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-29 20:14:51 +02:00
Created Configure DKIM (markdown)
This commit is contained in:
parent
b92d3cb1b3
commit
237ced9d17
1 changed files with 8 additions and 0 deletions
8
docs/content/config/best-practices/dkim.md
Normal file
8
docs/content/config/best-practices/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.
|
Loading…
Add table
Add a link
Reference in a new issue