Does enabling imap help?
This commit is contained in:
parent
9268e570cb
commit
be57ad1b83
|
@ -331,7 +331,6 @@ in {
|
|||
# user = root
|
||||
}
|
||||
|
||||
|
||||
passdb {
|
||||
driver = ldap
|
||||
args = ${cfg.ldap-conf}
|
||||
|
|
|
@ -188,7 +188,7 @@ in {
|
|||
dovecot2 = {
|
||||
enable = true;
|
||||
enablePAM = false;
|
||||
enableImap = false;
|
||||
enableImap = true;
|
||||
extraConfig = ''
|
||||
# Extra Config
|
||||
${lib.optionalString cfg.debug "auth_debug = yes"}
|
||||
|
|
Loading…
Reference in New Issue