summaryrefslogtreecommitdiff
path: root/ymir/spf.conf
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-26 17:00:39 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-26 17:00:39 +0200
commit2fc8f2be9489f52fb46e99f4f1ffad5604faa4ee (patch)
treea960a7dd96504e18278d1ff3f1b876a2317f41aa /ymir/spf.conf
parentfaeb20045c6e638ae5c45f40da0d183838ed1e9a (diff)
downloadnixos-2fc8f2be9489f52fb46e99f4f1ffad5604faa4ee.tar
nixos-2fc8f2be9489f52fb46e99f4f1ffad5604faa4ee.tar.gz
nixos-2fc8f2be9489f52fb46e99f4f1ffad5604faa4ee.tar.bz2
nixos-2fc8f2be9489f52fb46e99f4f1ffad5604faa4ee.tar.xz
nixos-2fc8f2be9489f52fb46e99f4f1ffad5604faa4ee.zip
just turn off spf for now
Diffstat (limited to 'ymir/spf.conf')
-rw-r--r--ymir/spf.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/ymir/spf.conf b/ymir/spf.conf
index 3a444ee4..3ff6f0b9 100644
--- a/ymir/spf.conf
+++ b/ymir/spf.conf
@@ -1,7 +1,7 @@
1# For a fully commented sample config file see policyd-spf.conf.commented 1# For a fully commented sample config file see policyd-spf.conf.commented
2 2
3debugLevel = 3 3debugLevel = 3
4defaultSeedOnly = 1 4defaultSeedOnly = 0
5 5
6HELO_reject = SPF_Not_Pass 6HELO_reject = SPF_Not_Pass
7Mail_From_reject = Fail 7Mail_From_reject = Fail
@@ -9,6 +9,4 @@ Mail_From_reject = Fail
9PermError_reject = True 9PermError_reject = True
10TempError_Defer = True 10TempError_Defer = True
11 11
12skip_addresses = 127.0.0.0/8,::ffff:127.0.0.0/104,::1 12skip_addresses = 127.0.0.0/8,::ffff:127.0.0.0/104,::1 \ No newline at end of file
13
14Domain_Whitelist = wapmail.mathematik.uni-muenchen.de,cipmail.mathemaitk.uni-muenchen.de \ No newline at end of file