90-acl.conf.erb 676 B

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