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

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


Branch: pkgsrc-2019Q2, Version: 0.5.7.2, Package name: dovecot-pigeonhole-0.5.7.2, 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: 4e4336416b154380e9c53fe80b466d4324affcdf
RMD160: e274011a5c9b44d496e835a6b09f00fd5a60e72a
Filesize: 1814.064 KB

Version history: (Expand)


CVS history: (Expand)


   2019-09-08 19:14:47 by Benny Siegert | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #6042 - requested by taca
mail/dovecot2-pigeonhole: security fix

Revisions pulled up:
- mail/dovecot2-pigeonhole/Makefile                             1.49-1.52
- mail/dovecot2-pigeonhole/distinfo                             1.37-1.39

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu Jul 18 13:41:34 UTC 2019

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

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

   Update dovecot2-pigeonhole to 0.5.7.

   Changes
   -------
   + vacation: Made the subject for the automatic response message produced
     by the Sieve vacation action configurable. Both the default subject
     (if the script defines none) and the subject template (e.g. used to
     add a subject prefix) can be configured.
   - dsync: dsync-replication does not synchronize Sieve scripts.
   - imap_sieve_filter: Reduce FILTER=SIEVE verbosity over IMAP connection.
   - testsuite: Pigeonhole testsuite segfaulted if it was compiled with
     GCC 9

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue Jul 23 15:12:22 UTC 2019

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

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

   v0.5.7.1 2019-07-23  Timo Sirainen <timo.sirainen@open-xchange.com>

   	- dsync: Sieve script syncing failed if mailbox attributes weren't
   	  enabled.

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Wed Jul 24 18:14:42 UTC 2019

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

   Log message:
   Use https for dovecot.org.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu Aug 29 01:07:24 UTC 2019

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

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

   Update dovecot2-pigeonhole to 0.5.7.2.

   Changes
   -------
   * CVE-2019-11500: ManageSieve protocol parser does not properly handle NUL byte
     when scanning data in quoted strings, leading to out of bounds heap
     memory writes. Found by Nick Roessler and Rafi Rubin.