diff options
| -rw-r--r-- | ymir/spf.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir/spf.conf b/ymir/spf.conf index d6bbe362..eab08808 100644 --- a/ymir/spf.conf +++ b/ymir/spf.conf | |||
| @@ -9,4 +9,4 @@ Mail_From_reject = Fail | |||
| 9 | PermError_reject = True | 9 | PermError_reject = True |
| 10 | TempError_Defer = True | 10 | TempError_Defer = True |
| 11 | 11 | ||
| 12 | skip_addresses = 127.0.0.0/8,::ffff:127.0.0.0/104,::1 \ No newline at end of file | 12 | skip_addresses = 127.0.0.0/8,::ffff:127.0.0.0/104,::1,10.0.0.0/8,172.16.0.0/20,192.168.0.0/16,fd00::/8 \ No newline at end of file |
