#acl PaulHowarth:read,write,admin,revert,delete All:read === Wednesday 19th September 2012 === ==== Local Packages ==== * Updated `dovecot` to 2.1.10: * 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, which 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 * Updated `dovecot-pigeonhole` to 0.3.3: * sieve-refilter tool: improved man page documentation by explicitly specifying the syntax used for mailbox arguments * sieve: `spamtest` and `virustest` extensions: improved trace debugging of score calculation * sieve: made error messages about exceeding the maximum number of actions more verbose * sieve tools: fixed problems with running as `root`: `sievec` and `sieve-dump` now ignore `mail_uid` and `mail_gid` settings when run as `root` * sieve: fixed bug in action accounting (for limit checking): increase action instance count only when an action is actually created * sieve: include extension: fixed namespace separation of `:global` and `:personal` scripts * managesieve: fixed segfault bug triggered by `CHECKSCRIPT` command * Fixed linking with `ld.gold` * Fixed several `Clang` compile warnings and a few potential bugs * Updated `nmap` to shutdown socket on EOF ([[RedHatBugzilla:845075|Bug #845075]]) * Updated `perl-Capture-Tiny` to 0.20: * Nested merged captures that include an external program call no longer leak `STDERR` to the outer scope ([[CPAN:79376|CPAN RT#79376]]) ----