PaulHowarth/Blog/2011-11-30

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 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


Recent