From b51af05f844f6243f128fe9a5aca22cd852618a9 Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 29 Sep 2023 14:41:59 -0700 Subject: [PATCH] Dovecot shouldn't be using PAM --- dovecot.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/dovecot.nix b/dovecot.nix index 943739c..b956386 100644 --- a/dovecot.nix +++ b/dovecot.nix @@ -256,6 +256,7 @@ in { enable = true; enableImap = true; enableLmtp = true; + enablePAM = false; mailUser = cfg.mail-user; mailGroup = cfg.mail-group;