Affected version(s): 7.10.x

Problem

Some configuration options are not in the configuration files. 

Root Cause

During an update you maybe selected the wrong option to update the configuration files in your package manager or the option is not by default in the files due to "lean configuration".

Solution

An overview of all backend configuration options can be found at:

https://documentation.open-xchange.com/components/middleware/config/7.10.3/ 

an overview about the different versions and other documentation can be found at: https://documentation.open-xchange.com

You can also search (since 7.10) with the included tool showconfigdocu

showconfigdocu -s autologin
Key: com.openexchange.sessiond.autologin
Description:
Whether autologin is allowed or not.

Default: false
File: sessiond.properties
Package: open-xchange-core
Tags: Session
...

It will also show you in the tags if a reloadconfiguration is enough after a change to use the new value, or if you can set it fine grained in the configcascade. In the example above it is not possible.


showconfigdocu -s birthday
Properties:
Key: com.openexchange.calendar.birthdays.enabled
Description:
Configures if the birthdays calendar provider is available for a user or not.

Default: true
File: calendar.properties
Version: 7.10.0
Package: open-xchange-core
Tags: Config Cascade | Reloadable | Calendar | Contact
-------------------------------------------------

In that example the option can be used in the configcascade and a reloadconfiguration is enough to use the change.

To narrow down the search please have a look at the options:

showconfigdocu --help



Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.


Related issues