From 8e296e950faa0433fc05774d3f4e8ae4d3ae30a1 Mon Sep 17 00:00:00 2001 From: Josef Friedrich Date: Wed, 7 Sep 2016 19:36:40 +0200 Subject: [PATCH] Better wording --- Configure-DKIM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure-DKIM.md b/Configure-DKIM.md index 14fae5a..5f326be 100644 --- a/Configure-DKIM.md +++ b/Configure-DKIM.md @@ -17,7 +17,7 @@ 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`. +2. Paste `mail._domainkey` the `Name` txt field. 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.