dovecot/rootfs/etc/confd/templates/10-auth.conf.tmpl
Sebastian Hugentobler 7f169c3896
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 1m14s
can not disable plaintext auth yet, breaks sieve
2024-04-26 22:08:09 +02:00

6 lines
301 B
Cheetah

auth_username_chars = {{getenv "ALLOWED_USERNAME_CHARS" "äöüabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@"}}
auth_username_format ="%Ln"
auth_mechanisms = {{getenv "AUTH_MECHANISMS" "plain login oauthbearer xoauth2"}}
disable_plaintext_auth = no
!include auth-oauth2.conf.ext