summaryrefslogtreecommitdiffstats
path: root/roles/mtaserver/templates/policyd-spf.conf.j2
blob: 675150ab82a0ba1180a5b55806a31aef415f2571 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#  For a fully commented sample config file see policyd-spf.conf.commented

debugLevel = 1
{% if ansible_distribution == "Fedora" %}
TestOnly = 1
{% endif %}

HELO_reject = Softfail
Mail_From_reject = Softfail

PermError_reject = False
TempError_Defer = False

skip_addresses = 127.0.0.0/8,::ffff:127.0.0.0/104,::1

# bastion01 et bastion02 (helo=bastion.fedoraproject.org)
Whitelist = 209.132.181.2,209.132.181.3