diff options
author | ghen <ghen> | 2012-04-10 12:12:21 +0000 |
---|---|---|
committer | ghen <ghen> | 2012-04-10 12:12:21 +0000 |
commit | 00ffd2355d33d5f61b91741b765917aa806575cc (patch) | |
tree | 891367d8d2f5d26e0cf7ed35f2987f189b0ab09c /mail/dovecot2/Makefile | |
parent | 0ac1aa3463cb6484980323ad5172eb986111aba2 (diff) | |
download | pkgsrc-00ffd2355d33d5f61b91741b765917aa806575cc.tar.gz |
Update to Dovecot 2.1.4.
+ Added mail_temp_scan_interval setting and changed its default value
from 8 hours to 1 week.
+ Added pop3-migration plugin for easily doing a transparent IMAP+POP3
migration to Dovecot: http://wiki2.dovecot.org/Migration/Dsync
+ doveadm user: Added -m parameter to show some of the mail settings.
- Proxying SSL connections crashed in v2.1.[23]
- fts-solr: Indexing mail bodies was broken.
- director: Several changes to significantly improve error handling
- doveadm import didn't import messages' flags
- mail_full_filesystem_access=yes was broken
- Make sure IMAP clients can't create directories when accessing
nonexistent users' mailboxes via shared namespace.
- Dovecot auth clients authenticating via TCP socket could have failed
with bogus "PID already in use" errors.
Diffstat (limited to 'mail/dovecot2/Makefile')
-rw-r--r-- | mail/dovecot2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index d3af8382176..c64ef63990c 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2012/04/06 15:56:26 tron Exp $ +# $NetBSD: Makefile,v 1.21 2012/04/10 12:12:21 ghen Exp $ -DISTNAME= dovecot-2.1.3 -PKGREVISION= 1 +DISTNAME= dovecot-2.1.4 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/2.1/ |