Re: [Dovecot] Virtual plugin, timeout leaks

2009-04-29 Thread Timo Sirainen
On Mon, 2009-04-27 at 18:21 -0700, Brandon Lamb wrote:
> Getting these
> Warning: imap : Timeout leak: 0x461bd0

Fixed: http://hg.dovecot.org/dovecot-1.2/rev/47fa92207042



signature.asc
Description: This is a digitally signed message part


[Dovecot] Virtual plugin, timeout leaks

2009-04-27 Thread Brandon Lamb
Getting these
Warning: imap : Timeout leak: 0x461bd0

/etc/dovecot/virtual/Allmail/dovecot-virtual
*
-Trash
-Trash/*
 all

/etc/dovecot/virtual/INBOX/dovecot-virtual
virtual/Allmail
 inthread x-references2 x-mailbox INBOX

/etc/dovecot/dovecot.conf
namespace private {
prefix = ""
separator = /
list = yes
hidden = yes
}

namespace private {
prefix = virtual/
separator = /
list = no
hidden = yes
inbox = yes
location = virtual:/etc/dovecot/virtual:INDEX=~/dovecot-index
}

namespace private {
prefix = RealMails/
separator = /
list = no
hidden = yes
}