Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: shearer on March 13, 2013, 09:17:59 AM

Title: Sieverules plugin error
Post by: shearer on March 13, 2013, 09:17:59 AM
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?
Title: Re: Sieverules plugin error
Post by: JohnDoh on March 13, 2013, 09:32:14 AM
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)?
Title: Re: Sieverules plugin error
Post by: shearer on March 14, 2013, 06:19:08 AM
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):
Title: Re: Sieverules plugin error
Post by: JohnDoh on March 14, 2013, 06:39:30 AM
php cant resolve 'mail.MYDOMAIN'. check you havent made a typo or try putting the ip address instead.
Title: Re: Sieverules plugin error
Post by: shearer on March 17, 2013, 07:22:47 AM
still dosent work :/
Title: Re: Sieverules plugin error
Post by: JohnDoh on March 17, 2013, 09:09:01 AM
Quote
still 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).