Roundcube Community Forum

Release Support => Release Discussion => Topic started by: QWERTYtech on May 29, 2007, 11:48:51 PM

Title: Server textbox on login
Post by: QWERTYtech on May 29, 2007, 11:48:51 PM
Hey everyone,

  First off, this is a great webmail app. But, what I was wondering is if there is a way to take off the Server textbox on the initial index.php page. Is there a way to set the value and hide the textbox?

Thanks,
  QWERTYtech
Title: Re: Server textbox on login
Post by: Slug on May 30, 2007, 09:17:56 AM
Sure

// the mail host chosen to perform the log-in
// leave blank to show a textbox at login, give a list of hosts
// to display a pulldown menu or set one host as string.
// To use SSL connection, enter ssl://hostname:993
$rcmail_config['default_host'] = 'insert host name here.com.au';

Michael