mirror of
https://github.com/chatmail/relay.git
synced 2026-05-21 21:38:03 +00:00
13 lines
460 B
Plaintext
13 lines
460 B
Plaintext
uri = proxy:/run/doveauth/doveauth.socket:auth
|
|
iterate_disable = no
|
|
iterate_prefix = userdb/
|
|
|
|
default_pass_scheme = plain
|
|
# %E escapes characters " (double quote), ' (single quote) and \ (backslash) with \ (backslash).
|
|
# See <https://doc.dovecot.org/2.3/configuration_manual/config_file/config_variables/#modifiers>
|
|
# for documentation.
|
|
#
|
|
# We escape user-provided input and use double quote as a separator.
|
|
password_key = passdb/%Ew"%Eu
|
|
user_key = userdb/%Eu
|