From 237ced9d172cb82442729c5b20b48fe4b51dee6b Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Sun, 24 Apr 2016 17:20:18 +0200 Subject: [PATCH] Created Configure DKIM (markdown) --- docs/content/config/best-practices/dkim.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/content/config/best-practices/dkim.md diff --git a/docs/content/config/best-practices/dkim.md b/docs/content/config/best-practices/dkim.md new file mode 100644 index 00000000..0592dd6c --- /dev/null +++ b/docs/content/config/best-practices/dkim.md @@ -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.