Plesk for Linux
kb: how-to
ABT: Group A
Applicable to:
- Plesk for Linux
Question
How to enable calendar and contact sharing in Horde webmail in Plesk?
Answer
Note: if direct SSH access to the server is not possible, contact the server administrator for further assistance.
-
Connect to the Plesk server via SSH.
-
Open the file
/etc/psa-webmail/horde/horde/conf.php
in any text editor and navigate to the line:CONFIG_TEXT: $conf['share']['no_sharing'] = true;
-
Change the value to false:
CONFIG_TEXT: $conf['share']['no_sharing'] = false;
- Save the changes and close the file.
With this change, the Sharing tab will appear in calendar options:
Comments
2 comments
Thanks! I was looking for this already for quite a while! Why is this deactivated by default?
@Stefan Polakowski, Hi! It wasn't disabled intentionally, this is because it is not enabled by default in Horde.
Please sign in to leave a comment.