summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2017-01-02 15:53:53 +0100
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2017-01-02 15:53:53 +0100
commit8f54cc7fffc25fe580a22b2f42d9e24b2feb3717 (patch)
tree59ec41feef16a6d1c1de0a4b7e31628befe4c826
parent54f859ea6260270cb5ed1dec159087da58a02d96 (diff)
downloadnixos-8f54cc7fffc25fe580a22b2f42d9e24b2feb3717.tar
nixos-8f54cc7fffc25fe580a22b2f42d9e24b2feb3717.tar.gz
nixos-8f54cc7fffc25fe580a22b2f42d9e24b2feb3717.tar.bz2
nixos-8f54cc7fffc25fe580a22b2f42d9e24b2feb3717.tar.xz
nixos-8f54cc7fffc25fe580a22b2f42d9e24b2feb3717.zip
Tighten greylisting timers
-rw-r--r--ymir.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index ef56d98e..5e611699 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -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 = {