]> git.openstreetmap.org Git - chef.git/blob - cookbooks/community/templates/default/policyd-spf.conf.erb
Add alert for DNSSEC validation failures
[chef.git] / cookbooks / community / templates / default / policyd-spf.conf.erb
1 # Source: https://github.com/discourse/mail-receiver/blob/main/policyd-spf.conf
2 #  For a fully commented sample config file see policyd-spf.conf.commented
3
4 debugLevel = 1
5 TestOnly = 1
6
7 # Change these options to False if you want to pass SPF failures through to DMARC milter
8 HELO_reject = Fail
9 Mail_From_reject = Fail
10
11
12 PermError_reject = False
13 TempError_Defer = False
14
15 skip_addresses = 127.0.0.0/8,::ffff:127.0.0.0/104,::1,10.0.0.0/8
16