changeset 3976:7272c083dca8 HEAD

Updated plugin section
author Timo Sirainen <tss@iki.fi>
date Thu, 02 Feb 2006 23:31:29 +0200
parents 9de8bce1077e
children dcd4e8ccd639
files dovecot-example.conf
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dovecot-example.conf	Thu Feb 02 23:29:15 2006 +0200
+++ b/dovecot-example.conf	Thu Feb 02 23:31:29 2006 +0200
@@ -845,6 +845,10 @@
   # This is mostly meant for passing parameters to plugins. %variable
   # expansion is done for all values.
 
-  # Quota
-  quota = dirsize:%h/mail
+  # Quota plugin
+  #quota = dirsize:%h/mail
+
+  # Convert plugin. If set, specifies the source storage path which is
+  # converted to destination storage (default_mail_env).
+  #convert_mail = mbox:%h/mail
 }