diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-27 16:43:17 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-27 16:43:17 +0200 |
commit | a2d4e9c8b2423a3a9c8bfc572383689901430c49 (patch) | |
tree | 65a3a6a363671c0dc605f559783bd3a795f524ce | |
parent | 26450b1833fcd8a27b0f45647fed0a150fcccf0a (diff) | |
download | nixos-a2d4e9c8b2423a3a9c8bfc572383689901430c49.tar nixos-a2d4e9c8b2423a3a9c8bfc572383689901430c49.tar.gz nixos-a2d4e9c8b2423a3a9c8bfc572383689901430c49.tar.bz2 nixos-a2d4e9c8b2423a3a9c8bfc572383689901430c49.tar.xz nixos-a2d4e9c8b2423a3a9c8bfc572383689901430c49.zip |
fix totally wrong check
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -421,7 +421,7 @@ in rec { | |||
421 | permit_mynetworks, | 421 | permit_mynetworks, |
422 | permit_sasl_authenticated, | 422 | permit_sasl_authenticated, |
423 | reject_unauth_destination, | 423 | reject_unauth_destination, |
424 | check_sender_mx_access regexp:${pkgs.writeText "spfpolicy" '' | 424 | check_client_access regexp:${pkgs.writeText "spfpolicy" '' |
425 | /(^|\.)tu-muenchen\.de$/ DUNNO | 425 | /(^|\.)tu-muenchen\.de$/ DUNNO |
426 | /(^|\.)tum\.de$/ DUNNO | 426 | /(^|\.)tum\.de$/ DUNNO |
427 | /(^|\.)lmu\.de$/ DUNNO | 427 | /(^|\.)lmu\.de$/ DUNNO |