diff dovecot-example.conf @ 4400:593523f53500 HEAD

Removed hardcoded trash plugin configuration paths. Added information about it to dovecot-example.conf
author Timo Sirainen <tss@iki.fi>
date Sat, 17 Jun 2006 18:06:20 +0300
parents 9928ebb54719
children 9577a99b7fef
line wrap: on
line diff
--- a/dovecot-example.conf	Sat Jun 17 17:45:54 2006 +0300
+++ b/dovecot-example.conf	Sat Jun 17 18:06:20 2006 +0300
@@ -977,4 +977,11 @@
   # Convert plugin. If set, specifies the source storage path which is
   # converted to destination storage (default_mail_env).
   #convert_mail = mbox:%h/mail
+
+  # Trash plugin. When saving a message would make user go over quota, this
+  # plugin automatically deletes the oldest mails from configured mailboxes
+  # until the message can be saved within quota limits. The configuration file
+  # is a text file where each line is in format: <priority> <mailbox name>
+  # Mails are first deleted in lowest -> highest priority number order
+  #trash = /etc/dovecot-trash.conf
 }