• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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