• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Change Welcome to Horde

Kanagaraj

Basic Pleskian
Welcome to Horde!

How do I modify the Horde greeting ("Welcome to Horde!")?
in Windows plesk 7.6
We Have Done in linux 8.0.1

Kanagaraj
 
Hi, to do this edit the following file ...

C:\Inetpub\vhosts\webmail\horde\config\registry.php

On line 62 you will see ...

'name' => _("Horde"),

Change horde to you company name (eg. My Company)

It will then show "Welcome to My Company"
 
Originally posted by renleon
Hi, to do this edit the following file ...

C:\Inetpub\vhosts\webmail\horde\config\registry.php

On line 62 you will see ...

'name' => _("Horde"),

Change horde to you company name (eg. My Company)

It will then show "Welcome to My Company"

Can we change like this, This change is Linux plesk7.5.4/8.0.1

Replace with:

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


Thanks
Kanagaraj
 
Im not sure, ive only ever used a fixed name.

I would imagine it would work the same as the linux version.
 
Back
Top