diff options
author | ghen <ghen@pkgsrc.org> | 2006-08-07 06:44:51 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-08-07 06:44:51 +0000 |
commit | 4b8ac090a75f9d325dc1f838f0569332b6048773 (patch) | |
tree | 9ba3028a92eaa01555288d044dd5cb1c3b5c4c18 /mail/dovecot/Makefile | |
parent | 45b67fda284270c22d8d7891b764bb0413bd6649 (diff) | |
download | pkgsrc-4b8ac090a75f9d325dc1f838f0569332b6048773.tar.gz |
Update dovecot to 1.0rc6. From the announcement mail:
Back to rc1's SSL proxying code with some improvements, which hopefully
now makes everyone happy.
I'm seeing all kinds of problems with namespace prefixes and LIST code.
I guess it would be important to fix it before v1.0 since it makes
upgrades from other servers easier..
I also tried looking into the "Unknown namespace" problems that happens
if you try to create only one namespace with "INBOX." prefix. I couldn't
really figure out what causes those errors. Could someone show me what
commands the client tries to use which causes it?
* Removed login_max_logging_users setting since it was somewhat weird
in how it worked. Added login_max_connections to replace it with
login_process_per_connection=no, and with =yes its functionality
is now within login_max_processes_count.
+ Added --with-linux-quota configure option to specify which Linux
quota version to use, in case it's not correct in sys/quota.h.
Usually used as --with-linux-quota=2
+ acl plugins: If .DEFAULT file exists in global ACL root directory,
use it as the default ACLs for all mailboxes.
- Fixes to login process handling, especially with
login_process_per_connection=no.
- Back to the original SSL proxy code but with one small fix, which
hopefully fixes the occational hangs with it
- Several fixes to handling LIST command more correctly.
Diffstat (limited to 'mail/dovecot/Makefile')
-rw-r--r-- | mail/dovecot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 259a8652c5e..0bcb0437d41 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.62 2006/08/03 05:33:50 ghen Exp $ +# $NetBSD: Makefile,v 1.63 2006/08/07 06:44:51 ghen Exp $ -DISTNAME= dovecot-1.0.rc5 +DISTNAME= dovecot-1.0.rc6 PKGNAME= ${DISTNAME:S/.rc/rc/} CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/ |