can not disable plaintext auth yet, breaks sieve
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 1m14s

This commit is contained in:
Sebastian Hugentobler 2024-04-26 22:08:09 +02:00
parent 88645e7dd0
commit 7f169c3896
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
3 changed files with 1 additions and 75 deletions

View file

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

View file

@ -5,7 +5,6 @@ protocols = $protocols sieve
service managesieve-login {
inet_listener sieve {
port = 4190
address = localhost
}
#inet_listener sieve_deprecated {