• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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