Help with migration of Quota config to 2.4.0?
25 Jan
2025
25 Jan
'25
3:13 p.m.
I've converted most of my config to 2.4.0, but one thing I don't get from the docs:
mail_plugins = $mail_plugins quota
protocol imap {
mail_plugins = $mail_plugins imap_quota
}
plugin {
quota = maildir:User quota:noenforcing
quota_rule = *:storage=7GB
quota_rule2 = Trash:storage=+10%%
}
How would this translate?
25 Jan
25 Jan
9:57 p.m.
On 25. Jan 2025, at 15.13, Andreas via dovecot <dovecot@dovecot.org> wrote:
I've converted most of my config to 2.4.0, but one thing I don't get from the docs:
mail_plugins = $mail_plugins quota protocol imap { mail_plugins = $mail_plugins imap_quota } plugin { quota = maildir:User quota:noenforcing quota_rule = *:storage=7GB quota_rule2 = Trash:storage=+10%% }
mail_plugins { quota = yes } protocol imap { mail_plugins { imap_quota = yes } } quota "User quota" { driver = maildir enforce = no storage_size = 7 GB } namespace inbox { mailbox Trash { quota_storage_percentage = 110 } }
Although since the quota isn't enforced, I don't see the point of having the Trash rule.
10
Age (days ago)
10
Last active (days ago)
1 comments
2 participants
participants (2)
-
dovecot.org@schildbach.de
-
Timo Sirainen