Author Topic: create filter error  (Read 4048 times)

Offline tayra

  • Newbie
  • *
  • Posts: 5
create filter error
« on: May 17, 2017, 02:40:43 AM »
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?

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,845
Re: create filter error
« Reply #1 on: May 17, 2017, 07:22:59 AM »
which filters plugin are you using?

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

Offline tayra

  • Newbie
  • *
  • Posts: 5
Re: create filter error
« Reply #2 on: May 17, 2017, 09:18:22 PM »
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

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,845
Re: create filter error
« Reply #3 on: May 18, 2017, 02:26:02 AM »
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…

Offline tayra

  • Newbie
  • *
  • Posts: 5
Re: create filter error
« Reply #4 on: May 18, 2017, 05:54:16 AM »
This is my managesieve config. Can you tell me, wats's wrong?

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,845
Re: create filter error
« Reply #5 on: May 18, 2017, 11:09:33 AM »
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…

Offline tayra

  • Newbie
  • *
  • Posts: 5
Re: create filter error
« Reply #6 on: May 19, 2017, 05:42:28 AM »
I have not any services, listening port 4190. How can I turn it on?

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,845
Re: create filter error
« Reply #7 on: May 20, 2017, 02:03:36 AM »
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…