From e2fcdb3c1a40fcf6c5830647ce11e8fddc226aed Mon Sep 17 00:00:00 2001 From: Josef Friedrich Date: Wed, 7 Sep 2016 19:35:21 +0200 Subject: [PATCH] Add section 'Configuration using a web interface' --- docs/content/config/best-practices/dkim.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/content/config/best-practices/dkim.md b/docs/content/config/best-practices/dkim.md index c22f8f0b..14fae5ab 100644 --- a/docs/content/config/best-practices/dkim.md +++ b/docs/content/config/best-practices/dkim.md @@ -14,6 +14,14 @@ mail._domainkey IN TXT ( "v=DKIM1; k=rsa; " ``` +## Configuration using a web interface: + +1. Generate a new record of the type `TXT`. +2. In the `Name` field paste in `mail._domainkey`. +3. In the `Target` or `Value` field fill in `v=DKIM1; k=rsa; p=AZERTYUIOPQSDFGHJKLMWXCVBN/AZERTYUIOPQSDFGHJKLMWXCVBN/AZERTYUIOPQSDFGHJKLMWXCVBN/AZERTYUIOPQSDFGHJKLMWXCVBN/AZERTYUIOPQSDFGHJKLMWXCVBN/AZERTYUIOPQSDFGHJKLMWXCVBN/AZERTYUIOPQSDFGHJKLMWXCVBN/AZERTYUIOPQSDFGHJKLMWXCVBN` +4. In `TTL` (time to live): Time span in seconds. How long the DNS server should cache the `TXT` record. +5. Save. + ## Verify-only If you want DKIM to only verify incoming emails, the following version of /etc/opendkim.conf may be useful (right now there is no easy mechanism for installing it other than forking the repo):