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

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


Branch: pkgsrc-2017Q4, Version: 0.5.0.1, Package name: dovecot-pigeonhole-0.5.0.1, 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: afa3ed7fe4c0fc51f9c7313b141383c1af1d4c87
RMD160: 8149f94a0dc3421b025d43180d6a4c5e9b1b3eff
Filesize: 1741.249 KB

Version history: (Expand)


CVS history: (Expand)


   2018-03-03 09:32:58 by S.P.Zeidler | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #5714 - requested by taca
mail/dovecot2-pigeonhole: compatibility update

Revisions pulled up:
- mail/dovecot2-pigeonhole/Makefile                             1.38-1.40
- mail/dovecot2-pigeonhole/PLIST                                1.14
- mail/dovecot2-pigeonhole/distinfo                             1.29-1.30

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	fhajny
   Date:		Tue Jan  2 15:53:37 UTC 2018

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

   Log message:
   Update mail/dovecot2-pigeonhole to 0.5.0.

   * editheader extension: The implementation of header modifications is
     heavily updated. Although the functionality has not changed, the
     underlying code was updated to address several static analysis
     warnings, runtime integer arithmetic warnings (Clang), and to match
     updates in the Dovecot stream API.
   + variables extension: Made the maximum scope and variable size
     configurable.
   + subaddress: Support multiple recipient_delimiters.
   - enotify extension: mailto method: Fixed parsing of mailto URI with
     only a header part.
   - enotify plugin: mailto method: Make sure the "From:" header is set to
     a usable address and not "(null)".
   - Fixed writing address headers to outgoing messages. Sometimes headers
     were MIME-encoded twice, yielding invalid results.

   To generate a diff of this commit:
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/mail/dovecot2-pigeonhole/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/mail/dovecot2-pigeonhole/PLIST
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/dovecot2-pigeonhole/distinfo

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	fhajny
   Date:		Mon Jan  8 13:04:07 UTC 2018

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

   Log message:
   mail/dovecot2-pigeonhole: Bump PKGREVISION for the dovecot2 bl3 ABI change.

   To generate a diff of this commit:
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/mail/dovecot2-pigeonhole/Makefile

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon Jan  8 14:30:04 UTC 2018

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

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

   Changelog v0.5.0.1:

   - imap4flags extension: Fix binary corruption occurring when
     setflag/addflag/removeflag flag-list is a variable.
   - sieve-extprograms plugin: Fix segfault occurring when used in
     IMAPSieve context.

   To generate a diff of this commit:
   cvs rdiff -u -r1.39 -r1.40 pkgsrc/mail/dovecot2-pigeonhole/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/mail/dovecot2-pigeonhole/distinfo