Hello, I have ISPConfig with Roundcube installed and all it's working great! Now I would will like to setup rules in roundcube that will move new emails to a folder if the body contains a string, but in roundcube Settings->Account->Filter rules->Source I only have 3 options Subject, From and To Thanks
Use sieve filters (install dovecot's managesieved in your mail server, ensure your webmail server can contact the mail server on port 4190, enable and configure managesieve plugin in roundcube).
I had it installed, configured and listening on 4190 but the plugin wasn't enabled in roundcube so I enabled the plugin and now it works! Code: grep "managesieve" /etc/roundcube/config.inc.php $config['plugins'] = array('managesieve', "jqueryui", "ispconfig3_account", "ispconfig3_autoreply", "ispconfig3_pass", "ispconfig3_spam", "ispconfig3_fetchmail", "ispconfig3_filter", "ispconfig3_forward", "ispconfig3_wblist");