From 79fc9b0f895d30e26c5416001b69f8847d600d04 Mon Sep 17 00:00:00 2001 From: Sascha Moser <28950736+xopez@users.noreply.github.com> Date: Tue, 22 Sep 2020 14:39:45 +0200 Subject: [PATCH] Adding spaces I have added spaces to the doc, so it looks more tabular. In my opinion this is visually better. --- docs/prerequisite-dns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/prerequisite-dns.md b/docs/prerequisite-dns.md index 461c5c6b3..a5f29fdbf 100644 --- a/docs/prerequisite-dns.md +++ b/docs/prerequisite-dns.md @@ -37,7 +37,7 @@ In the example DNS zone file snippet below, a simple **SPF** TXT record is used It is highly recommended to create a **DKIM** TXT record in your mailcow UI and set the corresponding TXT record in your DNS records. Please refer to [OpenDKIM](http://www.opendkim.org) for further reading. ``` -dkim._domainkey IN TXT "v=DKIM1; k=rsa; t=s; s=email; p=..." +dkim._domainkey IN TXT "v=DKIM1; k=rsa; t=s; s=email; p=..." ``` The last step in protecting yourself and others is the implementation of a **DMARC** TXT record, for example by using the [DMARC Assistant](http://www.kitterman.com/dmarc/assistant.html) ([check](https://dmarcian.com/dmarc-inspector/google.com)).