diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-26 16:39:00 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-26 16:39:00 +0200 |
commit | 3379e71536390487c462b8964cba53e80df96337 (patch) | |
tree | 7112a35752a9cb94a4f2bf7dfa7c7fd978cbf67c /ymir | |
parent | 02569e4e5034a0d79b16985eb7314317ce3c20aa (diff) | |
download | nixos-3379e71536390487c462b8964cba53e80df96337.tar nixos-3379e71536390487c462b8964cba53e80df96337.tar.gz nixos-3379e71536390487c462b8964cba53e80df96337.tar.bz2 nixos-3379e71536390487c462b8964cba53e80df96337.tar.xz nixos-3379e71536390487c462b8964cba53e80df96337.zip |
Tighter SPF controls
Diffstat (limited to 'ymir')
-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 | ||