comparison NEWS @ 4129:632b3117aecc HEAD

update
author Timo Sirainen <tss@iki.fi>
date Sun, 02 Apr 2006 20:02:33 +0300
parents 9198a457f022
children 66d6fd7c368e
comparison
equal deleted inserted replaced
4128:9198a457f022 4129:632b3117aecc
1 v1.0.beta4 2006-04-02 Timo Sirainen <tss@iki.fi> 1 v1.0.beta4 2006-04-02 Timo Sirainen <tss@iki.fi>
2 2
3 * Changed the default lock_method back to fcntl. Apparently flock 3 * Changed the default lock_method back to fcntl. Apparently flock
4 gives problems with some systems. 4 gives problems with some systems.
5 * mbox: mailboxes beginning with '.' are now also listed 5 * mbox: mailboxes beginning with '.' are now also listed
6 * Replaced mail_use_modules and mail_modules settings with mail_plugins
7 and mail_plugin_dir. Now instead of loading all plugins from the
8 directory, you'll have to give a list of plugins to load. If the
9 plugin couldn't be loaded, the process exits instead of just
10 ignoring the problem (this is important with ACL plugin).
6 11
7 + Added support for "master users" who can log in as other people. 12 + Added support for "master users" who can log in as other people.
8 The master username can be given either in authorization ID 13 The master username can be given either in authorization ID
9 string with SASL PLAIN mechanism or by setting 14 string with SASL PLAIN mechanism or by setting
10 auth_master_user_separator and giving it within the normal username 15 auth_master_user_separator and giving it within the normal username
13 that there yet exists a proper shared folder support. If master user 18 that there yet exists a proper shared folder support. If master user
14 logged in as someone else, the ACLs are checked as the master user. 19 logged in as someone else, the ACLs are checked as the master user.
15 + Added some Dovecot extensions to checkpassword passdb, see ChangeLog 20 + Added some Dovecot extensions to checkpassword passdb, see ChangeLog
16 + Updated passwd-file format to allow specifying any key=value fields 21 + Updated passwd-file format to allow specifying any key=value fields
17 + Maildir++ quota support and several quota fixes 22 + Maildir++ quota support and several quota fixes
18 + Replaced mail_use_modules and mail_modules settings with mail_plugins
19 and mail_plugin_dir. Now instead of loading all plugins from the
20 directory, you'll have to give a list of plugins to load. If the
21 plugin couldn't be loaded, the process exits instead of just
22 ignoring the problem (this is important with ACL plugin).
23 + passdb supporting extra fields: Added "allow_nets" option which takes 23 + passdb supporting extra fields: Added "allow_nets" option which takes
24 a comma separated list of IPs/networks where to allow user to log in. 24 a comma separated list of IPs/networks where to allow user to log in.
25 + NFS: Handle ESTALE errors the best way we can 25 + NFS: Handle ESTALE errors the best way we can
26 + IMAP now writes to log when client disconnects 26 + IMAP now writes to log when client disconnects
27 + In shared mailboxes (if dovecot-shared file exists) \Seen flags are 27 + In shared mailboxes (if dovecot-shared file exists) \Seen flags are