Upgrading Dovecot v1.1 to v1.2
==============================

 * SQL dictionary (quota, expire plugin) configuration file is different than
   in v1.1. See 'doc/dovecot-dict-sql-example.conf' or <Quota.Dict.txt> for the
   new format.
 * When creating files or directories to mailboxes, Dovecot now uses the
   mailbox directory's permissions and GID for them. Previous versions simply
   used 0600 mode always, so you should check the directories' permissions to
   make sure they're strict enough. For backwards compatibility
   'dovecot-shared' file's permissions still override these with Maildir.

Authentication:

 * system_user <userdb extra field> [UserDatabase.ExtraFields.txt] was renamed
   to system_groups_user to better describe its functionality.

Settings:

 * Renamed 'ssl_disable=yes' to 'ssl=no'.
 * Renamed 'auth_ntlm_use_winbind' to 'auth_use_winbind', which also determines
   if GSS-SPNEGO is handled by GSSAPI or winbind.
 * Removed 'login_greeting_capability'. The capabilities are now always sent
   (Lemonade requires this and it's not that much extra traffic).
 * Removed 'auth_worker_max_request_count'. It was useful only with PAM, so it
   can now be specified in 'passdb pam { args = max_requests=n } '. The default
   is 100.

(This file was created from the wiki on 2009-03-02 04:42)
