diff dovecot-example.conf @ 4526:38f9daea3279 HEAD

s/expire-mails/expire-tool/
author Timo Sirainen <tss@iki.fi>
date Mon, 31 Jul 2006 03:45:11 +0300
parents 99699cf9df43
children 9d9e72374164
line wrap: on
line diff
--- a/dovecot-example.conf	Mon Jul 31 03:44:33 2006 +0300
+++ b/dovecot-example.conf	Mon Jul 31 03:45:11 2006 +0300
@@ -1007,7 +1007,7 @@
   # a dictionary so it can be quickly determined which mailboxes contain
   # expired mails. The actual expunging is done in a nightly cronjob, which
   # you must set up:
-  #   dovecot --exec-mail ext /usr/libexec/dovecot/expire-mails
+  #   dovecot --exec-mail ext /usr/libexec/dovecot/expire-tool
   #expire = Trash 7 Spam 30
   #expire_dict = db:/var/lib/dovecot/expire.db
 }