Skip to content

Commit 11b7476

Browse files
sirainencmouse
authored andcommitted
howto/virtual/postfix: Remove acl settings
These seem rather irrelevant to the rest of this guide, and they're not described why they're being used.
1 parent 6946c63 commit 11b7476

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/howto/virtual/postfix.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ This allows individual /SEEN information for the public namespace.
3636
mail_driver = maildir
3737
mail_path = ~/maildir
3838
mail_plugins {
39-
acl = yes
4039
quota = yes
4140
}
4241
@@ -96,13 +95,13 @@ userdb passwd-file {
9695

9796
```[/var/vmail/auth.d/<domain>/passwd]
9897
<user>@<domain>:{SSHA}xxxx:5000:5000::/var/vmail/<domain>/<user>::userdb_quota_rule=\
99-
*:storage=5G userdb_acl_groups=PublicMailboxAdmins
98+
*:storage=5G
10099
```
101100
:::
102101

103102
Later on the auth service will be configured to run in the `doveauth` user
104103
context. Therefore the directory `auth.d/` and its content will be owned
105-
by this user, while mails / ACLs / Sieve-Scripts, will be accessed using
104+
by this user, while mails / Sieve-Scripts, will be accessed using
106105
the `vmail` context specified in the passwd-file.
107106

108107
To keep directory permissions simple these will be stored seperately under
@@ -173,7 +172,6 @@ verbose_proctitle = yes
173172
```[dovecot.conf]
174173
protocol imap {
175174
mail_plugins {
176-
imap_acl = yes
177175
imap_quota = yes
178176
mail_log = yes
179177
notify = yes
@@ -199,8 +197,6 @@ plugin {
199197
quota_rule = *:storage=1GB
200198
quota_rule2 = Trash:storage=+10%%
201199
202-
acl = vfile:/var/vmail/conf.d/%d/acls:cache_secs=300
203-
204200
sieve = ~/.dovecot.sieve
205201
}
206202
```

0 commit comments

Comments
 (0)