[SOLVED] How can I setup filter rules by body in Roubdcube?

Discussion in 'Installation/Configuration' started by zanerv, Mar 14, 2022.

  1. zanerv

    zanerv New Member

    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
     
  2. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    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).
     
    ahrasis and zanerv like this.
  3. zanerv

    zanerv New Member

    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");
     

Share This Page