PaulHowarth/Blog/2012-01-09

Monday 9th January 2012

Local Packages

  • Updated dovecot (2.0.x) to 2.0.17:

    • Proxying now supports sending SSL client certificate to server with ssl_client_cert/key settings

    • doveadm dump: Added support for dumping dbox headers/metadata

    • Fixed memory leaks in login processes with SSL connections
    • vpopmail support was broken in v2.0.16

  • I also updated the default configuration to allow imap+TLS and pop3+TLS by default, as per the 2.1 builds

  • Updated dovecot to 2.1.rc3:

    • dsync was merged into doveadm (there is still dsync symlink pointing to doveadm, which you can use the old way for now); the preferred ways to run dsync are doveadm sync (for old dsync mirror) and doveadm backup

    • IMAP SPECIAL-USE extension to describe mailboxes

    • Added mailbox {} sections, which deprecate autocreate plugin

    • lib-fs: added mode parameter to posix backend to specify mode for created files/dirs (for mail_attachment_dir)

    • inet_listener names are now used to figure out what type the socket is when useful, e.g. naming service auth { inet_listener } to auth-client vs. auth-userdb has different behaviour

    • Added pop3c (POP3 client) storage backend

    • LMTP proxying code was simplified, hopefully fixing its problems
    • dsync: don't remove user's subscriptions for subscriptions=no namespaces

  • Updated perl-XML-LibXML to 1.90:

    • Fix compilation bugs in Devel.xs: local variable declarations must be in the PREINIT section, not CODE, at least for some compiler/OS combinations

  • Rebuilt the python-twisted stack for gcc 4.7.0 in Rawhide

  • Rebuilt smbldap-tools for the Fedora 17 mass rebuild


Recent