We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e4a2a commit c1eeba1Copy full SHA for c1eeba1
docs/installation/upgrade/include/2.4-acls.inc
@@ -32,6 +32,18 @@ user=kim lrw
32
```
33
:::
34
35
+Or the same ACLs in a global ACL file:
36
+
37
+```[/etc/dovecot/acl-file]
38
+INBOX owner lrwstipekxa
39
+INBOX anyone lr
40
+INBOX user=kim l
41
+INBOX/foo user=timo lr
42
+INBOX/foo user=kim lrw
43
+INBOX/foo/bar user=kim lrw
44
+```
45
+:::
46
47
You have to create the new ACLs to `dovecot.conf`:
48
49
```[dovecot.conf]
0 commit comments