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 ([EMAIL PROTECTED])','mail.covisp.net'=>'Insecure (user)');

(that's all one line)

The options show up as 'Secure ([EMAIL PROTECTED]))' and 'Insecure (user)'

but could just as easily be 'host1' 'host2' 'host3' or whatever


--
Lewis Butler, Owner Covisp.net
240 S Broadway #203, 80209
mobile: 303.564.2512  fx: 303.282.1515
AIM/ichat: covisp xdi: http://public.xdi.org/=lewisbutler




Reply via email to