Browse Source

[Dovecot] Remove auth cache

andryyy 6 years ago
parent
commit
4aae72779a
1 changed files with 4 additions and 4 deletions
  1. 4 4
      data/conf/dovecot/dovecot.conf

+ 4 - 4
data/conf/dovecot/dovecot.conf

@@ -384,9 +384,9 @@ service stats {
   }
 }
 imap_max_line_length = 2 M
-auth_cache_verify_password_with_worker = yes
-auth_cache_negative_ttl = 0
-auth_cache_ttl = 30 s
-auth_cache_size = 2 M
+#auth_cache_verify_password_with_worker = yes
+#auth_cache_negative_ttl = 0
+#auth_cache_ttl = 30 s
+#auth_cache_size = 2 M
 !include_try /usr/local/etc/dovecot/extra.conf
 default_client_limit = 10400