Displaying 1 result from an estimated 1 matches for "m331058p4751".
2020 Feb 07
2
Dovecot/doveadm quota
...ecot relies on S= instead of real disk size email takes?
1) compressed mails take less than than the S= specified
2) we could avoid using "S=" for the lookups and count every file there, including indexes and mails without S=... if we'd read filesizes
Eample:
# ls -l '1567026317.M331058P4751.testing.server.com,S=3086,W=3148:2,S'
-rw------- 1 dev mail 1274 Aug 29 00:05 1567026317.M331058P4751.testing.server.com,S=3086,W=3148:2,S
Proposed patch (solves #1, not sure about your opinion on #2):
--- src/plugins/quota/quota-maildir.c.orig 2020-02-05 19:21:08.582998417 -0700
+++ src/plugi...