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 Thorsten Roßner
parent 87c30ab8e3
commit 8e9ef0867b

View File

@@ -339,7 +339,7 @@ appsuite:
com.openexchange.oauth.provider.userLookupClaim: "opendesk_username" com.openexchange.oauth.provider.userLookupClaim: "opendesk_username"
# MAIL # MAIL
com.openexchange.mail.authType: "xoauth2" com.openexchange.mail.authType: "xoauth2"
com.openexchange.mail.loginSource: "mail" com.openexchange.mail.loginSource: "name"
com.openexchange.mail.mailServer: "dovecot" com.openexchange.mail.mailServer: "dovecot"
com.openexchange.mail.mailServerSource: "global" com.openexchange.mail.mailServerSource: "global"
com.openexchange.mail.transport.authType: "xoauth2" com.openexchange.mail.transport.authType: "xoauth2"