Articles in this section

How to enable calendar and contact sharing in Horde webmail provided by Plesk

Plesk for Linux kb: technical

Applicable to:

  • Plesk for Linux

Question

How to enable calendar and contact sharing in Horde webmail in Plesk?

Answer

For Plesk on Linux

 

  1. Connect to the Plesk server via SSH.

  2. 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

  3. Find the no_sharing setting and change its value from true:

    CONFIG_TEXT: $conf['share']['no_sharing'] = true;

    to false :

    CONFIG_TEXT: $conf['share']['no_sharing'] = false;

  4. Save the changes and close the file.

    The Sharing tab will now appear in calendar settings (Horde > Calendar > click on the pencil icon > Sharing):




For Plesk on Windows Server

 

  1. Connect to the Plesk server via RDP.

  2. Open the file %plesk_dir%Webmail\horde\horde\config\conf.php in a text editor (just paste this path in WIndows Explorer to open).

  3. Find the no_sharing setting and change its value from true :

    CONFIG_TEXT: $conf['share']['no_sharing'] = true;

    to false :

    CONFIG_TEXT: $conf['share']['no_sharing'] = false;

  4. Save the changes and close the file.

    The Sharing tab will now appear in calendar settings (Horde > Calendar > click on the pencil icon > Sharing):




Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.