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

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