Author Topic: No server Input :'(  (Read 6552 times)

Offline msh100

  • Newbie
  • *
  • Posts: 3
No server Input :'(
« 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

Offline daashag

  • Full Member
  • ***
  • Posts: 198
Re: No server Input :'(
« Reply #1 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'] = '';

Offline msh100

  • Newbie
  • *
  • Posts: 3
Re: No server Input :'(
« Reply #2 on: February 09, 2007, 06:02:19 PM »
Ahh , not what i asked , But completly opposite ,Thanks ,that helped :)

problem solved ty