Does enabling imap help?

This commit is contained in:
2023-09-25 22:55:24 -07:00
parent 9268e570cb
commit be57ad1b83
2 changed files with 1 additions and 2 deletions
+1 -1
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"}