fix(open-xchange): Use login name instead of email between OX and Dovecot

This commit is contained in:
Viktor Pracht
2025-05-08 19:32:06 +02:00
committed by Thomas Kaltenbrunner
parent a969c6ee57
commit 4171a2fcc1

View File

@@ -325,7 +325,7 @@ appsuite:
com.openexchange.oidc.passwordGrantUserNamePart: "local-part"
# MAIL
com.openexchange.mail.authType: "xoauth2"
com.openexchange.mail.loginSource: "mail"
com.openexchange.mail.loginSource: "name"
com.openexchange.mail.mailServer: "dovecot"
com.openexchange.mail.mailServerSource: "global"
com.openexchange.mail.transport.authType: "xoauth2"