Question
How to enable calendar and contact sharing in Horde webmail in Plesk?
Answer
For Plesk on Linux
For Plesk on Windows Server
- Connect to the Plesk server via SSH.
- Open the file
/etc/psa-webmail/horde/horde/conf.phpin a text editor. Open the file in a text editor. In this example, we are using the vi editor:# vi /etc/psa-webmail/horde/horde/conf.php
- Find the
no_sharingsetting and change its value fromtrue:$conf['share']['no_sharing'] = true;
to
false:$conf['share']['no_sharing'] = false;
- Save the changes and close the file.
The Sharing tab will now appear in calendar settings (Horde > Calendar > click on the pencil icon > Sharing):
- Connect to the Plesk server via RDP.
- Open the file
%plesk_dir%Webmailhordehordeconfigconf.phpin a text editor (just paste this path in WIndows Explorer to open). - Find the
no_sharingsetting and change its value fromtrue:$conf['share']['no_sharing'] = true;
to
false:$conf['share']['no_sharing'] = false;
- Save the changes and close the file.
The Sharing tab will now appear in calendar settings (Horde > Calendar > click on the pencil icon > Sharing):