dovecot: enable authentication cache

This commit is contained in:
link2xt
2023-10-15 19:54:29 +00:00
parent 9b438a7a96
commit 862b09d268
3 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
uri = proxy:/run/dovecot/doveauth.socket:auth
iterate_disable = yes
default_pass_scheme = plain
password_key = passdb/%w
user_key = userdb/%u
password_key = passdb/%w/%u
user_key = userdb/%u

View File

@@ -8,6 +8,7 @@ auth_verbose = yes
auth_debug = yes
auth_debug_passwords = yes
auth_verbose_passwords = plain
auth_cache_size = 100M
# Authentication for system users.
passdb {