I know this is a silly/stupid question, but what is the syntax for
specifying a list of hosts for rouncube? All it says in the config
file is "a list"
I want to specify two hosts:
mail.mydomain.tld ssl://mail.mydoamin.tld:993
Yes, they are the same hosts, but the SSL connects to courier/mysql
and the non ssl connects to uw-imap.
$rcmail_config['default_host'] = 'mail.mydomain.tld ssl:// mail.mydoamin.tld:993'
Didn't seem to work, and neither did
$rcmail_config['default_host'] = 'mail.mydomain.tld, ssl:// mail.mydoamin.tld:993'
Either the format is wrong, or it doesn't like the same host with
multiple connection types.
Also, is there anyway to specify exactly what is shown in the drop
down list once I get the list format correct? I'd prefer it show
"Secure" and "Insecure" for example, since that is how I specify the
account types to my users.
$rcmail_config['default_host'] = array('mail.mydomain.tld'=>'uw-imap','ssl://mail.mydomain.tld:993'=>courier/mysql');
----- Lewis Butler lbutler@covisp.net wrote:
I know this is a silly/stupid question, but what is the syntax for
specifying a list of hosts for rouncube? All it says in the config
file is "a list"I want to specify two hosts:
mail.mydomain.tld ssl://mail.mydoamin.tld:993
Yes, they are the same hosts, but the SSL connects to courier/mysql
and the non ssl connects to uw-imap.$rcmail_config['default_host'] = 'mail.mydomain.tld ssl:// mail.mydoamin.tld:993'
Didn't seem to work, and neither did
$rcmail_config['default_host'] = 'mail.mydomain.tld, ssl:// mail.mydoamin.tld:993'
Either the format is wrong, or it doesn't like the same host with
multiple connection types.Also, is there anyway to specify exactly what is shown in the drop
down list once I get the list format correct? I'd prefer it show
"Secure" and "Insecure" for example, since that is how I specify theaccount types to my users.
-- 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
On 04 Oct 2006, at 08:48 , Myles A. Braithwaite wrote:
$rcmail_config['default_host'] = array('mail.mydomain.tld'=>'uw- imap','ssl://mail.mydomain.tld:993'=>courier/mysql');
Aha. Wish it'd SAID array.
Thanks
On 04 Oct 2006, at 08:48 , Myles A. Braithwaite wrote:
$rcmail_config['default_host'] = array('mail.mydomain.tld'=>'uw- imap','ssl://mail.mydomain.tld:993'=>courier/mysql');
Aha. Wish it'd SAID array.
Thanks