diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2017-01-02 15:53:53 +0100 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2017-01-02 15:53:53 +0100 |
commit | 8f54cc7fffc25fe580a22b2f42d9e24b2feb3717 (patch) | |
tree | 59ec41feef16a6d1c1de0a4b7e31628befe4c826 | |
parent | 54f859ea6260270cb5ed1dec159087da58a02d96 (diff) | |
download | nixos-8f54cc7fffc25fe580a22b2f42d9e24b2feb3717.tar nixos-8f54cc7fffc25fe580a22b2f42d9e24b2feb3717.tar.gz nixos-8f54cc7fffc25fe580a22b2f42d9e24b2feb3717.tar.bz2 nixos-8f54cc7fffc25fe580a22b2f42d9e24b2feb3717.tar.xz nixos-8f54cc7fffc25fe580a22b2f42d9e24b2feb3717.zip |
Tighten greylisting timers
-rw-r--r-- | ymir.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -534,6 +534,9 @@ in rec { | |||
534 | 534 | ||
535 | services.postgrey = { | 535 | services.postgrey = { |
536 | enable = true; | 536 | enable = true; |
537 | delay = 60; | ||
538 | autoWhitelist = 1; | ||
539 | maxAge = 7; | ||
537 | }; | 540 | }; |
538 | 541 | ||
539 | services.dovecot2 = { | 542 | services.dovecot2 = { |