From 465f60d4a28ead7d7a715db71dad9d9992e8b89a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Fri, 31 Oct 2025 15:56:46 +0100 Subject: [PATCH] fix(open-xchange): Enable and configure defaults for ContactCollector, remove legacy config artifacts --- helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl b/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl index a3142731..17c2b709 100644 --- a/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl +++ b/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl @@ -456,6 +456,11 @@ appsuite: com.openexchange.mail.login.resolver.ldap.contextNameAttribute: "oxContextIDNum" com.openexchange.mail.login.resolver.ldap.entitySearchFilter: "(&(oxContextIDNum=[cid])(uid=[uname]))" com.openexchange.mail.login.resolver.ldap.mailLoginAttribute: "entryUUID" + # Contacts collector + # Ref.: https://documentation.open-xchange.com/components/middleware/config/8/#mode=search&term=contactCollect + com.openexchange.contactcollector.enabled: "true" + com.openexchange.user.contactCollectOnMailTransport: "true" + com.openexchange.user.contactCollectOnMailAccess: "false" # Requirements for OX Connector com.openexchange.user.enforceUniqueDisplayName: "false" com.openexchange.folderstorage.database.preferDisplayName: "false" @@ -685,9 +690,6 @@ appsuite: io.ox/core//coloredIcons: "false" # Mail templates io.ox/core//features/templates: "true" - # Contact Collector - io.ox/mail//contactCollectOnMailTransport: "true" - # io.ox/mail//contactCollectOnMailAccess: "true" # Dynamic theme io.ox/dynamic-theme//mainColor: {{ .Values.theme.colors.primary | quote }} io.ox/dynamic-theme//logoURL: "https://{{ .Values.global.hosts.nubus }}.{{ .Values.global.domain }}/univention/portal/icons/logos/domain.svg"