diff options
| -rw-r--r-- | ymir/spf.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ymir/spf.conf b/ymir/spf.conf index c4668c25..828b6f32 100644 --- a/ymir/spf.conf +++ b/ymir/spf.conf | |||
| @@ -6,8 +6,8 @@ defaultSeedOnly = 1 | |||
| 6 | HELO_reject = SPF_Not_Pass | 6 | HELO_reject = SPF_Not_Pass |
| 7 | Mail_From_reject = Fail | 7 | Mail_From_reject = Fail |
| 8 | 8 | ||
| 9 | PermError_reject = False | 9 | PermError_reject = True |
| 10 | TempError_Defer = False | 10 | TempError_Defer = True |
| 11 | 11 | ||
| 12 | skip_addresses = 127.0.0.0/8,::ffff:127.0.0.0/104,::1 | 12 | skip_addresses = 127.0.0.0/8,::ffff:127.0.0.0/104,::1 |
| 13 | 13 | ||
