diff dovecot-example.conf @ 4913:dea1c8fa53f4 HEAD

Added lazy expunge plugin.
author Timo Sirainen <timo.sirainen@movial.fi>
date Sat, 16 Dec 2006 02:09:19 +0200
parents a922f89a9e92
children 2f9173e103fd
line wrap: on
line diff
--- a/dovecot-example.conf	Sat Dec 16 01:50:45 2006 +0200
+++ b/dovecot-example.conf	Sat Dec 16 02:09:19 2006 +0200
@@ -1044,4 +1044,12 @@
   #   dovecot --exec-mail ext /usr/libexec/dovecot/expire-tool
   #expire = Trash 7 Spam 30
   #expire_dict = db:/var/lib/dovecot/expire.db
+
+  # Lazy expunge plugin. Currently works only with maildirs. When a user
+  # expunges mails, the mails are moved to a mailbox in another namespace
+  # (1st). When a mailbox is deleted, the mailbox is moved to another namespace
+  # (2nd) as well. Also if the deleted mailbox had any expunged messages,
+  # they're moved to a 3rd namespace. The mails won't be counted in quota,
+  # and they're not deleted automatically (use a cronjob or something).
+  #lazy_expunge = .EXPUNGED/ .DELETED/ .DELETED/.EXPUNGED/
 }