From a1b486a7b91b130565cc58ec2d72fc3d9f3e6d7c Mon Sep 17 00:00:00 2001 From: Josef Friedrich Date: Wed, 7 Sep 2016 19:38:50 +0200 Subject: [PATCH] Add missing dot --- docs/content/config/best-practices/dkim.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/config/best-practices/dkim.md b/docs/content/config/best-practices/dkim.md index 02d5d635..51b9e3b0 100644 --- a/docs/content/config/best-practices/dkim.md +++ b/docs/content/config/best-practices/dkim.md @@ -18,7 +18,7 @@ mail._domainkey IN TXT ( "v=DKIM1; k=rsa; " 1. Generate a new record of the type `TXT`. 2. Paste `mail._domainkey` the `Name` txt field. -3. In the `Target` or `Value` field fill in `v=DKIM1; k=rsa; p=AZERTYUGHJKLMWX...` +3. In the `Target` or `Value` field fill in `v=DKIM1; k=rsa; p=AZERTYUGHJKLMWX...`. 4. In `TTL` (time to live): Time span in seconds. How long the DNS server should cache the `TXT` record. 5. Save.