aboutsummaryrefslogtreecommitdiff
path: root/roles/dovecot/files/conf.d/90-acl.conf
diff options
context:
space:
mode:
authorSam Chudnick <sam@chudnick.com>2026-04-30 07:44:56 -0400
committerSam Chudnick <sam@chudnick.com>2026-04-30 07:44:56 -0400
commit5ad1ea21a7d46f687a3289de836cf6c76415c87f (patch)
tree0fb2db178a337ad0e067d772d35eb469792bf458 /roles/dovecot/files/conf.d/90-acl.conf
parent598c3cac83056c9618c59a49722889fe4944dbf6 (diff)
Updated for Debian 13 and dovecot 2.4
Diffstat (limited to 'roles/dovecot/files/conf.d/90-acl.conf')
-rw-r--r--roles/dovecot/files/conf.d/90-acl.conf19
1 files changed, 0 insertions, 19 deletions
diff --git a/roles/dovecot/files/conf.d/90-acl.conf b/roles/dovecot/files/conf.d/90-acl.conf
deleted file mode 100644
index f0c0e7a..0000000
--- a/roles/dovecot/files/conf.d/90-acl.conf
+++ /dev/null
@@ -1,19 +0,0 @@
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.
11plugin {
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:
17plugin {
18 #acl_shared_dict = file:/var/lib/dovecot/shared-mailboxes
19}