diff options
author | adam <adam@pkgsrc.org> | 2011-08-29 11:27:00 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-08-29 11:27:00 +0000 |
commit | 8c8d1936914d7df1adb0845bbfa4c73dd5129c10 (patch) | |
tree | c5a403506ba39df2cc20229ec4926a591ff7917e /mail/dovecot2/PLIST | |
parent | 74f09d34c897ae0c2f7aa0250e1a731eb651a399 (diff) | |
download | pkgsrc-8c8d1936914d7df1adb0845bbfa4c73dd5129c10.tar.gz |
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.
Diffstat (limited to 'mail/dovecot2/PLIST')
-rw-r--r-- | mail/dovecot2/PLIST | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/dovecot2/PLIST b/mail/dovecot2/PLIST index ce7d6cefee9..b45ee712a1b 100644 --- a/mail/dovecot2/PLIST +++ b/mail/dovecot2/PLIST @@ -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 |