From 2a014f0e4b1666df4a5ebc19211361389b3d9833 Mon Sep 17 00:00:00 2001 From: Carlos Quintana <74399022+cquintana92@users.noreply.github.com> Date: Fri, 24 Mar 2023 10:33:00 +0100 Subject: [PATCH] chore: add example to domain detail with subdomain (#1663) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: add example to domain detail with subdomain * Update templates/dashboard/domain_detail/dns.html --------- Co-authored-by: Adrià Casajús --- templates/dashboard/domain_detail/dns.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/dashboard/domain_detail/dns.html b/templates/dashboard/domain_detail/dns.html index 6b46feea..75c26723 100644 --- a/templates/dashboard/domain_detail/dns.html +++ b/templates/dashboard/domain_detail/dns.html @@ -266,7 +266,9 @@ dkim._domainkey.{{ custom_domain.domain }} as domain value instead.
If you are using a subdomain, e.g. subdomain.domain.com, - you need to use dkim._domainkey.subdomain as domain value instead. + you need to use dkim._domainkey.subdomain as the domain instead. +
+ That means, if your domain is mail.domain.com you should enter dkim._domainkey.mail.domain.com as the Domain.