mirror of
https://github.com/chatmail/relay.git
synced 2026-05-14 18:04:38 +00:00
dovecot: enable authentication cache
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user