4eb9ee8335
+ imap: Implemented THREAD=ORDEREDSUBJECT extension. + Added "doveadm exec" command to easily execute commands from libexec_dir, e.g. "doveadm exec imap -u user@domain" + Added "doveadm copy" command. + doveadm copy/move: Added optional user parameter to specify the source username. This allows easily copying mails between different users. + Added namespace { disabled } setting to quickly enable/disable namespaces. This is especially useful when its value is returned by userdb. + Added mailbox_alias plugin. It allows creating mailbox aliases using symlinks. + imapc storage: Added imapc_max_idle_time setting to force activity on connection. + fts-solr: Expunging multiple messages is now faster. - director: In some conditions director may have disconnected from another director (without logging about it), thinking it was sending invalid data. - imap: Various fixes to listing mailboxes. - pop3-migration plugin: Avoid disconnection from POP3 server due to idling. - login processes crashed if there were a lot of local {} or remote {} settings blocks.
16 lines
709 B
Text
16 lines
709 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.2 2012/10/01 07:10:14 ghen Exp $
|
|
|
|
The configuration for Dovecot 2.0 now lives in ${PKG_SYSCONFDIR}/dovecot/,
|
|
and is split in multiple files.
|
|
|
|
When upgrading from Dovecot 1.2.x, you can either:
|
|
- convert your old config to a single, minimal new config file:
|
|
${PREFIX}/bin/doveconf -n -c dovecot.conf > dovecot.conf.new
|
|
- start over, editing the templates in ${PKG_SYSCONFDIR}/dovecot/conf.d/
|
|
|
|
For more information, see http://wiki2.dovecot.org/Upgrading/2.0
|
|
|
|
For upgrading from Dovecot 2.0, see http://wiki2.dovecot.org/Upgrading/2.1
|
|
|
|
===========================================================================
|