Package: dovecot-imapd
Version: 1.0.rc7-1
After upgrading to 1.0.rc7-1 on Debian Etch, Dovecot kicks out the
errors below and gets very confused:
Sep 20 10:57:25 server01 deliver(alex):
rename(/home/alex/mail/.INBOX.Ubuntu-Users/dovecot-uidlist.lock,
/home/alex/mail/.INBOX.Ubuntu-Users/dovecot-uidlist) failed: No such
file or directory
Sep 20 10:57:25 server01 deliver(alex):
file_dotlock_replace(/home/alex/mail/.INBOX.Ubuntu-Users/dovecot-uidlist)
failed: No such file or directory
Sep 20 10:57:25 server01 deliver(alex): Corrupted transaction log file
/home/alex/mail/.INBOX.Ubuntu-Users/dovecot.index.log: Append with UID
4, but next_uid = 5
Sep 20 10:57:25 server01 dovecot: IMAP(alex): Corrupted transaction log
file /home/alex/mail/.INBOX.Ubuntu-Users/dovecot.index.log: Append with
UID 4, but next_uid = 5
Sep 20 10:57:25 server01 dovecot: IMAP(alex): Transaction log got
desynced for index /home/alex/mail/.INBOX.Ubuntu-Users/dovecot.index
I'm not running it over NFS. It's simply Postfix > MailScanner > Postfix
> Dovecot LDA > /home/username/mail
I purged all the cache/index files and that made no difference.
I've also backed up my email in Thunderbird, wiped my maildir and then
left it to recreate folders as mail arrives and I still get the errors.
This is obviously something to do with Dovecot's LDA so here is the
sieve rule that filters into Ubuntu-Users. I've not altered anything in
my .dovecot.sieve file and It's been working solidly for months:
if header :contains ["To", "CC", "From"] "[EMAIL PROTECTED]" {
fileinto "INBOX.Ubuntu-Users";
stop;
}
Is anybody else seeing this?
Regards,
Alex
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]