Roundcube Community Forum

 

create filter error

Started by tayra, May 17, 2017, 02:40:43 AM

Previous topic - Next topic

tayra

When I try to create a filter for emails, the message "Unknown server error" appears. The same error occurs when I go to the autoresponder tab. In the rest roundcube works normally. Who faced? How to fix it?

JohnDoh

which filters plugin are you using?

is there any more information in your roundcube error log?
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

tayra

This is my plugin section (it's default):

$config['plugins'] = array('managesieve', 'password');

This is part of the log after trying to create any filter:

May 18 08:08:38 post roundcube: ERROR: connection refused (111)
May 18 08:08:38 post roundcube: PHP Warning:  syslog() has been disabled for security reasons in /opt/www/roundcubemail-1.1.5/program/lib/Roundcube/rcube.php on line 1303
May 18 08:08:38 post roundcube: ERROR: Not currently in AUTHORISATION state (1)
May 18 08:08:38 post roundcube: ERROR: Not currently connected (1)


It is clear that there is not enough connection rights, but it is not clear which

JohnDoh

have you correctly configured the managesieve plugin (see the config file in the managesieve folder)? the error would suggest that it cannot connect to your managesieve server
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

tayra

This is my managesieve config. Can you tell me, wats's wrong?

JohnDoh

have you confirmed your managesieve server is running ok? can you telnet to 127.0.0.1:4190 from your web server?
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

tayra

I have not any services, listening port 4190. How can I turn it on?

JohnDoh

if you do not have a managesieve server running then this plugin will not work. getting a manage server up and running is outside the scope of this forum. may be this will give you some pointers though. if you are running dovecot as your imap server it has a guide on how to set it up https://wiki2.dovecot.org/Pigeonhole/ManageSieve. if you are running a different MDA then you should check its documentation or community for information.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...