From 0e17bc4c0540c5c8fc884c783bda369ebf23c021 Mon Sep 17 00:00:00 2001 From: Paul Iannetta Date: Thu, 21 Apr 2022 23:23:15 +0200 Subject: add conf for dovecot as a local mail server --- .config/dovecot/conf.d/90-acl.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 .config/dovecot/conf.d/90-acl.conf (limited to '.config/dovecot/conf.d/90-acl.conf') diff --git a/.config/dovecot/conf.d/90-acl.conf b/.config/dovecot/conf.d/90-acl.conf new file mode 100755 index 0000000..f0c0e7a --- /dev/null +++ b/.config/dovecot/conf.d/90-acl.conf @@ -0,0 +1,19 @@ +## +## 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-54-g00ecf