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

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


details:   http://hg.dovecot.org/dovecot-1.1/rev/9c115d7a352f
changeset: 8198:9c115d7a352f
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Mar 13 17:24:04 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 5eca759375a4 -r 9c115d7a352f dovecot-example.conf
--- a/dovecot-example.conf	Fri Mar 13 15:19:26 2009 -0400
+++ b/dovecot-example.conf	Fri Mar 13 17:24:04 2009 -0400
@@ -1058,6 +1058,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
@@ -1136,7 +1137,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