Does enabling imap help?

This commit is contained in:
niten 2023-09-25 22:55:24 -07:00
parent 9268e570cb
commit be57ad1b83
2 changed files with 1 additions and 2 deletions

View File

@ -331,7 +331,6 @@ in {
# user = root
}
passdb {
driver = ldap
args = ${cfg.ldap-conf}

View File

@ -188,7 +188,7 @@ in {
dovecot2 = {
enable = true;
enablePAM = false;
enableImap = false;
enableImap = true;
extraConfig = ''
# Extra Config
${lib.optionalString cfg.debug "auth_debug = yes"}