diff --git a/app/dashboard/templates/dashboard/domain_detail/dns.html b/app/dashboard/templates/dashboard/domain_detail/dns.html index 0fdc7f2d..0c3903a3 100644 --- a/app/dashboard/templates/dashboard/domain_detail/dns.html +++ b/app/dashboard/templates/dashboard/domain_detail/dns.html @@ -37,7 +37,11 @@ {% for priority, email_server in EMAIL_SERVERS_WITH_PRIORITY %}
Record: MX
- Domain: {{ custom_domain.domain }} or @
+ Domain: {{ custom_domain.domain }} or + @
Priority: {{ priority }}
Target: Record: TXT
- Domain: {{ custom_domain.domain }} or @
+ Domain: {{ custom_domain.domain }} or + @
Value: dkim._domainkey.{{ custom_domain.domain }}
+ data-clipboard-text="dkim._domainkey">dkim._domainkey

Value:
+
+ Some DNS registrar might require a full record path, in this case please use + 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. +
+
+
{% if custom_domain.dkim_verified %} @@ -241,7 +257,7 @@ Domain: _dmarc.{{ custom_domain.domain }}
+ data-clipboard-text="_dmarc">_dmarc

Value: +
+ Some DNS registrar might require a full record path, in this case please use + _dmarc.{{ custom_domain.domain }} as domain value instead.
+ If you are using a subdomain, e.g. subdomain.domain.com, + you need to use _dmarc.subdomain as domain value instead. +
+
+ {% if custom_domain.dmarc_verified %}