SYSTEM INFORMATION|
OS type and version ubuntu Linux 24.04. 1
Webmin version 14. 0
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 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.