• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Horde is not properly configured

Seven Internet

New Pleskian
Just upgraded our 8.6 servers to 9.5.4 and i'm getting the follow message when trying to access webmail.

Some of Horde's configuration files are missing or unreadable
prefs.php

This file controls the default preferences for Horde, and also controls which preferences users can alter.
conf.php

This is the main Horde configuration file. It contains paths and basic items that apply to the core framework and all Horde applications.
mime_drivers.php

This file controls the global set of MIME drivers for the Horde framework, allowing applications to make use of programs such as enscript or mswordview to render content into HTML for viewing in a browser.
nls.php

This file provides localisation support for the Horde framework.
registry.php

The registry is how Horde applications find out how to talk to each other. You should list any installed Horde applications that you have here.
Create these files from their .dist versions in /usr/share/psa-horde/config and change them according to your needs.

I've removed psa-horde & psa-imp using yum and then run the autoinstall script and this hasn't worked. I'm stuck anyone got any ideas?

Thanks
 
There are several prefs.php files and all of these files belongs to psa-horde package:

# rpm -ql psa-horde | grep prefs.php
/etc/psa-webmail/horde/horde/prefs.php
/usr/share/psa-horde/lib/Horde/Kolab/Format/XML/hprefs.php
/usr/share/psa-horde/lib/prefs.php
/usr/share/psa-horde/scripts/import_squirrelmail_file_prefs.php
/usr/share/psa-horde/scripts/import_squirrelmail_prefs.php
/usr/share/psa-horde/scripts/import_squirrelmail_sql_prefs.php
/usr/share/psa-horde/services/prefs.php

It looks like that one of these prefs.php files is corrupted or missing.
I can recommend to remove all horde related packages with

# rpm -e psa-horde psa-imp psa-mnemo psa-turba psa-kronolith psa-ingo psa-mimp psa-passwd

And then run autoinstaller and select horde webmail for installation. I hope it will help.
 
Back
Top