diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2023-12-20 15:10:35 -0800 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2023-12-20 15:10:35 -0800 |
commit | 8fc3defa04dd6cc67188055416fce75cb382d432 (patch) | |
tree | 9883be61d03f1d5435b9a2cd0386a71d171fa186 /deployment | |
parent | eb04f63d8ba7a4e35c97fbc54d86ea77c28cd87c (diff) | |
download | puppet-8fc3defa04dd6cc67188055416fce75cb382d432.tar puppet-8fc3defa04dd6cc67188055416fce75cb382d432.tar.gz puppet-8fc3defa04dd6cc67188055416fce75cb382d432.tar.bz2 puppet-8fc3defa04dd6cc67188055416fce75cb382d432.tar.xz puppet-8fc3defa04dd6cc67188055416fce75cb382d432.zip |
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
Diffstat (limited to 'deployment')
-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. |