For multiple values, you need to declare them in an array,
 
$rcmail_config['default_host'] = array('dom1.cparr.net,dom2.crparr.net);
 
Roundcube Forum now open
www.roundcubefourm.net
 
--
 
Dan Schaper
 
On 3/22/06, Martin Marques <martin@bugs.unl.edu.ar> wrote:

On Wed, 22 Mar 2006 14:42:48 +0100, "Christopher R. Parr" < crparr@gmail.com> wrote:
> Thanks. To be more specific:
> I have got 4 Mail accounts in 2 domains, but they all run on one
> mailserver, crparr.net. I have set the default host to crparr.net but
> I cannot connect..
>
> 2006/3/22, Martin Marques <martin@bugs.unl.edu.ar>:
>>
>> // 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'] = 'ssl://localhost:993';

Which are your domains? Suppose they are dom1.crparr.net and dom2.crparr.net, all you have to do is set this:

$rcmail_config['default_host'] = ' dom1.crparr.net,dom2.crparr.net';

--
---------------------------------------------------------
Lic. Martín Marqués         |   SELECT 'mmarques' ||
Centro de Telemática        |       '@' || 'unl.edu.ar';
Universidad Nacional        |   DBA, Programador,
   del Litoral             |   Administrador
---------------------------------------------------------







--
Dan Schaper