Difference between revisions of "Horde change "welcome to" name"

From SME Server
Jump to navigationJump to search
Line 25: Line 25:
 
For more discussion on this topic see forum post [http://forums.contribs.org/index.php/topic,31093.0.html 31093]
 
For more discussion on this topic see forum post [http://forums.contribs.org/index.php/topic,31093.0.html 31093]
  
 +
Available for SME Server version 7.4
  
 
<noinclude>[[Category:Howto]]</noinclude>
 
<noinclude>[[Category:Howto]]</noinclude>

Revision as of 19:41, 3 February 2009

How To Change the 'Welcome To' name in webmail

The login page for Webmail defaults to "Welcome to Horde". Should you like to change that name to something else such as your domain name, follow the instructions below.

Instructions

1. Log in (with username root) to the SMEserver console.

2. Enter the following at the console prompt.

config setprop horde Name mydomain

where 'mydomain' is the new name you wish to see on the Webmail Welcome screen in lieu of the default 'Horde'. For multiple words with punctuation enclose the new name in single quotes like this 'my domain name'.

3. Confirm that the new name has been registered in the database with

config show horde

You should see an entry Name=mydomain in the list of properties.

4. Enter the following command for the changes to take effect:

signal-event email-update

5. At the next login to your webmail site you will see the new name after "Welcome To" instead of the default.

For more discussion on this topic see forum post 31093

Available for SME Server version 7.4