diff dovecot-example.conf @ 5537:ebffd0ccd22a HEAD

Added cache_secs parameter to vfile backend.
author Timo Sirainen <tss@iki.fi>
date Wed, 11 Apr 2007 11:56:17 +0300
parents fab24638eee7
children 0d6cd7281aa7
line wrap: on
line diff
--- a/dovecot-example.conf	Tue Apr 10 17:37:50 2007 +0300
+++ b/dovecot-example.conf	Wed Apr 11 11:56:17 2007 +0300
@@ -1055,8 +1055,10 @@
   # 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
+  # one file for each mailbox, eg. INBOX or sub.mailbox. cache_secs parameter
+  # specifies how many seconds to wait between stat()ing dovecot-acl file
+  # to see if it changed.
+  #acl = vfile:/etc/dovecot-acls:cache_secs=300
 
   # Convert plugin. If set, specifies the source storage path which is
   # converted to destination storage (mail_location) when the user logs in.