Roundcube Community Forum

Release Support => Pending Issues => Topic started by: seb-65 on October 06, 2014, 12:29:03 PM

Title: Error IMAP and Managesieve
Post by: seb-65 on October 06, 2014, 12:29:03 PM
Hello,

I use many server's imap (config.inc.php) :
Code: [Select]
$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).
Code: [Select]
$config['managesieve_host'] = 'mail.%d';

Code: [Select]
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
 
Title: Re: Error IMAP and Managesieve
Post by: alec on October 07, 2014, 02:14:52 AM
You should use %z variable, I suppose.
Title: Re: Error IMAP and Managesieve
Post by: seb-65 on October 07, 2014, 04:01:54 AM
Hello,

For managesieve I use %h (%h - user's IMAP hostname), it seems ok  :)

An idea to slow on server 2 (Mail2) ??