Roundcube Community Forum

Release Support => Requests => Topic started by: msh100 on February 09, 2007, 04:17:10 PM

Title: No server Input :'(
Post by: msh100 on February 09, 2007, 04:17:10 PM
Hello everyone,
  I have spent literally hours searching through the script ,and one file leads to another ,i just get confussed, All I am trying to do is make it impossible for someone to enter a server address upon login ,If it was a standard PHP script ,I would make an invisible Field with the input set to 'Mail.domain.com' ,But i don't know how to do this on RoundCube, Could anybody give me an explanation ,or better still a replacement script on how to do this .If so i would be more than thankful .I hope to hear back from you all

Many Thanks
 Marcus Hughes
Title: Re: No server Input :'(
Post by: daashag on February 09, 2007, 04:45:52 PM
Not sure what you mean, but if you leave the default host line in the main.inc.php blank it will allow you to input a imap server to connect to.

Code: [Select]
// 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'] = '';
Title: Re: No server Input :'(
Post by: msh100 on February 09, 2007, 06:02:19 PM
Ahh , not what i asked , But completly opposite ,Thanks ,that helped :)

problem solved ty