Roundcube Community Forum

 

Email filter

Started by Stig04, October 16, 2024, 12:55:40 AM

Previous topic - Next topic

Stig04

I have been trying to install filters in roundcube but just cant make it to work.

Installation is directly in the top of å virtual sub domain, ex webmail.example.com, where users are created in parent domain example.com

What I have done is only activate in config file by adding 'managesieve',

$config['plugins'] = [
'archive',
'zipdownload',
'password',
'managesieve',
];

When trying to create New filter, i get the following error in red box down in right bottom corner in webmail:
"Unable to connect to server"

Checking roundcube error log, says the following(have removed domain URL):

PHP Error: Unable to connect to managesieve on localhost:4190 in /public_html/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php on line 227 (GET /?_task=settings&_action=plugin.managesieve)

PHP Error: Not currently in AUTHORISATION state (GET /?_task=settings&_action=plugin.managesieve)

PHP Error: Not currently connected (GET /?_task=settings&_action=plugin.managesieve)


If anyone can provider any hjelp, it would be much appreciated.

alec

This plugin requires a managesieve service, which usually is part of IMAP server.

If your IMAP server is on localhost then you need to look into the IMAP server configuration, if this is another host then you have to configure the plugin (and/or firewall).

Stig04

thanks for your reply. Sorry for late respons, didnt get an email alert so didnt see before logging in.

Am using Ubuntu server with webmin, isnt this already included in dovecot? Am hosting on a cloud VPS

thanks