Hello,
I use many server's imap (config.inc.php) :
$config['default_host'] = array('imap.test.com' => 'Mail1','imap.other.net' => 'Mail2');
I have two problems :
# The display is very long emails on the server Mail2. Mail1 is OK !
# Managesieve connection does not work. If I use the server Mail2, the domain used is the domain Mail1 (test.com) instead of Mail2 (other.net).
$config['managesieve_host'] = 'mail.%d';
PHP Error: Unable to connect to managesieve on mail.test.com:4190 in /var/www/webmail/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php on line 201 (GET /?_task=settings&_action=plugin.managesieve)
Can you help me?
Thank you
You should use %z variable, I suppose.
Hello,
For managesieve I use %h (%h - user's IMAP hostname), it seems ok :)
An idea to slow on server 2 (Mail2) ??