http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta13.tar.gz http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta13.tar.gz.sig Changes since beta12: - Half of LDAP code was rewritten to fix reconnect/queuing problems. I did test that the new code works with and without auth binds, but be careful. - \Recent flags should finally work correctly with maildir. - last_used field wasn't updated for cache fields that were permanently cached. This caused them to be dropped after a month. TODO for RC1: - When pipelining commands, do only one sync after all of them. Besides improving performance, this fixes some rare problems when multiple commands are running simultaneously. - SEARCH/SORT: Replace invalid input with unicode "replacement character" instead of just skipping it. - Squat: Handle expunges. NFS support. - Fix Lucene support. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20071230/48ad571e/attachment-0002.bin>
Hello Timo! Is the deliver coredump fixed, too? Ciao, Gerhard -- http://www.wiesinger.com/ On Sun, 30 Dec 2007, Timo Sirainen wrote:> http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta13.tar.gz > http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta13.tar.gz.sig > > Changes since beta12: > > - Half of LDAP code was rewritten to fix reconnect/queuing problems. I > did test that the new code works with and without auth binds, but be > careful. > - \Recent flags should finally work correctly with maildir. > - last_used field wasn't updated for cache fields that were permanently > cached. This caused them to be dropped after a month. > > TODO for RC1: > > - When pipelining commands, do only one sync after all of them. Besides > improving performance, this fixes some rare problems when multiple > commands are running simultaneously. > - SEARCH/SORT: Replace invalid input with unicode "replacement > character" instead of just skipping it. > - Squat: Handle expunges. NFS support. > - Fix Lucene support. > >
Hello Timo! Looks like that 1.1.beta13 doesn't touch the indexes with mbox at all. None are generated/updated. Ciao, Gerhard -- http://www.wiesinger.com/ On Sun, 30 Dec 2007, Timo Sirainen wrote:> http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta13.tar.gz > http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta13.tar.gz.sig > > Changes since beta12: > > - Half of LDAP code was rewritten to fix reconnect/queuing problems. I > did test that the new code works with and without auth binds, but be > careful. > - \Recent flags should finally work correctly with maildir. > - last_used field wasn't updated for cache fields that were permanently > cached. This caused them to be dropped after a month. > > TODO for RC1: > > - When pipelining commands, do only one sync after all of them. Besides > improving performance, this fixes some rare problems when multiple > commands are running simultaneously. > - SEARCH/SORT: Replace invalid input with unicode "replacement > character" instead of just skipping it. > - Squat: Handle expunges. NFS support. > - Fix Lucene support. > >
On Dec 29, 2007, at 5:09 PM, Timo Sirainen wrote:> http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta13.tar.gz > http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta13.tar.gz.sigTimo, This week I switched from v1.0.10 to v1.1.beta13. I'm using OS X 10.4.11. Had no compile or installation problems. I have discovered what I think is an undocumented change in behavior between the two versions regarding public namespaces. I have used a public name space for many months which gives all users access to a public SPAM and HAM mailbox. Every few hours spamassasin runs against the mailboxes and does whatever reporting is needed. The namespaces are defined in dovecot.conf like so: ## NAMESPACES namespace public { separator = / prefix = Public/ location = maildir:/var/mail/shared:CONTROL=~/Maildir/control/ public:INDEX=~/Maildir/index/public } namespace private { separator = / prefix inbox = yes } ## G518X2:~/Maildir/index/public root# ls -la total 0 drwx------ 5 bb admin 170 Sep 9 07:06 . drwx------ 3 bb admin 102 Jul 28 22:38 .. drwx------ 5 bb admin 170 Dec 17 06:10 .HAM drwx------ 3 bb admin 102 Jan 3 18:02 .INBOX drwx------ 5 bb admin 170 Jan 5 13:52 .SPAM Since the upgrade dovecot insists on creating an inbox in the public space even though the conf notes state, "There can be only one INBOX, and this setting defines which namespace has it." Clearly the private namespace has the inbox defined. Attempts to delete the .INBOX from a mail client results in an error: "Inbox can't be deleted". Any ideas? B. Bodger
On Jan 6, 2008, at 9:51 AM, Timo Sirainen wrote:>>>> What plugins do you use? >> >> mail_log and cmusieve (dovecot-sieve-1.1.3) > > Well, I can't reproduce this with my setup, so there must be something > special that's causing this. Unless it's your client that creates the > mailbox itself?Perhaps you're right. I just tried using Thunderbird (Mac) and it does not exhibit this behavior. Apple Mail has an option, "Automatically synchronize changed mailboxes" which I do NOT have checked so the problem must be within Apple Mail as you surmised. In fact, Apple Mail is now displaying public/INBOX in it's list of mailboxes even though it hasn't been created under ~/Maildir/control/ public G518X2:~/Maildir/control/public root# ls -la total 8 drwx------ 5 bb admin 170 Jan 6 10:20 . drwx------ 3 bb admin 102 Jul 28 22:38 .. drwx------ 4 bb admin 136 Jan 6 09:54 .HAM drwx------ 4 bb admin 136 Jan 6 10:10 .SPAM -rw------- 1 bb admin 9 Sep 9 07:06 subscriptions ...and INBOX in not listed in 'subscriptions'. Sorry for the goose chase, unless you like goose, of course :-) B. Bodger