summaryrefslogtreecommitdiff
path: root/mail/dovecot2/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2011-03-10 13:42:54 +0000
committeradam <adam@pkgsrc.org>2011-03-10 13:42:54 +0000
commitfd456cd1f726ea7f56727316404f608442053048 (patch)
tree95137f4a032e93c7785277b84621a88038f9b423 /mail/dovecot2/Makefile
parent7ba2e68c9ae673ddf72528cd28e640ca7314443e (diff)
downloadpkgsrc-fd456cd1f726ea7f56727316404f608442053048.tar.gz
Changes 2.0.11:
* dotlock_use_excl setting's default was accidentally "no" in all v2.0.x releases, instead of "yes" as in v1.1 and v1.2. Changed it back to "yes". - v2.0.10: LDAP support was broken - v2.0.10: dsyncing to remote often hanged (timed out in 15 mins) Chamges 2.0.10: * LMTP: For user+detail at domain deliveries, the +detail is again written to Delivered-To: header. * Skip auth penalty checks from IPs in login_trusted_networks. + Added import_environment setting. + Added submission_host setting to send mails via SMTP instead of via sendmail binary. + Added doveadm acl get/set/delete commands for ACL manipulation, similar to how IMAP ACL extension works. + Added doveadm acl debug command to help debug and fix problems with why shared mailboxes aren't working as expected. - IMAP: Fixed hangs with COMPRESS extension - IMAP: Fixed a hang when trying to COPY to a nonexistent mailbox. - IMAP: Fixed hang/crash with SEARCHRES + pipelining $. - IMAP: Fixed assert-crash if IDLE+DONE is sent in same TCP packet. - LMTP: Fixed sending multiple messages in a session. - doveadm: Fixed giving parameters to mail commands. - doveadm import: Settings weren't correctly used for the import storage. - dsync: Fixed somewhat random failures with saving messages to remote dsync. - v2.0.9: Config reload didn't notify running processes with shutdown_clients=no, so they could have kept serving new clients with old settings.
Diffstat (limited to 'mail/dovecot2/Makefile')
-rw-r--r--mail/dovecot2/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile
index 404badc512a..99bd89841c0 100644
--- a/mail/dovecot2/Makefile
+++ b/mail/dovecot2/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2011/02/02 22:19:24 tron Exp $
+# $NetBSD: Makefile,v 1.8 2011/03/10 13:42:54 adam Exp $
-DISTNAME= dovecot-2.0.9
-PKGREVISION= 1
+DISTNAME= dovecot-2.0.11
CATEGORIES= mail
MASTER_SITES= http://www.dovecot.org/releases/2.0/