dovecot/rootfs/etc/confd/templates/10-auth.conf.tmpl

8 lines
334 B
Cheetah

auth_username_chars = {{getenv "ALLOWED_USERNAME_CHARS" "äöüabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@"}}
auth_username_format = %n
auth_mechanisms = {{getenv "AUTH_MECHANISMS" "plain login oauthbearer xoauth2"}}
!include auth-oauth2.conf.ext
auth_verbose = yes
auth_debug = yes
auth_debug_passwords = yes