Changes 2.0.14:
* doveadm: Added support for running mail commands by proxying to another doveadm server. * Added "doveadm proxy list" and "doveadm proxy kick" commands to list/kick proxy connections (via a new "ipc" service). * Added "doveadm director move" to assign user from one server to another, killing any existing connections. * Added "doveadm director ring status" command. * userdb extra fields can now return name+=value to append to an existing name, e.g. "mail_plugins+= quota". * script-login attempted an unnecessary config lookup, which usually failed with "Permission denied". * lmtp: Fixed parsing quoted strings with spaces as local-part for MAIL FROM and RCPT TO. * imap: FETCH BODY[HEADER.FIELDS (..)] may have crashed or not returned all data sometimes. * ldap: Fixed random assert-crashing with with sasl_bind=yes. * Fixes to handling mail chroots * Fixed renaming mailboxes under different parent with FS layout when using separate ALT, INDEX or CONTROL paths. * zlib: Fixed reading concatenated .gz files.
This commit is contained in:
parent
d20e57b0a5
commit
9e4501b3dc
3 changed files with 11 additions and 8 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.13 2011/06/14 09:37:18 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2011/08/29 11:27:00 adam Exp $
|
||||
|
||||
DISTNAME= dovecot-2.0.13
|
||||
PKGREVISION= 2
|
||||
DISTNAME= dovecot-2.0.14
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.dovecot.org/releases/2.0/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.7 2011/05/13 07:36:39 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.8 2011/08/29 11:27:00 adam Exp $
|
||||
bin/doveadm
|
||||
bin/doveconf
|
||||
bin/dsync
|
||||
|
@ -129,6 +129,8 @@ include/dovecot/ioloop-iolist.h
|
|||
include/dovecot/ioloop-notify-fd.h
|
||||
include/dovecot/ioloop.h
|
||||
include/dovecot/iostream-internal.h
|
||||
include/dovecot/ipc-client.h
|
||||
include/dovecot/ipc-server.h
|
||||
include/dovecot/ipwd.h
|
||||
include/dovecot/istream-attachment.h
|
||||
include/dovecot/istream-base64-encoder.h
|
||||
|
@ -360,6 +362,7 @@ libexec/dovecot/dovecot-lda
|
|||
libexec/dovecot/gdbhelper
|
||||
libexec/dovecot/imap
|
||||
libexec/dovecot/imap-login
|
||||
libexec/dovecot/ipc
|
||||
libexec/dovecot/listview
|
||||
libexec/dovecot/lmtp
|
||||
libexec/dovecot/log
|
||||
|
@ -550,6 +553,7 @@ share/doc/dovecot/wiki/Pigeonhole.Sieve.Extensions.Vacation.txt
|
|||
share/doc/dovecot/wiki/Pigeonhole.Sieve.Extensions.txt
|
||||
share/doc/dovecot/wiki/Pigeonhole.Sieve.Plugins.Extdata.txt
|
||||
share/doc/dovecot/wiki/Pigeonhole.Sieve.Plugins.txt
|
||||
share/doc/dovecot/wiki/Pigeonhole.Sieve.Troubleshooting.txt
|
||||
share/doc/dovecot/wiki/Pigeonhole.Sieve.Usage.txt
|
||||
share/doc/dovecot/wiki/Pigeonhole.Sieve.txt
|
||||
share/doc/dovecot/wiki/Pigeonhole.txt
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.10 2011/05/13 07:36:39 adam Exp $
|
||||
$NetBSD: distinfo,v 1.11 2011/08/29 11:27:00 adam Exp $
|
||||
|
||||
SHA1 (dovecot-2.0.13.tar.gz) = 31d556bd1659fb10e5edb45bab8951911151bbfb
|
||||
RMD160 (dovecot-2.0.13.tar.gz) = 2c0edd03aba7935e6db18af1384a26bf0b5b432e
|
||||
Size (dovecot-2.0.13.tar.gz) = 3272542 bytes
|
||||
SHA1 (dovecot-2.0.14.tar.gz) = 47b4010b277f39cfc9afddf8c0a30e40a17da088
|
||||
RMD160 (dovecot-2.0.14.tar.gz) = f138eb0a290089a308aed8aa40f1a69a64f87926
|
||||
Size (dovecot-2.0.14.tar.gz) = 3300530 bytes
|
||||
SHA1 (patch-aa) = 882f0c9fcf3acdfd2feaf7919309f770324f9843
|
||||
SHA1 (patch-ab) = 218948585c96492a832ea903f31a6f9ad9fc69f0
|
||||
SHA1 (patch-ac) = dc5db4870b14bf2424f0c957f5cf7f1a289fefe6
|
||||
|
|
Loading…
Reference in a new issue