How To Reinstall Horde For Plesk 8x - 9x

This article explains how to reinstall the Horde Email Client for Plesk 9. This requires some knowledge with using SSH and installing RPM's. Please do not attempt this if there are no issues with your current version of Horde as it can cause irreversable damage.

  1. Log into your Linux server via SSH.
  2. Once logged in you will need navigate to root and make the directory called tempinstall. This following will be deleted after Horde has been reinstalled.
  3. Navigate to the "tempinstall" directory
  4. There are two files that will need to be downloaded to this directory.

  5. http://64.131.90.31/PSA_9.2.1/dist-rpm-CentOS-5-x86_64/opt/horde/psa-imp-4.1.6-cos5.build92090422.13.noarch.rpm
    http://64.131.90.31/PSA_9.2.1/dist-rpm-CentOS-5-x86_64/opt/horde/psa-horde-3.1.7-cos5.build92090422.13.noarch.rpm

    Both files are required!

  6. Now that both files are downloaded, you will need to extract and install them. This is done by running the following commands. Please note that they also must be ran in order listed below.

    "rpm -Uvh psa-imp-4.1.6-cos5.build92090422.13.noarch.rpm"
    "rpm -Uvh psa-horde-3.1.7-cos5.build92090422.13.noarch.rpm"

  7. If you encounted any issues running the rpm commands, you may need to add the force command to install the files. This can be done by adding the "--force" value at the end of rpm commands.

    "rpm -Uvh psa-imp-4.1.6-cos5.build92090422.13.noarch.rpm --force"
    "rpm -Uvh psa-horde-3.1.7-cos5.build92090422.13.noarch.rpm --force"

  8. Once completed Horde will be installed onto the server.