Author Topic: Webmail Login?  (Read 4139 times)

Offline leslamarch

  • Newbie
  • *
  • Posts: 2
Webmail Login?
« on: February 05, 2009, 08:39:00 AM »
Hello all,
First off let me apologize if this has been asked before, I just could not seem to find the answer on my own.

When you go to log into roundcube webmail it gives you 3 fields username + password + server, What i'm trying to do is, since the server never changes is hardcode that in so the user never has to enter that?

Is this even possible? any help would be greatly appreciated ;)

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
Webmail Login?
« Reply #1 on: February 05, 2009, 08:51:45 AM »
Edit the file ./config/main.inc.php and add a value to the following setting:

Code: [Select]
$rcmail_config['default_host']= '';

i.e:

Code: [Select]
$rcmail_config['default_host']= 'mail.example.com';
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

Offline leslamarch

  • Newbie
  • *
  • Posts: 2
Webmail Login?
« Reply #2 on: February 05, 2009, 08:56:52 AM »
Julius Caesar,
I spend most of the night looking through the config file to see if something stood out and I saw nothing, Now that you point it out it makes perfect sense. :D

Thank you so much for the Help it is very much appreciated !!

Offline adenjhon

  • Newbie
  • *
  • Posts: 1
Webmail Login?
« Reply #3 on: October 12, 2009, 12:41:34 AM »
Get access to all this by registering for a Webmail email address. And then see the options Because i didn't get any option of server at the time of registration on the Round cube.

webdesignchick

  • Guest
Thanks!
« Reply #4 on: October 14, 2009, 03:53:48 PM »
I have been trying to figure out this same issue myself. I was going insane! thanks again!