• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Horde customized index page

O

omegauser

Guest
Hi,

Did anybody has tried to cutomize the horde index page in plesk?

You know, to insert logos and colours.

Do you know how to?
 
Most of the horde configuration files are in /etc/psa-horde/horde. For instance, to change "Welcome to Horde" to "Welcome to yourdomain.com" you would edit /etc/psa-horde/horde/registry.php by changing the line:

'name' => _("Horde"),
to:
'name' => _(preg_replace('/^webmail./', '', $GLOBALS['HTTP_SERVER_VARS']['SERVER_NAME']) ),

To change themes, edit line 292 of /etc/psa-horde/horde/prefs.php (I use simplex)

To enable spellcheck, edit /etc/psa-horde/horde/conf.php by adding this line to the end:

$conf['utils']['spellchecker'] = 'usr/bin/aspell';

I'm sure there are many other changes that can be made here. Hope this helps.
 
Excellent, I will try that now. Thanks for the help.

And by the way, I solved the FTP problem by connecting thru SSH in root mode and change the hosts file for my IP address. That way the browser resolved the FTP.

Thanks.
 
Back
Top