Selaa lähdekoodia

add @ warning when setup DNS

Son NK 5 vuotta sitten
vanhempi
commit
d9f2ec214f
1 muutettua tiedostoa jossa 5 lisäystä ja 4 poistoa
  1. 5 4
      app/dashboard/templates/dashboard/domain_detail/dns.html

+ 5 - 4
app/dashboard/templates/dashboard/domain_detail/dns.html

@@ -27,13 +27,14 @@
         {% endif %}
       </div>
 
-      <div class="mb-2">Add the following MX DNS record to your domain.
-        Please note that there's a point (<em>.</em>) at the end of target addresses.
+      <div class="mb-2">Add the following MX DNS record to your domain. <br>
+        Please note that there's a point (<em>.</em>) at the end target addresses. <br>
+        Also some domain registrars (Namecheap, CloudFlare, etc) might use <em>@</em> for the root domain.
       </div>
 
       {% for priority, email_server in EMAIL_SERVERS_WITH_PRIORITY %}
         <div class="mb-3 p-3" style="background-color: #eee">
-          Domain: <em>{{ custom_domain.domain }}</em> <br>
+          Domain: <em>{{ custom_domain.domain }}</em> or <em>@</em> <br>
           Priority: {{ priority }} <br>
           Target: <em>{{ email_server }}</em> <br>
         </div>
@@ -91,7 +92,7 @@
       <div class="mb-2">Add the following TXT DNS record to your domain</div>
 
       <div class="mb-2 p-3" style="background-color: #eee">
-        Domain: <em>{{ custom_domain.domain }}</em> <br>
+        Domain: <em>{{ custom_domain.domain }}</em> or <em>@</em> <br>
         Value:
         <em>
           {{ spf_record }}