mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 00:48:32 +01:00
add @ warning when setup DNS
This commit is contained in:
parent
aa10cdb3ee
commit
d9f2ec214f
1 changed files with 5 additions and 4 deletions
|
@ -27,13 +27,14 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mb-2">Add the following MX DNS record to your domain.
|
<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 of target addresses.
|
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>
|
</div>
|
||||||
|
|
||||||
{% for priority, email_server in EMAIL_SERVERS_WITH_PRIORITY %}
|
{% for priority, email_server in EMAIL_SERVERS_WITH_PRIORITY %}
|
||||||
<div class="mb-3 p-3" style="background-color: #eee">
|
<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>
|
Priority: {{ priority }} <br>
|
||||||
Target: <em>{{ email_server }}</em> <br>
|
Target: <em>{{ email_server }}</em> <br>
|
||||||
</div>
|
</div>
|
||||||
|
@ -91,7 +92,7 @@
|
||||||
<div class="mb-2">Add the following TXT DNS record to your domain</div>
|
<div class="mb-2">Add the following TXT DNS record to your domain</div>
|
||||||
|
|
||||||
<div class="mb-2 p-3" style="background-color: #eee">
|
<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:
|
Value:
|
||||||
<em>
|
<em>
|
||||||
{{ spf_record }}
|
{{ spf_record }}
|
||||||
|
|
Loading…
Reference in a new issue