Merge branch 'dkim-dns-binding-no-service' into 'master'
docs: remove service type key from DKIM DNS binding See merge request simple-nixos-mailserver/nixos-mailserver!487
This commit is contained in:
@@ -155,11 +155,11 @@ where ``really-long-key`` is your public key.
|
||||
Based on the content of this file, we can add a ``DKIM`` record to the
|
||||
domain ``example.com``.
|
||||
|
||||
=========================== ===== ==== ================================================
|
||||
=========================== ===== ==== =======================================
|
||||
Name (Subdomain) TTL Type Value
|
||||
=========================== ===== ==== ================================================
|
||||
mail._domainkey.example.com 10800 TXT ``v=DKIM1; k=rsa; s=email; p=<really-long-key>``
|
||||
=========================== ===== ==== ================================================
|
||||
=========================== ===== ==== =======================================
|
||||
mail._domainkey.example.com 10800 TXT ``v=DKIM1; k=rsa; p=<really-long-key>``
|
||||
=========================== ===== ==== =======================================
|
||||
|
||||
You can check this with
|
||||
|
||||
|
||||
Reference in New Issue
Block a user