sieve

Sieve Plugins for Roundcube

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:

    $rcmail_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/main.inc.php:

Sieve Plugins for Squirrelmail

Avelsieve or Sieve Mail Filters Plugin for SquirrelMail is a ​Squirrelmail ​plugin for creating ​Sieve scripts on a Sieve-compliant mail server.

Installation
Download the latest source:

cd /extra/src
wget http://email.uoa.gr/download/squirrelmail/avelsieve/avelsieve-1.9.9.tar.gz
tar zxf avelsieve-1.9.9.tar.gz

Move the plugin to the SquirrelMail plugin folder:

mv avelsieve /var/websites/mail/htdocs/squirrelmail/plugins/
chown -R nobody:nobody /var/websites/mail/htdocs/squirrelmail/plugins/avelsieve

Copy the sample config file:

cd /var/websites/mail/htdocs/squirrelmail/plugins/avelsieve/config
cp config_sample.php config.php

Sieve

Sieve is a language for filtering e-mail messages. It is designed to be implementable on either a mail client or mail server. It is meant to be extensible, simple, and independent of access protocol, mail architecture, and operating system.

The Dovecot IMAP server has Sieve support via a plugin provided by the Pigeonhole Project

Installation
Download the latest source from the Pigeonhole download page:

cd /extra/src
wget http://www.rename-it.nl/dovecot/2.0/dovecot-2.0-pigeonhole-0.2.6.tar.gz
tar zxf dovecot-2.0-pigeonhole-0.2.6.tar.gz
cd dovecot-2.0-pigeonhole-0.2.6

Technology:

Subscribe to RSS - sieve

Recent Updates

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