dovecot-1.2: dovecot-example.conf: Make example expire_dict go t...

dovecot at dovecot.org dovecot at dovecot.org
Fri Mar 13 23:24:26 EET 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/00fae4dc9d46
changeset: 8824:00fae4dc9d46
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Mar 13 17:24:21 2009 -0400
description:
dovecot-example.conf: Make example expire_dict go through dict proxy.
Patch by Robert McQueen.

diffstat:

1 file changed, 2 insertions(+), 1 deletion(-)
dovecot-example.conf |    3 ++-

diffs (20 lines):

diff -r fa0775526cf4 -r 00fae4dc9d46 dovecot-example.conf
--- a/dovecot-example.conf	Fri Mar 13 15:19:13 2009 -0400
+++ b/dovecot-example.conf	Fri Mar 13 17:24:21 2009 -0400
@@ -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


More information about the dovecot-cvs mailing list