diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-07-30 18:28:25 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-07-30 18:28:25 +0200 |
commit | b7cf1e6b93b961ef0b367cea0e227cefba667eb4 (patch) | |
tree | 95331a446fc21fab1fc096cfcb368c7f27e07787 /ymir | |
parent | ef3ad18b6e48675c16f19293b6261b63dd415f29 (diff) | |
download | nixos-b7cf1e6b93b961ef0b367cea0e227cefba667eb4.tar nixos-b7cf1e6b93b961ef0b367cea0e227cefba667eb4.tar.gz nixos-b7cf1e6b93b961ef0b367cea0e227cefba667eb4.tar.bz2 nixos-b7cf1e6b93b961ef0b367cea0e227cefba667eb4.tar.xz nixos-b7cf1e6b93b961ef0b367cea0e227cefba667eb4.zip |
Remove depricated spf option
Diffstat (limited to 'ymir')
-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 eab08808..efac6880 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 = 2 | 3 | debugLevel = 2 |
4 | defaultSeedOnly = 1 | 4 | # defaultSeedOnly = 1 |
5 | 5 | ||
6 | HELO_reject = SPF_Not_Pass | 6 | HELO_reject = SPF_Not_Pass |
7 | Mail_From_reject = Fail | 7 | Mail_From_reject = Fail |