diff options
author | salo <salo@pkgsrc.org> | 2003-07-04 14:39:38 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-07-04 14:39:38 +0000 |
commit | 1db41a5e30d53558749b0bd4309408a4304a58d5 (patch) | |
tree | d548317ec17cef99113f25ce49134c0459c50514 /mail/dovecot/distinfo | |
parent | 1aa564f5e78114ae63b515e5e3ecd5b886e32b34 (diff) | |
download | pkgsrc-1db41a5e30d53558749b0bd4309408a4304a58d5.tar.gz |
Updated to version 0.99.10.
Based on PR pkg/22028 by MAINTAINER, Tom Hensel.
Changes:
- Default PAM service name changed to "dovecot". This means that
if you're using PAM, you most likely have to do
mv /etc/pam.d/imap /etc/pam.d/dovecot
If you wish to keep using imap, see doc/auth.txt.
- ~/rawlog directory changed to ~/dovecot.rawlog
- Faster and better maildir synchronization. We support read-only
maildirs and out-of-quota conditions are handled a lot better.
dovecot-uidlist file still isn't out-of-quota-safe though, but you
can keep it in another location where quota isn't checked. For
example:
default_mail_env = Maildir:~/Maildir:
INDEX=/noquota/%u:CONTROL=/noquota/%u
- Read-only mboxes are supported now.
- Only NOOP and CHECK now always do a mailbox sync checking. Other
commands sync max. once in 5 seconds, plus always from indexes.
This should reduce I/O a bit.
- All NUL characters are translated to ascii #128 before sending to
client. RFC prohibits sending NULs and this is how UW-IMAP handles
it as well.
- Make ENVELOPE, BODY and BODYSTRUCTURE replies more compact by
removing multiple LWSPs and translating TABs to spaces. RFC doesn't
specifically require this, but this seems to be the wanted
behaviour..
- Added ANONYMOUS SASL mechanism.
- More flexible user chrooting configuration in home directories:
"<chroot>/./<homedir>"
- Added support for dynamically loadable IMAP/POP3 modules. See
INSTALL file for more information.
- Partial fetches were broken if mails had CR+LF linefeeds
- SEARCH DELETED didn't return anything if all messages were deleted
- OpenSSL support was broken in many installations because we were
chrooted and it couldn't open /dev/urandom.
- PAM: Giving wrong password blocked the whole process for two
seconds. Now we create a new process for each check.
- Lots of other smaller bugfixes and better error handling
Diffstat (limited to 'mail/dovecot/distinfo')
-rw-r--r-- | mail/dovecot/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index f7e2935568d..6fbda19ff11 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2003/06/23 15:06:10 salo Exp $ +$NetBSD: distinfo,v 1.4 2003/07/04 14:39:38 salo Exp $ -SHA1 (dovecot-0.99.10-rc2.tar.gz) = 1bb46ce147adf460e834ea9abbff4a97957f5ac0 -Size (dovecot-0.99.10-rc2.tar.gz) = 733034 bytes +SHA1 (dovecot-0.99.10.tar.gz) = 0a1d83cbd27c3aa3e0732416a0871afc23ee5e19 +Size (dovecot-0.99.10.tar.gz) = 735615 bytes SHA1 (patch-aa) = 6ed31ba47883903e5a7b2fcb715432e0c3e8947c -SHA1 (patch-ab) = 26a487ef2d1987c9f74def95542030900646f7d5 +SHA1 (patch-ab) = 0aca5084186f7faa812351e83d1c9535248da2b0 |