Hi,
If I want to change the login so it has a default Host, which template should I hack? Is there a global setting to do this?
Thanks
~J
/config/main.inc.php:
// 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'] = '';
Justin wrote:
Hi,
If I want to change the login so it has a default Host, which template should I hack? Is there a global setting to do this?
Thanks
~J
Hi Justin,
The setting you want to change is in main.inc.php which is in the config folder
$rcmail_config['default_host'] = '';
If you want to further change your login page, the template is located in [roundcuberoot]\skins\default\templates\login.html
Hope this helps,
Jon
On Thu, 27 Oct 2005 16:16:10 +0100, Justin maccarthy.justin@gmail.com wrote:
Hi,
If I want to change the login so it has a default Host, which template should I hack? Is there a global setting to do this?
Thanks
~J
On 10/27/05, Jon Wolf wolf@domojo.com wrote:
Hi Justin,
The setting you want to change is in main.inc.php which is in the config folder
$rcmail_config['default_host'] = '';
What exactly does this setting do? Is the host the hostname of the IMAP server?
Since all of our (virtual) users are required to use their full email address to log into their mail, is there support for either taking the host part from the URL or providing a dropdown? Or?
S
It basicly says, on which mailserver (host) your webmail users will logon by default. if not empty, there will be no possibilty to enter a server to logon manually.
Regards,
Rob
On Thu, 27 Oct 2005 20:54:53 -0400, "S. William Schulz" swschulz@gmail.com wrote:
On 10/27/05, Jon Wolf wolf@domojo.com wrote:
Hi Justin,
The setting you want to change is in main.inc.php which is in the config
folder
$rcmail_config['default_host'] = '';
What exactly does this setting do? Is the host the hostname of the IMAP server?
Since all of our (virtual) users are required to use their full email address to log into their mail, is there support for either taking the host part from the URL or providing a dropdown? Or?
S