[Dovecot] Virtual plugin, timeout leaks

Brandon Lamb brandonlamb at gmail.com
Tue Apr 28 04:21:27 EEST 2009


Getting these
Warning: imap <brandonl at pacwebdev.com>: 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
}


More information about the dovecot mailing list