Timo Sirainen wrote:
On Mon, 2008-03-31 at 15:10 -0500, Chris Richards wrote:
Dovecot is version 1.0.rc15
I agree with others that it would be a good idea to upgrade from rc15, but..
I'm working on this....
Mar 31 14:00:58 myserver dovecot: IMAP(me): Maildir /home/me/.Maildir sync: UID inserted in the middle of mailbox (85953 > 85053, file = msg.XL7B:2,)
This is a procmail configuration problem: http://wiki.dovecot.org/MailboxFormat/Maildir#procmail
Ok, As I read this, basically you're saying that I need to append the / to my delivery dirs? Or that I need to append the / and only deliver to Maildir, instead of Maildir/new?
Here's my .procmailrc # .procmailrc # routes incoming mail to appropriate destinations PATH=/usr/bin:/usr/sbin:/bin:/sbin MAILDIR=$HOME/.Maildir # all mailboxes live here DEFAULT=$MAILDIR/new/ # This is where incoming mail goes LOGFILE=$HOME/.procmail_log DELIVER="/usr/lib/dovecot/deliver" SHELL=/bin/sh :0:
- ^X-Spam-Flag: YESS
- ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\* $MAILDIR/.Spam/new/
I changed the .procmailrc to append the / to the dir. Is that all I need to do?
Thanks, Chris