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"}