./mail/dovecot2-pigeonhole, Support for the Sieve language and the ManageSieve protocol

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2020Q2, Version: 0.5.11, Package name: dovecot-pigeonhole-0.5.11, Maintainer: adam

This package is part of the Pigeonhole project (http://pigeonhole.dovecot.org).
It adds support for the Sieve language (RFC 5228) and the ManageSieve protocol
(RFC 5804) to the Dovecot Secure IMAP Server.

The Sieve language is used to specify how e-mail needs to be processed. By
writing Sieve scripts, users can customize how messages are delivered, e.g.
whether they are forwarded or stored in special folders. Unwanted messages can
be discarded or rejected, and, when the user is not available, the Sieve
interpreter can send an automated reply. Above all, the Sieve language is meant
to be simple, extensible and system independent. And, unlike most other mail
filtering script languages, it does not allow users to execute arbitrary
programs. This is particularly useful to prevent virtual users from having full
access to the mail store. The intention of the language is to make it impossible
for users to do anything more complex (and dangerous) than write simple mail
filters.

Using the ManageSieve protocol, users can upload their Sieve scripts remotely,
without needing direct filesystem access through FTP or SCP. Additionally,
aManageSieve server always makes sure that uploaded scripts are valid,
preventing compile failures at mail delivery.

This package provides Sieve support as a plugin to Dovecot's Local Delivery
Agent (LDA) and Dovecot's LMTP service. The ManageSieve protocol is provided is
an additional service, next to Dovecot's own POP3 and IMAP services.


Required to run:
[mail/dovecot2]

Master sites:

SHA1: 60b7457510657e53d2ef2527681a967a70191aae
RMD160: 571d7b50b4083dd3d42b96fe0c211366467f60d6
Filesize: 1855.803 KB

Version history: (Expand)


CVS history: (Expand)


   2020-08-24 21:03:27 by Benny Siegert | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #6304 - requested by taca
mail/dovecot2-pigeonhole: dependent update

Revisions pulled up:
- mail/dovecot2-pigeonhole/Makefile                             1.57
- mail/dovecot2-pigeonhole/distinfo                             1.43

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed Aug 12 15:58:02 UTC 2020

   Modified Files:
   	pkgsrc/mail/dovecot2-pigeonhole: Makefile distinfo

   Log message:
   mail/dovecot2-pigeonhole: update to 0.5.11

   Update dovecot2-pigeonhole to 0.5.11.

   v0.5.11 2020-08-12  Aki Tuomi <aki.tuomi@open-xchange.com>

   	* managesieve: managesieve_max_line_length setting is now a "size" type
   	  instead of just number of bytes. This allows using e.g. "64k" as the
   	  value.
   	- lib-sieve: When folding white space is used in the Message-ID header,
   	  it is not stripped away correctly before the message ID value is used,
   	  causing e.g. garbled log lines at delivery.