Sieve Plugins for Roundcube

Credits

Various bits of code, scripts, and procedures were put together with information from John Simpson's qmail.jms1.net website. It's an excellent resource on managing and setting up a Qmail server.

In addition to the managesieve plugin that is included with Roundcube, there is also SieveRules plugin.

Installation

  • managesieve
    Copy the sample config file:

    cd /var/websites/mail/htdocs/roundcube/plugins/managesieve
    cp config.inc.php.dist config.inc.php

    Then edit it to change some defaults to match our Sieve install:

    $config['managesieve_port'] = 4190;

    To enable a Dovecot plugin like this one, add it's name to the $rcmail_config['plugins'] array in /var/websites/mail/htdocs/roundcube/config/config.inc.php:

    $config['plugins'] = array('managesieve');
  • SieveRules

Recent Updates

  • 4 months 3 days ago
    1.27.2 update
  • 4 months 2 weeks ago
    Drupal 10/11 config
  • 4 months 2 weeks ago
  • PHP
    4 months 2 weeks ago
    PHP 8.3.11 and AlmaLinux
  • 4 months 2 weeks ago
    New version of Pound