Template:POAPleskConfig
From Open-Xchange
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@_\\/\\|-]