#acl PaulHowarth:read,write,admin,revert,delete All:read === Wednesday 30th November 2011 === ==== Local Packages ==== * Added `dovecot` 2.1.rc1: * plugins now use UTF-8 mailbox names rather than mUTF-7 * `auth_username_format` default changed to `%Lu` * `solr` full text search backend changed to use mailbox GUIDs instead of mailbox names, requiring reindexing everything . I found that I needed additional local SELinux policy to support the new FIFO `/var/run/dovecot/stats-mail`: . {{{ allow dovecot_t dovecot_var_run_t:fifo_file { read write create open unlink }; }}} . Of course I [[http://lists.fedoraproject.org/pipermail/selinux/2011-November/014157.html|reported this requirement on the Fedora SELinux list]] so that it would be incorporated into Fedora SELinux policy * Updated `perl-Test-Tester` to 0.108: * Do not "`require threads`" any longer as it can upset `Test::Builder`; anyone using `threads` should already have done that themselves ----