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.