summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index b5785409..2772be91 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -638,7 +638,7 @@ in rec {
638 }; 638 };
639 639
640 services.postgrey = { 640 services.postgrey = {
641 enable = true; 641 enable = false;
642 socket = { 642 socket = {
643 path = "/var/lib/postfix/queue/private/policy-greylist"; 643 path = "/var/lib/postfix/queue/private/policy-greylist";
644 mode = "0777"; 644 mode = "0777";