This package browser is in early development. Mind the rough edges.

dovecot-pigeonhole

Dovecot Sieve mail filtering plug-in and ManageSieve service

Pigeonhole adds support for the Sieve language (RFC 5228) and the ManageSieve protocol (RFC 5804) to the Dovecot e-mail server.

Sieve is a language for filtering incoming mail. Messages can be forwarded or sorted into separate folders. Unwanted messages can be rejected or discarded, and, when the user is not available, the Sieve interpreter can send an automated reply.

Sieve is meant to be simple, extensible, and system-independent. The intention is to make it impossible to write anything more complex (and dangerous) than simple mail filters. Unlike most other mail filtering script languages, Sieve does not allow users to execute arbitrary programmes.

Through the ManageSieve protocol, users can remotely manage their Sieve scripts without needing file system access. The server accepts only valid scripts to prevent embarrassing errors later on.

Installation

Install the latest version of dovecot-pigeonhole as follows:

guix install dovecot-pigeonhole

Or install a particular version:

guix install dovecot-pigeonhole@0.5.21.1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of dovecot-pigeonhole about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/dovecot-pigeonhole'><img src='https://packages.guix.gnu.org/packages/dovecot-pigeonhole/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/dovecot-pigeonhole/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/dovecot-pigeonhole)

Example Org:

[[https://packages.guix.gnu.org/packages/dovecot-pigeonhole][https://packages.guix.gnu.org/packages/dovecot-pigeonhole/badges/latest-version.svg]]