Hello,
we've been trying to configure roundcube (by this manual:
http://trac.roundcube.net/wiki/Howto_Config) to work with multiple mail
servers. They are very different (f.e. they're listening different imap
ports), so it is needed to include couple different configurations for each.
However, we are not able to get it done. It seems, that *
$rcmail_config['include_host_config']* is not working. Here is couple lines
from configuration files :
main.inc.php:
<..>
$rcmail_config['default_host'] = array(
'first.mailserver.com' => 'First server',
'second.mailserver.com => 'Second server'
);
<..>
$rcmail_config['include_host_config'] = array(
'first.mailserver.com' => 'first.inc.php',
'second.mailserver.com' => 'second.inc.php'
);
<..>
$rcmail_config['default_port'] = 1111;
<..>
first.inc.php:
<..>
$rcmail_config['default_host'] = 'first.mailserver.com';
$rcmail_config['default_port'] = 1111;
<..>
second.inc.php
<..>
$rcmail_config['default_host'] = 'second.mailserver.com';
$rcmail_config['default_port'] = 143;
<..>
But this what happens after trying to login into each of servers:
user logins log:
[21-Jun-2010 14:18:14 +0300]: Successful login for
username(a)first.mailserver.com (id 57) from 1.1.1.1
..so I can login into first mailserver, but this what happens if im trying
to login into second mailserver:
error log:
[21-Jun-2010 14:19:10 +0300]: IMAP Error: Could not connect to
second.mailserver.com at port 1111: Connection timed out (POST
/?_task=&_action=login)
So roundcube is trying to reach second mailserver through port 1111, but it
should go as it is written in second.inc.php file. If I comment
out $rcmail_config['default_port'] = 1111; line in main.inc.php , problem
persists. As it persists after upgrading roundcube to the latest version
(0.4 beta).
Maybe anyone could report, that you are using different configurations for
multiple mail servers and it is working?
Regards,
Arminas
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi
Please update Azerbaijani (labels).
------------------------------------------------------------
Box.az-da artıq hər istifadəçinin Kim? profili var. Mənim profilim: http://box.az/kim/proger
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/nR/SrdvmvHj/labels.rar
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all, im wondering if we should publish some guidelines for settings. There are several ways now one could add settings to the UI:
- a tab
- add a block to an existing section
- create a new section
Are there any strong opinions on when a plugin should use one of those 3 methods? Im writing a plugin now where im doubting between a tab or just adding a new section. I dont think I should use a block in an existing section because the settings could potentially be very long which could push down settings from other plugins.
We dont want too many plugins to use a tab though, because the tab real estate is quite small.
Regards,
Cor
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hey all, Alec just added some new code that allows one to pass extra flags for each message to javascript. This allows me to make a highlight type plugin. It's working fine in firefox, but in IE im seeing some issue that'll probably have wider implications.
In the insertrow event I only have access to the passed variable. I have no access to 'this' in insertrow, so I can not actually get to any of the flags because they've been added to this.rcmail.env.messages (and this works fine in firefox, chrome and safari).
Am I just doing something wrong? If I use a JS debugger in IE, I dont see how I can access the global environment in the insertrow event. (and the same seems to go for the other events as well) so I cant reach rcmail.env.
Any help on this is much appreciated because this is keeping me from finishing this plugin :)
Cor
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
I’ve attached an updated Swedish localization of labels.inc.
Regards,
Jonas Nasholm
Bitfuse Network
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/dD/wG43XMv9/sv_SE.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/