On 10. Apr 2025, at 13.20, Andreas Oster via dovecot
wrote:
> However, in my setup I am using a separate namespace for mail
> "archiving" on a slower storage.
> I would like to also restrict the available storage space for users
> individually in this namespace.
> To achieve this I ideally would
On 10. Apr 2025, at 13.43, Timo Sirainen via dovecot
wrote:
>
> This should work:
>
> quota global_quota {
> storage_size = 1G
> }
> namespace foo {
> quota foo_quota {
>storage_size = 2G
> }
> }
>
> and then return from userdb quota/global_quota/storage_size=10G or
> quota/foo_quota/s
Hi all,
I have successfully managed to get individual user qota for inboxes with
values from LDAP working on Dovecot 2.4.
I achieved this with the help of a posting from Aki Tuomi:
<--
I'd recommend moving the storage_size out of quota "User Quota", since
it's then easier to override:
quota "Us