From e346f86c5b6461d6fc689d323cc858a87dd66830 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) --- Configure-DKIM.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Configure-DKIM.md diff --git a/Configure-DKIM.md b/Configure-DKIM.md new file mode 100644 index 0000000..0592dd6 --- /dev/null +++ b/Configure-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.