Dovecot lazy_expunge
Hi,
I am trying to setup the lazy_expunge plugin for Dovecot 2.3 (using maildir) as a means to keep a buffer of all emails - sent or received.
I essentially appended the following to the bottom of /etc/dovecot.conf (I'm aware this won't survive upgrades). I'm not sure where the config is going wrong, dovecot starts up ok but lazy_expunge is not working.
However when I test it by deleting an email from the Trash I get the following error in the maillog;
Does anyone have any ideas on where this might be going wrong?
mail_plugins = $mail_plugins lazy_expunge acl
namespace expunged {
prefix = expunged
separator = .
hidden = yes
list = no
location = virtual:/usr/local/cpanel/etc/dovecot/virtual/expunged:INDEX=~/mail/virtual/%u/expunged
}
plugin {
lazy_expunge = expunged
lazy_expunge_only_last_instance = yes
quota_rule = expunged:ignore
}
However when I test it by deleting an email from the Trash I get the following error in the maillog;
Error: Mailbox INBOX.Trash: UID=1: lazy_expunge: Couldn't open expunge mailbox: Failed to create mailbox expunged: Can't create virtual mailboxes
Error: Mailbox INBOX.Trash: Lazy-expunge transaction failed: Mailbox INBOX.Trash: UID=1: lazy_expunge: Couldn't open expunge mailbox: Failed to create mailbox expunged: Can't create virtual mailboxesDoes anyone have any ideas on where this might be going wrong?
-
Does the creator of the plugin offer any support? 0 -
I believe it's a core dovecot plugin 0 -
I do see that here - Lazy Expunge " Dovecot documentation Let me do some more research on this and I'll see what I can find, but odds are if it's not included with the cPanel installation, there might not be much I can do on my end. 0 -
I checked with the email development team and confirmed this isn't something we intended to support. Could you use the link in my signature to create a feature request? While that doesn't guarantee it will get added to the product, it does notify our developers that someone wants the feature, and lets other users vote for the request. 0
Please sign in to leave a comment.
Comments
5 comments