diff options
Diffstat (limited to 'ymir')
| -rw-r--r-- | ymir/spf.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ymir/spf.conf b/ymir/spf.conf new file mode 100644 index 00000000..b958e9e3 --- /dev/null +++ b/ymir/spf.conf | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | # For a fully commented sample config file see policyd-spf.conf.commented | ||
| 2 | |||
| 3 | debugLevel = 2 | ||
| 4 | defaultSeedOnly = 0 | ||
| 5 | |||
| 6 | HELO_reject = SPF_Not_Pass | ||
| 7 | Mail_From_reject = Fail | ||
| 8 | |||
| 9 | PermError_reject = False | ||
| 10 | TempError_Defer = False | ||
| 11 | |||
| 12 | skip_addresses = 127.0.0.0/8,::ffff:127.0.0.0/104,::1 | ||
| 13 | |||
