Roundcube Community Forum

 

Sieverules plugin error

Started by shearer, March 13, 2013, 09:17:59 AM

Previous topic - Next topic

shearer

Hi
i need some help to this.

i download Sieverules upload it to plugins folder. Enters Sieverules in main.inc.php goes to my webmail, under settings, and press filters.

now it just keeps loading. like i dosen't get connection,

what is wrong here?

JohnDoh

Hi,

it is impossible to help with some actual information. What version of RC are you running and what version of the plugin? Are there any errors in either the RC log file or your webserver logs?.

You said that you upload the plugin to the plugins folder did you also make a configuration file for it (see inside the plugin folder)?
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

shearer

#2
Hi

I am using roundcube v.  0.8.5 and Sieveruels v. 1.17.1

i go to the config file, and set it like this.
$rcmail_config['sieverules_host'] = 'mail.MYDOMAIN';

// managesieve server port
$rcmail_config['sieverules_port'] = 143;


still i just get time out. with this error
[14-Mar-2013 10:27:49 UTC] php_network_getaddresses: getaddrinfo failed: name unknown (0):
[14-Mar-2013 10:27:49 UTC] Not currently connected (1):
[14-Mar-2013 10:28:16 UTC] php_network_getaddresses: getaddrinfo failed: name unknown (0):
[14-Mar-2013 10:28:17 UTC] Not currently connected (1):

JohnDoh

php cant resolve 'mail.MYDOMAIN'. check you havent made a typo or try putting the ip address instead.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

shearer


JohnDoh

Quotestill dosent work :/
.... seriously? please try and understand that no one else knows what your setup is, what you've tried etc and if you want help you have to give information. the error message you posted was a php error its not because of any problem with the plugin.

also i just noticed in the config you post before you'd set the port to 143 - thats imap. thats wrong. it needs to connect to your managesieve server (normally port 2000).
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...