On 7-Jan-2007, at 10:52, IraqiGeek wrote:
Just installed roundcube on a temporary to test it as a webmail
client for the domains I have. I am currently using IlohaMail. Is
it possible to have a list of "servers" from which users can select
the domain at which their mailbox is, and have the list unalterable
by those users? Similar to the servers list on IlohaMail.
Yep. Here's how my RC install is setup:
// 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'] = array('ssl://mail.covisp.net: 993'=>'Secure (user@doamin.tld)','mail.covisp.net'=>'Insecure (user)');
(that's all one line)
The options show up as 'Secure (user@domain.tld))' and 'Insecure (user)'
but could just as easily be 'host1' 'host2' 'host3' or whatever