Fixed DKIM selector in example

In the current version the choice DKIM selector is not available. And when you create a DKIM key, it is created with a selector "dkim"
Dieser Commit ist enthalten in:
Aleksandr Kliushenok 2017-05-07 11:37:54 +03:00 committet von GitHub
Ursprung dab55e7ba9
Commit 3b977e5186

Datei anzeigen

@ -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.
```
default._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)).