can not disable plaintext auth yet, breaks sieve
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 1m14s
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 1m14s
This commit is contained in:
parent
88645e7dd0
commit
7f169c3896
3 changed files with 1 additions and 75 deletions
|
@ -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
|
||||
|
|
|
@ -5,7 +5,6 @@ protocols = $protocols sieve
|
|||
service managesieve-login {
|
||||
inet_listener sieve {
|
||||
port = 4190
|
||||
address = localhost
|
||||
}
|
||||
|
||||
#inet_listener sieve_deprecated {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue