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

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


Branch: pkgsrc-2019Q1, Version: 0.5.6, Package name: dovecot-pigeonhole-0.5.6, 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]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 4f1db1620910f40dc28172b4730945b7f85cbefc
RMD160: 52cf01e7cb89a11401cdd04e18ad526d07e7cce4
Filesize: 1810.827 KB

Version history: (Expand)


CVS history: (Expand)


   2019-05-12 22:30:07 by S.P.Zeidler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #5963 - requested by taca
mail/dovecot2-pigeonhole: dependency update

Revisions pulled up:
- mail/dovecot2-pigeonhole/Makefile                             1.47
- mail/dovecot2-pigeonhole/distinfo                             1.36

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue Apr 30 15:22:22 UTC 2019

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

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

   Update dovecot2-pigeonhole to 0.5.6.

   v0.5.6 2019-04-30  Aki Tuomi <aki.tuomi@open-xchange.com>

   	+ sieve: Redirect loop prevention is sometimes ineffective. Improve
   	  existing loop detection by also recognizing the
   	  X-Sieve-Redirected-From header in incoming messages and dropping
   	  redirect actions when it points to the sending account. This header
   	  is already added by the redirect action, so this improvement only
   	  adds an additional use of this header.
   	- sieve: Prevent execution of implicit keep upon temporary failure
   	  occurring at runtime.

   To generate a diff of this commit:
   cvs rdiff -u -r1.46 -r1.47 pkgsrc/mail/dovecot2-pigeonhole/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/mail/dovecot2-pigeonhole/distinfo