From 2a03175c15cb17942c8efd5dbb073ca65113aa1f Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 13 Mar 2009 17:24:21 -0400 Subject: [PATCH] dovecot-example.conf: Make example expire_dict go through dict proxy. Patch by Robert McQueen. --HG-- branch : HEAD --- dovecot-example.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dovecot-example.conf b/dovecot-example.conf index b08a71327a..548cd49e6b 100644 --- a/dovecot-example.conf +++ b/dovecot-example.conf @@ -1097,6 +1097,7 @@ auth default { dict { #quota = mysql:/etc/dovecot-dict-quota.conf + #expire = db:/var/lib/dovecot/expire.db } # Path to Berkeley DB's configuration file. See doc/dovecot-db-example.conf @@ -1179,7 +1180,7 @@ plugin { # you must set up: # dovecot --exec-mail ext /usr/libexec/dovecot/expire-tool #expire = Trash 7 Spam 30 - #expire_dict = db:/var/lib/dovecot/expire.db + #expire_dict = proxy::expire # Lazy expunge plugin. Currently works only with maildirs. When a user # expunges mails, the mails are moved to a mailbox in another namespace -- 2.47.3