File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,11 @@ protocol imap {
79
79
}
80
80
}
81
81
82
+ # Keep this setting outside the quota { .. } to allow easily overriding it
83
+ # in userdb lookups.
84
+ quota_storage_size = 1G
85
+
82
86
quota "User quota" {
83
- quota_storage_size = 1G
84
87
}
85
88
```
86
89
@@ -330,9 +333,10 @@ protocol !indexer-worker {
330
333
mail_vsize_bg_after_count = 100
331
334
}
332
335
336
+ # 10MB quota limit
337
+ quota_storage_size = 10M
338
+
333
339
quota "User quota" {
334
- # 10MB quota limit
335
- quota_storage_size = 10M
336
340
}
337
341
```
338
342
Original file line number Diff line number Diff line change @@ -190,8 +190,8 @@ protocol lmtp {
190
190
191
191
::: code-group
192
192
``` [dovecot.conf]
193
+ quota_storage_size = 1GB
193
194
quota user {
194
- quota_storage_size = 1GB
195
195
}
196
196
mailbox Trash {
197
197
quota_storage_percentage = 110
You can’t perform that action at this time.
0 commit comments