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?
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)?
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):
php cant resolve 'mail.MYDOMAIN'. check you havent made a typo or try putting the ip address instead.
still dosent work :/
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).