Dovecot Changelog

What's new in Dovecot 2.1.14

Feb 7, 2013
  • doveadm acl recalc command added
  • v2.1.11+ had a race condition where it sometimes overwrote data in
  • dovecot.index.cache file. This could have caused Dovecot to return
  • the same cached data to two different messages.
  • mdbox: Fixes to handling duplicate GUIDs during index rebuild

New in Dovecot 2.0.18 (Feb 13, 2012)

  • DIGEST-MD5 authentication supports authorization id now. Patch by Yubao Liu
  • Added instance_name setting which is used to prefix Dovecot processes in ps output.
  • LDA/LMTP: Sending a large mail via submission_host or via LMTP proxy may have caused a hang.
  • Fixed dbox + mail_attachment_dir + zlib problems.
  • Login processes weren't logging all intended messages with auth_verbose=yes
  • IMAP: THREAD REFS sometimes returned invalid (0) nodes.
  • IMAP: CONTEXT search return option wasn't handled at all.
  • dbox: Various error handling fixes.
  • snarf plugin: Keep the mailbox locked during snarfing to avoid duplicates.

New in Dovecot 2.0.3 (Sep 23, 2010)

  • dovecot-lda: Removed use of non-standard Envelope-To: header as a default for -a. Set lda_original_recipient_header=Envelope-To to returns the old behavior.
  • Added support for reverse quota warnings (i.e. when quota goes back under the limit). This is enabled by adding '-' to beginning of quota_warning value. Based on patch by Jeroen Koekkoek.
  • dovecot-lda: Added lda_original_recipient_header setting, which is used for getting original recipient if -a isn't used.
  • dovecot-lda: Added -r parameter to specify final recipient address. (It may differ from original address for e.g. aliases.)
  • Maildir: uidlist file can now override message's GUID, making it possible for multiple messages in a mailbox to have the same GUID. This also fixes dsync's message conflict resolution.
  • dovecot-lda: If destination user isn't found, exit with EX_NOUSER, not EX_TEMPFAIL.
  • dsync: Fixed handling \Noselect mailboxes
  • Fixed an infinite loop introduced by v2.0.2's message parser changes.
  • Fixed a crash introduced by v2.0.2's istream-crlf changes.