diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-26 17:00:39 +0200 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-26 17:00:39 +0200 |
| commit | 2fc8f2be9489f52fb46e99f4f1ffad5604faa4ee (patch) | |
| tree | a960a7dd96504e18278d1ff3f1b876a2317f41aa | |
| parent | faeb20045c6e638ae5c45f40da0d183838ed1e9a (diff) | |
| download | nixos-2fc8f2be9489f52fb46e99f4f1ffad5604faa4ee.tar nixos-2fc8f2be9489f52fb46e99f4f1ffad5604faa4ee.tar.gz nixos-2fc8f2be9489f52fb46e99f4f1ffad5604faa4ee.tar.bz2 nixos-2fc8f2be9489f52fb46e99f4f1ffad5604faa4ee.tar.xz nixos-2fc8f2be9489f52fb46e99f4f1ffad5604faa4ee.zip | |
just turn off spf for now
| -rw-r--r-- | ymir/spf.conf | 6 |
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 | ||
| 3 | debugLevel = 3 | 3 | debugLevel = 3 |
| 4 | defaultSeedOnly = 1 | 4 | defaultSeedOnly = 0 |
| 5 | 5 | ||
| 6 | HELO_reject = SPF_Not_Pass | 6 | HELO_reject = SPF_Not_Pass |
| 7 | Mail_From_reject = Fail | 7 | Mail_From_reject = Fail |
| @@ -9,6 +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 | 12 | skip_addresses = 127.0.0.0/8,::ffff:127.0.0.0/104,::1 \ No newline at end of file |
| 13 | |||
| 14 | Domain_Whitelist = wapmail.mathematik.uni-muenchen.de,cipmail.mathemaitk.uni-muenchen.de \ No newline at end of file | ||
