• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.

change default settings in horde?

C

cyrus1u1

Guest
like default style, etc.? in which file can be set what's default or not?
 
Most of Hordes config files are in the /etc/psa-horde directory. Some of what you can do:

The theme can be changed in /etc/psa-horde/horde/prefs.php
The greeting can be changed in /etc/psa-horde/horde/registry.php
The trailer text can be changed in /etc/psa-horde/imp/trailer.txt
 
Where can be changed the loginpage? I mean the header.. and the message: "Welcome to Horde" ?
 
To change the "Welcome to Horde" line, edit the /etc/psa-horde/horde/registry.php file. Look for the line that starts with name=. Change the entire line to

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

To change the theme (skin) edit the /etc/psa-horde/horde/prefs.php file on line 292. I use "simplex" it's softer:
 
Originally posted by phoenixisp
To change the "Welcome to Horde" line, edit the /etc/psa-horde/horde/registry.php file. Look for the line that starts with name=. Change the entire line to

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

To change the theme (skin) edit the /etc/psa-horde/horde/prefs.php file on line 292. I use "simplex" it's softer:

Yeah I changed it to "Mozilla" which is also very nice. Mhmm I didn't get it.. I mean.. if I did change the language, it would also change the text, so where can I modify the phrase? Actually.. I just want to change it into "Welcome to Webmail"..
 
ok.. thanks.. and do you now where I can remove the HORDE-Logo and set the inbox as default when you log in.. so that not the horde-page comes first?!
 
Back
Top