changeset 4129:632b3117aecc HEAD

update
author Timo Sirainen <tss@iki.fi>
date Sun, 02 Apr 2006 20:02:33 +0300
parents 9198a457f022
children f309f5d124dc
files NEWS
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Sun Apr 02 19:52:16 2006 +0300
+++ b/NEWS	Sun Apr 02 20:02:33 2006 +0300
@@ -3,6 +3,11 @@
 	* Changed the default lock_method back to fcntl. Apparently flock
 	  gives problems with some systems.
 	* mbox: mailboxes beginning with '.' are now also listed
+	* Replaced mail_use_modules and mail_modules settings with mail_plugins
+	  and mail_plugin_dir. Now instead of loading all plugins from the
+	  directory, you'll have to give a list of plugins to load. If the
+	  plugin couldn't be loaded, the process exits instead of just
+	  ignoring the problem (this is important with ACL plugin).
 
 	+ Added support for "master users" who can log in as other people.
 	  The master username can be given either in authorization ID
@@ -15,11 +20,6 @@
 	+ Added some Dovecot extensions to checkpassword passdb, see ChangeLog
 	+ Updated passwd-file format to allow specifying any key=value fields
 	+ Maildir++ quota support and several quota fixes
-	+ Replaced mail_use_modules and mail_modules settings with mail_plugins
-	  and mail_plugin_dir. Now instead of loading all plugins from the
-	  directory, you'll have to give a list of plugins to load. If the
-	  plugin couldn't be loaded, the process exits instead of just
-	  ignoring the problem (this is important with ACL plugin).
 	+ passdb supporting extra fields: Added "allow_nets" option which takes
 	  a comma separated list of IPs/networks where to allow user to log in.
 	+ NFS: Handle ESTALE errors the best way we can