• 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 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