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

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


Branch: pkgsrc-2017Q1, Version: 0.4.18, Package name: dovecot-pigeonhole-0.4.18, 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: c7536c283f792e4b5a838715e6dcd86d6eb96348
RMD160: 0e2de9a26583981776a163fc1b4d53e8ee963898
Filesize: 1701.521 KB

Version history: (Expand)


CVS history: (Expand)


   2017-04-13 17:04:42 by Benny Siegert | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #5275 - requested by taca
mail/dovecot2-pigeonhole: point update

Revisions pulled up:
- mail/dovecot2-pigeonhole/Makefile                             1.34
- mail/dovecot2-pigeonhole/distinfo                             1.25

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu Apr 13 02:00:44 UTC 2017

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

   Log message:
   Update dovecot2-pigeonhole to 0.4.18 for dovecot2 2.2.28.

   v0.4.18 12-04-2017 Stephan Bosch <stephan@rename-it.nl>

   + imapsieve plugin: Implemented the copy_source_after rule action. When this
     is enabled for a mailbox rule, the specified Sieve script is executed for
     the message in the source mailbox during a "COPY" event. This \ 
happens only
     after the Sieve script that is executed for the corresponding message in the
     destination mailbox finishes running successfully.
   + imapsieve plugin: Added non-standard Sieve environment items for the source
     and destination mailbox.
   - multiscript: The execution of the discard script had an implicit \ 
"keep",
     rather than an implicit "discard".