summaryrefslogtreecommitdiff
path: root/mail/dovecot2/Makefile
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2010-12-03 21:21:10 +0000
committerghen <ghen@pkgsrc.org>2010-12-03 21:21:10 +0000
commit0a65c8c8e879c3246a0b8d5a7c630858a993ac48 (patch)
treeb69cf950425c26bfeb1e1c1e2afa05f6c0e79e00 /mail/dovecot2/Makefile
parent95d0d905ed315e783607f804353ece8d325c07b4 (diff)
downloadpkgsrc-0a65c8c8e879c3246a0b8d5a7c630858a993ac48.tar.gz
Update to Dovecot 2.0.8.
* Services' default vsz_limits weren't being enforced correctly in earlier v2.0 releases. Now that they are enforced, you might notice that the default limits are too low and you need to increase them. This problem will show up in logs as "out of memory" errors. See default_vsz_limit and service { vsz_limit } settings. * LMTP: In earlier versions if mail was delivered to user+detail@domain address, LMTP server always attempted to deliver the mail to mailbox named "detail". This was rather unintentional and shouldn't have been the default. lmtp_save_to_detail_mailbox=yes setting now preserves this behavior (default is no). + Added systemd support (configure --with-systemdsystemunitdir). Based on patch by Christophe Fergeau. + Replaced broken mbox-snarf plugin with a new more generic snarf plugin. - dbox: Fixes to handling external mail attachments - verbose_proctitle=yes didn't work for all processes in v2.0.7 - imap, pop3: When service { client_count } was larger than 1, the log messages didn't use the correct prefix. Last logged in user's prefix was always used, regardless of what user's session actually logged it. Now the proper log prefix is always used. - MySQL: Only the first specified host was ever used
Diffstat (limited to 'mail/dovecot2/Makefile')
-rw-r--r--mail/dovecot2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile
index c32c9f6ca08..128893944c2 100644
--- a/mail/dovecot2/Makefile
+++ b/mail/dovecot2/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2010/11/09 15:51:48 ghen Exp $
+# $NetBSD: Makefile,v 1.5 2010/12/03 21:21:10 ghen Exp $
-DISTNAME= dovecot-2.0.7
+DISTNAME= dovecot-2.0.8
CATEGORIES= mail
MASTER_SITES= http://www.dovecot.org/releases/2.0/