Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: GGgundam on October 16, 2012, 10:43:33 PM

Title: Roundcube Autofill
Post by: GGgundam on October 16, 2012, 10:43:33 PM
I am still new to roundcube so this may have been discussed before. I tried looking for some answers but I cant find it. I installed roundcube 0.8.1 when I go to the login page it requires a username, password and server to continue. First off can I somehow have it auto fill the "server" part and or just remove it from the login requirements and have it just use what I specified in some php file? Additionally the people who are going to use this system are not the most technical people. The problem is that on my server the username for a email is "username"+"domainname" and they always forget it now for webmail. is there a way I have have it auto add the "+domainname" so they just type a username and it adds the rest in the back end or something? Thanks for your help
Title: Re: Roundcube Autofill
Post by: SKaero on October 16, 2012, 11:04:48 PM
In the <RC root>/config/main.inc.php
To set the default mail server fill in:
Code: [Select]
$rcmail_config['default_host']

To set the default username domain fill in:
Code: [Select]
$rcmail_config['username_domain']