diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-06-24 19:19:00 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-06-24 19:19:00 +0200 |
commit | 28338b17723993862209e89a39fbae8f0669d28e (patch) | |
tree | c4d33dd76668b16a8bb505e59e4d981a70344cb4 /ymir/spf.conf | |
parent | ec218d0097d5397c65e1ea32dc2049c6f5ce26fd (diff) | |
download | nixos-28338b17723993862209e89a39fbae8f0669d28e.tar nixos-28338b17723993862209e89a39fbae8f0669d28e.tar.gz nixos-28338b17723993862209e89a39fbae8f0669d28e.tar.bz2 nixos-28338b17723993862209e89a39fbae8f0669d28e.tar.xz nixos-28338b17723993862209e89a39fbae8f0669d28e.zip |
testing spf verification on ymir
Diffstat (limited to 'ymir/spf.conf')
-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 | |||