#acl PaulHowarth:read,write,admin,revert,delete All:read === Thursday 17th November 2011 === ==== Local Packages ==== * Updated `dovecot` to 2.0.16: * VSZ limits weren't being enforced for any processes; on a server with large mailboxes you may now see errors about it if the limits aren't high enough * proxying: if using `ssl=yes` or `starttls=yes` with a hostname (not IP) as proxy destination, require that the certificate matches the given hostname * LMTP: changed default `client_limit` to 1, which should improve LMTP throughput with default settings * `dsync`: quota is no longer enforced (i.e. `dsync` can't fail because user is over quota) * Added "`auto`" mail storage driver, which can be used to auto-detect mailbox location and format * `checkpassword`: export all `auth` `%variables` to `AUTH_*` environment * Updated `perl-Moose` to 2.0401: * Attributes with `weak_ref` now weaken their associated slot when they are initialized through a lazy default or builder ----