From 8fc3defa04dd6cc67188055416fce75cb382d432 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 20 Dec 2023 15:10:35 -0800 Subject: Add an SPF DNS record for ml.mageia.org This only affects mailing lists from @ml.mageia.org and not user e-mails (from @mageia.org). The mailing list is configured to rewrite the sender of each message as X-owner@ml.mageia.org --- deployment/dns/templates/mageia.org.zone | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'deployment/dns') diff --git a/deployment/dns/templates/mageia.org.zone b/deployment/dns/templates/mageia.org.zone index c9bcc544..08bd06d4 100644 --- a/deployment/dns/templates/mageia.org.zone +++ b/deployment/dns/templates/mageia.org.zone @@ -7,11 +7,11 @@ ; $Id$ $TTL 30m @ IN SOA ns0.mageia.org. root.mageia.org. ( - 2023111501 ; Serial + 2023122001 ; Serial 7200 ; Refresh 3600 ; Retry 86400 ; Expire - 300 ; Minmun TTL + 300 ; Minimum TTL ) ; nameservers @@ -25,6 +25,9 @@ $TTL 30m ml IN MX 10 sucuk.mageia.org. ml IN MX 20 neru.mageia.org. +; Sender Policy Framework for mailing lists +ml IN TXT "v=spf1 mx ~all" + group IN MX 10 sucuk.mageia.org. group IN MX 20 neru.mageia.org. -- cgit v1.2.1