Roundcube Community Forum

 

No server Input :'(

Started by msh100, February 09, 2007, 04:17:10 PM

Previous topic - Next topic

msh100

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

daashag

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.

// 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'] = '';

msh100

Ahh , not what i asked , But completly opposite ,Thanks ,that helped :)

problem solved ty