diff options
author | ghen <ghen@pkgsrc.org> | 2006-06-13 16:51:40 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-06-13 16:51:40 +0000 |
commit | 2c888424e36033f8c71269ebc13d3fb8ec261862 (patch) | |
tree | 4795e09bdfbb953944ae4d691dc962a72a5a5f10 /mail/dovecot/PLIST | |
parent | 640b22d139e50b70e3cd473cd0ec9349bcc6cbf9 (diff) | |
download | pkgsrc-2c888424e36033f8c71269ebc13d3fb8ec261862.tar.gz |
Update dovecot to 1.0 beta9. From the release notes:
Fixes a lot of bugs. The next release will be the first "release
candidate" instead of a beta.
* PAM: Don't call pam_setcred() unless setcred=yes PAM passdb
argument was given.
* Moved around settings in dovecot-example.conf to be in more logical
groups.
+ Local delivery agent (deliver binary) works again.
+ LDAP: Added support for SASL binding. Patch by Geert Jansen
+ ssl_verify_client_cert: Check CRLs. If auth_verbose=yes, log
invalid sent certificates. If verbose_ssl=yes, log even the valid
certificates. When using the username from the certificate, use
CommonName. Based on patch by HenkJan Wolthuis
+ PAM: Set PAM_TTY which is needed by some PAM plugins
+ dovecot --exec-mail ext <binary path> can now be used to start
binaries which want dovecot.conf to be read, for example the
convert-tool.
- Expunging needed to be done twice if client used STORE +FLAGS.SILENT
command to set the \Deleted flags
- Added sql_escape_string() to lib-sql API and use it instead of
normal \-escaping.
- ACL plugin fixes
- DIGEST-MD5: Trying to use subsequent authentication crashed
dovecot-auth.
- Fetching BODY when BODYSTRUCTURE was already cached caused the
reply to be broken in some cases
- Lots of fixes for index file handling
- dbox fixes and changes
- mbox syncing broke if some extraneous/broken headers were removed
(eg. extra X-IMAPbase headers in mails)
- Running Dovecot from inetd work now properly with POP3
- Quota plugin fixes for calculating the quota correctly
Diffstat (limited to 'mail/dovecot/PLIST')
-rw-r--r-- | mail/dovecot/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/dovecot/PLIST b/mail/dovecot/PLIST index 3f5c0834f43..5006ca36bdb 100644 --- a/mail/dovecot/PLIST +++ b/mail/dovecot/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2006/05/12 15:47:39 jwise Exp $ +@comment $NetBSD: PLIST,v 1.11 2006/06/13 16:51:40 ghen Exp $ lib/dovecot/imap/lib01_acl_plugin.so lib/dovecot/imap/lib01_convert_plugin.so lib/dovecot/imap/lib01_quota_plugin.so @@ -16,6 +16,7 @@ lib/dovecot/lib02_trash_plugin.la lib/dovecot/pop3/lib01_convert_plugin.so lib/dovecot/pop3/lib01_quota_plugin.so libexec/dovecot/checkpassword-reply +libexec/dovecot/deliver libexec/dovecot/dict libexec/dovecot/dovecot-auth libexec/dovecot/gdbhelper |