mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 09:58:31 +01:00
add: opendkim/spf configuration
This commit is contained in:
16
roles/mail/files/policy-spf/policyd-spf.conf
Normal file
16
roles/mail/files/policy-spf/policyd-spf.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
# For a fully commented sample config file see policyd-spf.conf.commented
|
||||
|
||||
debugLevel = 1
|
||||
TestOnly = 1
|
||||
|
||||
#HELO_reject = Fail
|
||||
#Mail_From_reject = Fail
|
||||
|
||||
HELO_reject = False
|
||||
Mail_From_reject = False
|
||||
|
||||
PermError_reject = False
|
||||
TempError_Defer = False
|
||||
|
||||
skip_addresses = 127.0.0.0/8,::ffff:127.0.0.0/104,::1,192.168.122.112
|
||||
|
||||
Reference in New Issue
Block a user