mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
fix(open-xchange): Use login name instead of email between OX and Dovecot
This commit is contained in:
committed by
Thorsten Roßner
parent
87c30ab8e3
commit
8e9ef0867b
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user