ed012bbc8d1ba115962b651579dc6ea6816c7969Timo Sirainen## Mailbox access control lists.
ed012bbc8d1ba115962b651579dc6ea6816c7969Timo Sirainen# vfile backend reads ACLs from "dovecot-acl" file from mail directory.
ed012bbc8d1ba115962b651579dc6ea6816c7969Timo Sirainen# You can also optionally give a global ACL directory path where ACLs are
ed012bbc8d1ba115962b651579dc6ea6816c7969Timo Sirainen# applied to all users' mailboxes. The global ACL directory contains
ed012bbc8d1ba115962b651579dc6ea6816c7969Timo Sirainen# one file for each mailbox, eg. INBOX or sub.mailbox. cache_secs parameter
ed012bbc8d1ba115962b651579dc6ea6816c7969Timo Sirainen# specifies how many seconds to wait between stat()ing dovecot-acl file
ed012bbc8d1ba115962b651579dc6ea6816c7969Timo Sirainen# to see if it changed.
ed012bbc8d1ba115962b651579dc6ea6816c7969Timo Sirainen #acl = vfile:/etc/dovecot/global-acls:cache_secs=300
ed012bbc8d1ba115962b651579dc6ea6816c7969Timo Sirainen# To let users LIST mailboxes shared by other users, Dovecot needs a
ed012bbc8d1ba115962b651579dc6ea6816c7969Timo Sirainen# shared mailbox dictionary. For example:
ed012bbc8d1ba115962b651579dc6ea6816c7969Timo Sirainen #acl_shared_dict = file:/var/lib/dovecot/shared-mailboxes