Template:POAPleskConfig

Revision as of 06:24, 4 September 2013 by Choeger (talk | contribs) (Created page with "In <tt>/opt/open-xchange/etc/sessiond.properties</tt> set com.openexchange.sessiond.autologin=true If not, users will get the message ''The action "store" is disabled due t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In /opt/open-xchange/etc/sessiond.properties set

com.openexchange.sessiond.autologin=true

If not, users will get the message The action "store" is disabled due to server configuration when they directly access Open-Xchange via POA.

Important:

In Open-Xchange versions 6.22.2 and above or in OX App Suite (7.0.2 and above), you need to add this parameter to /opt/open-xchange/etc/login.properties

com.openexchange.login.formLoginWithoutAuthId=true

To enable creation of OX contexts (customers) via POA correctly you have to edit file „/opt/open-xchange/etc/plugin/hosting.properties“ and set property „CHECK_CONTEXT_LOGIN_MAPPING_REGEXP“ to value „[$%:\\.+a-zA-Z0-9@_\\/\\|-]“

# pattern of allowed chars in login mapping names

CHECK_CONTEXT_LOGIN_MAPPING_REGEXP=[$%:\\.+a-zA-Z0-9@_\\/\\|-]