dovecot-2.0: Released v2.0.16.
dovecot at dovecot.org
dovecot at dovecot.org
Thu Nov 17 01:31:21 EET 2011
details: http://hg.dovecot.org/dovecot-2.0/rev/7a321a6a96d9
changeset: 12981:7a321a6a96d9
user: Timo Sirainen <tss at iki.fi>
date: Thu Nov 17 01:00:46 2011 +0200
description:
Released v2.0.16.
diffstat:
NEWS | 20 ++++++++++++++++++++
configure.in | 2 +-
2 files changed, 21 insertions(+), 1 deletions(-)
diffs (37 lines):
diff -r b99da8b1ecef -r 7a321a6a96d9 NEWS
--- a/NEWS Thu Nov 17 00:49:30 2011 +0200
+++ b/NEWS Thu Nov 17 01:00:46 2011 +0200
@@ -1,3 +1,23 @@
+v2.0.16 2011-11-17 Timo Sirainen <tss at iki.fi>
+
+ * VSZ limits weren't being enforced for any processes. On server with
+ large mailboxes you may now see errors about it if the limits aren't
+ high enough. To fix them, either increase individual service {
+ vsz_limit } values or simply increase the default_vsz_limit setting.
+ * Proxying: If using ssl=yes or starttls=yes with a hostname (not IP)
+ as proxy destination, require that the certificate matches the given
+ hostname.
+ * LMTP: Changed default client_limit to 1. This should improve LMTP
+ throughput with default settings.
+ * dsync: Quota is no longer enforced (i.e. dsync can't fail because
+ user is over quota).
+
+ + Added "auto" mail storage driver, which can be used to autodetect
+ mailbox location and format. This behavior is already the default
+ for empty mail_location setting, so this change is mainly useful for
+ shared namespace's location setting.
+ + checkpassword: Export all auth %variables to AUTH_* environment.
+
v2.0.15 2011-09-16 Timo Sirainen <tss at iki.fi>
+ doveadm altmove: Added -r parameter to move mails back to primary
diff -r b99da8b1ecef -r 7a321a6a96d9 configure.in
--- a/configure.in Thu Nov 17 00:49:30 2011 +0200
+++ b/configure.in Thu Nov 17 01:00:46 2011 +0200
@@ -1,5 +1,5 @@
AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.0.15],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[2.0.16],[dovecot at dovecot.org])
AC_CONFIG_SRCDIR([src])
AM_INIT_AUTOMAKE([foreign])
More information about the dovecot-cvs
mailing list