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:
Martin Weinelt
2026-03-08 21:56:45 +00:00
+4 -4
View File
@@ -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 Based on the content of this file, we can add a ``DKIM`` record to the
domain ``example.com``. domain ``example.com``.
=========================== ===== ==== ================================================ =========================== ===== ==== =======================================
Name (Subdomain) TTL Type Value 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 You can check this with