From d9f2ec214f72c87e323dd36c78aaa75a267bebbe Mon Sep 17 00:00:00 2001 From: Son NK Date: Tue, 7 Jan 2020 22:13:12 +0100 Subject: [PATCH] add @ warning when setup DNS --- app/dashboard/templates/dashboard/domain_detail/dns.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app/dashboard/templates/dashboard/domain_detail/dns.html b/app/dashboard/templates/dashboard/domain_detail/dns.html index e61c9cb9..cf1ffd43 100644 --- a/app/dashboard/templates/dashboard/domain_detail/dns.html +++ b/app/dashboard/templates/dashboard/domain_detail/dns.html @@ -27,13 +27,14 @@ {% endif %} -
Add the following MX DNS record to your domain. - Please note that there's a point (.) at the end of target addresses. +
Add the following MX DNS record to your domain.
+ Please note that there's a point (.) at the end target addresses.
+ Also some domain registrars (Namecheap, CloudFlare, etc) might use @ for the root domain.
{% for priority, email_server in EMAIL_SERVERS_WITH_PRIORITY %}
- Domain: {{ custom_domain.domain }}
+ Domain: {{ custom_domain.domain }} or @
Priority: {{ priority }}
Target: {{ email_server }}
@@ -91,7 +92,7 @@
Add the following TXT DNS record to your domain
- Domain: {{ custom_domain.domain }}
+ Domain: {{ custom_domain.domain }} or @
Value: {{ spf_record }}