Roundcube Community Forum

 

Webmail Login?

Started by leslamarch, February 05, 2009, 08:39:00 AM

Previous topic - Next topic

leslamarch

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 ;)

Julius Caesar

Edit the file ./config/main.inc.php and add a value to the following setting:

$rcmail_config['default_host']= '';

i.e:

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

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

leslamarch

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 !!

adenjhon

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

I have been trying to figure out this same issue myself. I was going insane! thanks again!