mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
11 lines
430 B
Plaintext
11 lines
430 B
Plaintext
uri = proxy:/run/dovecot/doveauth.socket:auth
|
|
iterate_disable = yes
|
|
default_pass_scheme = plain
|
|
# %E escapes characters " (double quote), ' (single quote) and \ (backslash) with \ (backslash).
|
|
# See <https://doc.dovecot.org/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
|