mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-24 17:58:58 +02:00
Add missing dot
This commit is contained in:
parent
c5228ff3f8
commit
a1b486a7b9
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ mail._domainkey IN TXT ( "v=DKIM1; k=rsa; "
|
||||||
|
|
||||||
1. Generate a new record of the type `TXT`.
|
1. Generate a new record of the type `TXT`.
|
||||||
2. Paste `mail._domainkey` the `Name` txt field.
|
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.
|
4. In `TTL` (time to live): Time span in seconds. How long the DNS server should cache the `TXT` record.
|
||||||
5. Save.
|
5. Save.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue