Ignore cert files
[sysconfig/dovecot.git] / conf.d / 90-acl.conf
1 ##
2 ## Mailbox access control lists.
3 ##
4
5 # vfile backend reads ACLs from "dovecot-acl" file from mail directory.
6 # You can also optionally give a global ACL directory path where ACLs are
7 # applied to all users' mailboxes. The global ACL directory contains
8 # one file for each mailbox, eg. INBOX or sub.mailbox. cache_secs parameter
9 # specifies how many seconds to wait between stat()ing dovecot-acl file
10 # to see if it changed.
11 plugin {
12   #acl = vfile:/etc/dovecot/global-acls:cache_secs=300
13 }
14
15 # To let users LIST mailboxes shared by other users, Dovecot needs a
16 # shared mailbox dictionary. For example:
17 plugin {
18   #acl_shared_dict = file:/var/lib/dovecot/shared-mailboxes
19 }