There isn't much documentation on quota_grace. How would you disable quota grace? quota_grace = 0 quota_grace = 0% quota_grace = 0m quota_grace = -1 Assuming "0" isn't an "unlimited" setting?
> On 07/29/2021 1:26 PM dovecot at ptld.com wrote: > > How would you disable quota grace? > quota_grace = 0 > quota_grace = 0% > quota_grace = 0m > quota_grace = -1Either of the first three would work. They all resolve to a value of 0 - quota_grace adjusts the existing root limits by whatever factor quota_grace is (either a percentage or a defined size). michael