changeset 4098:59883de6c516 HEAD

Added ACL plugin comments and updated quota comments.
author Timo Sirainen <tss@iki.fi>
date Mon, 06 Mar 2006 23:32:38 +0200
parents 8d37f7d2ec40
children 0c11f0b05e19
files dovecot-example.conf
diffstat 1 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dovecot-example.conf	Mon Mar 06 23:20:08 2006 +0200
+++ b/dovecot-example.conf	Mon Mar 06 23:32:38 2006 +0200
@@ -867,8 +867,18 @@
   # This is mostly meant for passing parameters to plugins. %variable
   # expansion is done for all values.
 
-  # Quota plugin
-  #quota = dirsize:%h/mail
+  # Quota plugin. Multiple backends are supported:
+  #   dirsize: Find and sum all the files found from mail directory
+  #   dict: Keep quota stored in dictionary (eg. SQL)
+  #   maildir: Maildir++ quota
+  #   fs: Read-only support for filesystem quota
+  #quota = maildir
+
+  # ACL plugin. vfile backend reads ACLs from "dovecot-acl" file from maildir
+  # directory. You can also optionally give a global ACL directory path where
+  # ACLs are applied to all users' mailboxes. The global ACL directory contains
+  # one file for each mailbox, eg. INBOX or sub.mailbox.
+  #acl = vfile:/etc/dovecot-acls
 
   # Convert plugin. If set, specifies the source storage path which is
   # converted to destination storage (default_mail_env).