[Dovecot] 2.0.7: emails read emails become unread
Hi
My users are reporting that in public folders, emails that were past read suddenly got unread, sometimes even after marking them as read again. Didn't have such problems with 2.0.6 I think.
My dovecot -n:
# 2.0.7: /usr/local/etc/dovecot/dovecot.conf # OS: Linux 2.6.26-2-xen-amd64 x86_64 Debian 5.0.6 auth_mechanisms = plain login disable_plaintext_auth = no listen = * mail_location = maildir:~/Maildir mail_plugins = acl maildir_very_dirty_syncs = yes namespace { inbox = yes location = prefix = separator = . type = private } namespace { location = maildir:/home/_shared/projects:INDEX=~/Maildir/_shared prefix = shared. separator = . subscriptions = no type = public } passdb { driver = pam } plugin { acl = vfile mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename flag_change append mail_log_fields = uid box msgid from subject size vsize flags mail_log_group_events = yes } protocols = imap pop3 service imap { executable = imap } ssl_cert =
On Tue, 2010-11-16 at 12:32 +0100, Kádár Tamás (KTamas) wrote:
My users are reporting that in public folders, emails that were past read suddenly got unread, sometimes even after marking them as read again.
Any errors in Dovecot's logs?
Didn't have such problems with 2.0.6 I think.
I don't think I've changed anything related to this..
namespace { location = maildir:/home/_shared/projects:INDEX=~/Maildir/_shared
You do have dovecot-shared files for all those folders in /home/_shared/projects/, right?
Anyway, losing seen flags for shared mailboxes basically means that Dovecot ignored/lost the index files in ~/Maildir/_shared/ for some reason.
Yes I have dovecot-shared files in their appropriate spaces.
I'll turn on debug mode tomorrow and see if I get any errors related to indexes.
KTamas
On Tue, Nov 16, 2010 at 6:33 PM, Timo Sirainen tss@iki.fi wrote:
On Tue, 2010-11-16 at 12:32 +0100, Kádár Tamás (KTamas) wrote:
My users are reporting that in public folders, emails that were past read suddenly got unread, sometimes even after marking them as read again.
Any errors in Dovecot's logs?
Didn't have such problems with 2.0.6 I think.
I don't think I've changed anything related to this..
namespace { location = maildir:/home/_shared/projects:INDEX=~/Maildir/_shared
You do have dovecot-shared files for all those folders in /home/_shared/projects/, right?
Anyway, losing seen flags for shared mailboxes basically means that Dovecot ignored/lost the index files in ~/Maildir/_shared/ for some reason.
On Tue, 2010-11-16 at 20:29 +0100, Kádár Tamás (KTamas) wrote:
I'll turn on debug mode tomorrow and see if I get any errors related to indexes.
You don't need to turn any debugs on to get error messages. Enabling debugs in general doesn't help with non-reproducible problems.
participants (2)
-
Kádár Tamás (KTamas)
-
Timo Sirainen