From 8010595dd25aa95df3d52fa047176353885170d5 Mon Sep 17 00:00:00 2001 From: bladeswords Date: Mon, 9 Mar 2020 23:22:13 +1100 Subject: [PATCH] Remove SPF type SPF record #1394 As mentioned in #1394 - In accordance with RFC 7208, offer only TXT RRs for SPF. Agree with @Nebukadneza - but not sure how to go about telling people to remove the old record... --- core/admin/mailu/ui/templates/domain/details.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/admin/mailu/ui/templates/domain/details.html b/core/admin/mailu/ui/templates/domain/details.html index adb2ad34..65c6ec1a 100644 --- a/core/admin/mailu/ui/templates/domain/details.html +++ b/core/admin/mailu/ui/templates/domain/details.html @@ -34,8 +34,7 @@ {% trans %}DNS SPF entries{% endtrans %}
-{{ domain.name }}. 600 IN TXT "v=spf1 mx a:{{ hostname }} -all"
-{{ domain.name }}. 600 IN SPF "v=spf1 mx a:{{ hostname }} -all"
+{{ domain.name }}. 600 IN TXT "v=spf1 mx a:{{ hostname }} -all" {% if domain.dkim_publickey %}