20110413 dovecot-2.0.12にupdateしました
confファイルの変更(2.0.11-2.0.12)
v2.0.12 released
confファイルの変更(2.0.11-2.0.12)
diff -urp dovecot2011/conf.d/20-imap.conf dovecot2012/conf.d/20-imap.conf --- dovecot2011/conf.d/20-imap.conf 2011-03-07 10:15:07.000000000 +0900 +++ dovecot2012/conf.d/20-imap.conf 2011-04-13 07:21:44.000000000 +0900 @@ -48,6 +48,11 @@ protocol imap { # With mbox storage a mailbox can contain either mails or submailboxes, # but not both. Thunderbird separates these two by forcing server to # accept '/' suffix in mailbox names in subscriptions list. + # tb-lsub-flags: + # Show \Noselect flags for LSUB replies with LAYOUT=fs (e.g. mbox). + # This makes Thunderbird realize they aren't selectable and show them + # greyed out, instead of only later giving "not selectable" popup error. + # # The list is space-separated. #imap_client_workarounds = } diff -urp dovecot2011/conf.d/auth-vpopmail.conf.ext dovecot2012/conf.d/auth-vpopmail.conf.ext --- dovecot2011/conf.d/auth-vpopmail.conf.ext 2011-03-07 10:15:07.000000000 +0900 +++ dovecot2012/conf.d/auth-vpopmail.conf.ext 2011-04-13 07:21:44.000000000 +0900 @@ -5,11 +5,13 @@ passdb { driver = vpopmail - # [cache_key=] - # [quota_template=] - %q expands to Maildir++ quota - args = quota_template=quota_rule=*:backend=%q + # [cache_key= ] [webmail= ] + args = } userdb { driver = vpopmail + + # [quota_template=] - %q expands to Maildir++ quota + args = quota_template=quota_rule=*:backend=%q } diff -urp dovecot2011/dovecot.conf dovecot2012/dovecot.conf --- dovecot2011/dovecot.conf 2011-03-07 10:15:07.000000000 +0900 +++ dovecot2012/dovecot.conf 2011-04-13 07:21:44.000000000 +0900 @@ -1,6 +1,6 @@ ## Dovecot configuration file -# If you're in a hurry, see http://wiki.dovecot.org/QuickConfiguration +# If you're in a hurry, see http://wiki2.dovecot.org/QuickConfiguration # "doveconf -n" command gives a clean output of the changed settings. Use it # instead of copy&pasting files when posting to the Dovecot mailing list. @@ -84,4 +84,4 @@ dict { # A config file can also tried to be included without giving an error if # it's not found: -#!include_try /etc/dovecot/local.conf +!include_try local.conf
v2.0.12 released
Many small fixes, plus some more noticeable: + doveadm: Added "move" command for moving mails between mailboxes. + virtual: Added support for "+mailbox" entries that clear \Recent flag from messages (default is to preserve them). - dbox: Fixes to handling external attachments - dsync: More fixes to avoid hanging with remote syncs - dsync: Many other syncing/correctness fixes - doveconf: v2.0.10 and v2.0.11 didn't output plugin {} section right BTW. I'm moving again next weekend, this time to Helsinki. Hopefully I'll be living there for a while. :)
投票数:46
平均点:5.65
![]() 2011-04-12 CentOSのupdate |
![]() Linux11歩 |
![]() 2011-04-17 kernelのupdate |