diff options
author | Jani Välimaa <wally@mageia.org> | 2025-09-07 08:46:39 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2025-09-07 08:46:39 +0300 |
commit | de3955b4904c4121902f397dd628cecdf210cddd (patch) | |
tree | 84925618482101c1e21573ab664ce6af81250032 | |
parent | 9517361e4dc1ec92409ea42108a8752e84e98cde (diff) | |
download | puppet-master.tar puppet-master.tar.gz puppet-master.tar.bz2 puppet-master.tar.xz puppet-master.zip |
-rw-r--r-- | deployment/dns/templates/mageia.org.zone | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deployment/dns/templates/mageia.org.zone b/deployment/dns/templates/mageia.org.zone index cf3c7069..c10b5fce 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. ( - 2025062701 ; Serial + 2025090701 ; Serial 7200 ; Refresh 3600 ; Retry 3600000 ; Expire @@ -39,6 +39,7 @@ ml IN MX 10 sucuk.mageia.org. ml IN MX 20 neru.mageia.org. ; Sender Policy Framework for mailing lists & some automated mails +@ IN TXT "v=spf1 include:smtp.dnamail.fi mx ~all" ml IN TXT "v=spf1 mx ~all" group IN TXT "v=spf1 mx ~all" |