You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
Merge #1076
1076: fix dns dkim template in admin webui r=mergify[bot] a=Bambie07 ## What type of PR? bug-fix ## What does this PR do? ### Related issue(s) - fix for #1075 Co-authored-by: Bambie07 <bambie07@users.noreply.github.com>
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{% trans %}DNS DKIM entry{% endtrans %}</th>
|
<th>{% trans %}DNS DKIM entry{% endtrans %}</th>
|
||||||
<td><pre style="white-space: pre-wrap; word-wrap: break-word;">{{ config["DKIM_SELECTOR"] }}._domainkey.{{ domain.name }}. IN 600 TXT "v=DKIM1; k=rsa; p={{ domain.dkim_publickey }}"</pre></td>
|
<td><pre style="white-space: pre-wrap; word-wrap: break-word;">{{ config["DKIM_SELECTOR"] }}._domainkey.{{ domain.name }}. 600 IN TXT "v=DKIM1; k=rsa; p={{ domain.dkim_publickey }}"</pre></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{% trans %}DNS DMARC entry{% endtrans %}</th>
|
<th>{% trans %}DNS DMARC entry{% endtrans %}</th>
|
||||||
|
1
towncrier/newsfragments/1075.bugfix
Normal file
1
towncrier/newsfragments/1075.bugfix
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Fix DKIM-DNS entries in admin webinterface
|
Reference in New Issue
Block a user