diff options
-rw-r--r-- | deployment/dns/templates/mageia.org.zone | 7 |
1 files changed, 5 insertions, 2 deletions
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. |