Applicable to:
- Plesk for Linux
Question
How to enable calendar and contact sharing in Horde webmail in Plesk?
Answer
-
Connect to the Plesk server via SSH.
-
Open the file
/etc/psa-webmail/horde/horde/conf.php
in 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_sharing
setting and change its value fromtrue
:CONFIG_TEXT: $conf['share']['no_sharing'] = true;
to
false
:CONFIG_TEXT: $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%Webmail\horde\horde\config\conf.php
in a text editor (just paste this path in WIndows Explorer to open). -
Find the
no_sharing
setting and change its value fromtrue
:CONFIG_TEXT: $conf['share']['no_sharing'] = true;
to
false
:CONFIG_TEXT: $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):
Comments
0 comments
Please sign in to leave a comment.