From be57ad1b835afd346a73f7bc65021d2ac3b9a2a0 Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 25 Sep 2023 22:55:24 -0700 Subject: [PATCH] Does enabling imap help? --- dovecot.nix | 1 - postfix.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/dovecot.nix b/dovecot.nix index 858df2c..a56476b 100644 --- a/dovecot.nix +++ b/dovecot.nix @@ -331,7 +331,6 @@ in { # user = root } - passdb { driver = ldap args = ${cfg.ldap-conf} diff --git a/postfix.nix b/postfix.nix index 7bd2df2..054facb 100644 --- a/postfix.nix +++ b/postfix.nix @@ -188,7 +188,7 @@ in { dovecot2 = { enable = true; enablePAM = false; - enableImap = false; + enableImap = true; extraConfig = '' # Extra Config ${lib.optionalString cfg.debug "auth_debug = yes"}