From 5ad1ea21a7d46f687a3289de836cf6c76415c87f Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Thu, 30 Apr 2026 07:44:56 -0400 Subject: Updated for Debian 13 and dovecot 2.4 --- roles/dovecot/files/conf.d/90-acl.conf | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 roles/dovecot/files/conf.d/90-acl.conf (limited to 'roles/dovecot/files/conf.d/90-acl.conf') 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 @@ -## -## Mailbox access control lists. -## - -# vfile backend reads ACLs from "dovecot-acl" file from mail 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. cache_secs parameter -# specifies how many seconds to wait between stat()ing dovecot-acl file -# to see if it changed. -plugin { - #acl = vfile:/etc/dovecot/global-acls:cache_secs=300 -} - -# To let users LIST mailboxes shared by other users, Dovecot needs a -# shared mailbox dictionary. For example: -plugin { - #acl_shared_dict = file:/var/lib/dovecot/shared-mailboxes -} -- cgit v1.2.3