File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ This allows individual /SEEN information for the public namespace.
3636mail_driver = maildir
3737mail_path = ~/maildir
3838mail_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
103102Later on the auth service will be configured to run in the ` doveauth ` user
104103context. 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
106105the ` vmail ` context specified in the passwd-file.
107106
108107To keep directory permissions simple these will be stored seperately under
@@ -173,7 +172,6 @@ verbose_proctitle = yes
173172``` [dovecot.conf]
174173protocol 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```
You can’t perform that action at this time.
0 commit comments