Template:POAPleskConfig: Difference between revisions
From Open-Xchange
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
Open-Xchange via POA. | Open-Xchange via POA. | ||
In <tt>/opt/open-xchange/etc/login.properties</tt> | In <tt>/opt/open-xchange/etc/login.properties</tt> add the new setting | ||
com.openexchange.login.formLoginWithoutAuthId=true | com.openexchange.login.formLoginWithoutAuthId=true | ||
Line 13: | Line 13: | ||
CHECK_CONTEXT_LOGIN_MAPPING_REGEXP=[$%:\\.+a-zA-Z0-9@_\\/\\|-] | CHECK_CONTEXT_LOGIN_MAPPING_REGEXP=[$%:\\.+a-zA-Z0-9@_\\/\\|-] | ||
In <tt>/opt/open-xchange/etc/AdminUser.properties</tt> set | |||
PRIMARY_MAIL_UNCHANGEABLE=false |
Latest revision as of 08:53, 15 September 2016
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.
In /opt/open-xchange/etc/login.properties add the new setting
com.openexchange.login.formLoginWithoutAuthId=true
In /opt/open-xchange/etc/plugin/hosting.properties set
CHECK_CONTEXT_LOGIN_MAPPING_REGEXP=[$%:\\.+a-zA-Z0-9@_\\/\\|-]
In /opt/open-xchange/etc/AdminUser.properties set
PRIMARY_MAIL_UNCHANGEABLE=false