On 12/08/2019 05:23, Aki Tuomi via dovecot wrote:> >> On 11/08/2019 22:39 Paul Macdonald via dovecot <dovecot at dovecot.org> >> wrote: >> >> >> >> Hi, >> >> i want to keep track of user mailbox size, >> >> I'm using >> doveadm mailbox status -u <user> vsize INBOX >> >> for a given mailbox this is under reporting ( by a lot) >> >> is this recursive? what shoud i be using to get an accurate disk usage metric? >> >> >> thanks >> Paul. >> > something like this maybe? > > ### > mail_plugins = $mail_plugins quota > > plugin { > ? quota = count > ? quota_vsizes = yes > } > ### > > doveadm quota get -u victim > --- > Aki Tuomiperfect,? thanks Paul -- ------------------------- Paul Macdonald IFDNRG Ltd Web and video hosting ------------------------- t: 0131 5548070 m: 07970339546 e: paul at ifdnrg.com w: http://www.ifdnrg.com ------------------------- IFDNRG 40 Maritime Street Edinburgh EH6 6SA ---------------------------------------------------- Virtual Servers from ?50.00pm High specification Dedicated Servers from ?150.00pm ---------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20190815/22755172/attachment.html>
Ralf Hildebrandt
2019-Sep-26 13:29 UTC
sis-queue: Parent filesystem not given as parameter
I tried to change: mail_attachment_fs = sis posix to mail_attachment_fs = sis-queue posix and immediately failed with: Failed to initialize user: Namespace '': mdbox: mail_attachment_fs: sis-queue: Parent filesystem not given as parameter Where do I specify the "Parent filesystem"? -- Ralf Hildebrandt Gesch?ftsbereich IT | Abteilung Netzwerk Charit? - Universit?tsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt at charite.de | https://www.charite.de
On 26.9.2019 16.29, Ralf Hildebrandt via dovecot wrote:> I tried to change: > mail_attachment_fs = sis posix > to > mail_attachment_fs = sis-queue posix > > and immediately failed with: > > Failed to initialize user: Namespace '': mdbox: mail_attachment_fs: sis-queue: Parent filesystem not given as parameter > > Where do I specify the "Parent filesystem"?sis-queue:/path/to/something Aki