From c30fa140f8e0e006b5ba0fbd485265ed8226d1e7 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 19 Feb 2024 10:28:38 -0800 Subject: Add an SPF DNS record for group.mageia.org This complements the one for ml.mageia.org and is needed for some automated e-mails to get through. There should be no senders from this domain other than on Mageia infrastructure. --- deployment/dns/templates/mageia.org.zone | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deployment/dns/templates/mageia.org.zone b/deployment/dns/templates/mageia.org.zone index d5b0c19b..5d8b5936 100644 --- a/deployment/dns/templates/mageia.org.zone +++ b/deployment/dns/templates/mageia.org.zone @@ -7,7 +7,7 @@ ; $Id$ $TTL 30m @ IN SOA ns0.mageia.org. root.mageia.org. ( - 2024021002 ; Serial + 2024021901 ; Serial 7200 ; Refresh 3600 ; Retry 86400 ; Expire @@ -25,8 +25,9 @@ $TTL 30m ml IN MX 10 sucuk.mageia.org. ml IN MX 20 neru.mageia.org. -; Sender Policy Framework for mailing lists +; Sender Policy Framework for mailing lists & some automated mails ml IN TXT "v=spf1 mx ~all" +group IN TXT "v=spf1 mx ~all" group IN MX 10 sucuk.mageia.org. group IN MX 20 neru.mageia.org. -- cgit v1.2.1