[Dovecot] Virtual mailbox help
Timo Sirainen
tss at iki.fi
Mon Sep 13 16:46:06 EEST 2010
On Thu, 2010-09-09 at 13:18 +0530, Joy wrote:
> # OS: Linux 2.6.26-2-686 i686 Debian 5.0.5
> mail_location = maildir:~/Maildir
..
> namespace {
> location = virtual:~/Maildir/.virtual:LAYOUT=maildir++
Don't do this! Now you're mixing your regular maildir with your virtual
mailboxes, because both are accessing ~/Maildir/.virtual. That just
makes a mess. Change the name to e.g. ~/Maildir/virtual/
> Sep 09 13:02:48 imap(piyush): Panic: file strfuncs.c: line 72
> (p_strndup): assertion failed: (max_chars != (size_t)-1)
Anyway, http://hg.dovecot.org/dovecot-2.0/rev/4fc447d1281e fixes this
crash.
More information about the dovecot
mailing list