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;