[Dovecot] QUOTA support timeframe? (also -- folders in folders?)
I see it's been in the wishlist a while. Any possible timeframe for getting it working, or maybe a patch (or is it too big a change) to support it?
I'm building a new server to move an existing userbase to. So far I have working:
Postfix (with Maildir quota patches that work fine)
Amavis-new with ClamAV scanning for viruses (will add SpamAssassin soon)
SquirrelMail
IMP (Horde)
(Yes, 2 webmails to allow customers a choice of interface)
Right now my test accounts have quotas, but they have no way to see where they stand without IMAP++ QUOTA support.
Also, a question. Does Dovecot support folders within folders other than INBOX? I hadn't even thought about that question until I tried to create a test folder from within Squirrelmail and checked the "Let this folder contain subfolders" box and the creation failed ---- nevermind, that must be a Squirrelmail oddity. I created another folder inside the test folder and it worked OK -- just have to NOT check that box.
Thanks all,
Gerald
Gerald V. Livingston II wrote:
Also, a question. Does Dovecot support folders within folders other than INBOX? I hadn't even thought about that question until I tried to create a test folder from within Squirrelmail and checked the "Let this folder contain subfolders" box and the creation failed ---- nevermind, that must be a Squirrelmail oddity. I created another folder inside the test folder and it worked OK -- just have to NOT check that box.
I think you'll find in most cases it's the use of mbox that stops you creating folders-in-folders. I can guarantee you that Dovecot using Maildir will happily create folders-in-folders... I'm using them right now.
-- Curtis Maloney cmaloney@cardgate.net
On Wed, 2005-03-30 at 03:44 -0600, Gerald V. Livingston II wrote:
I see it's been in the wishlist a while. Any possible timeframe for getting it working, or maybe a patch (or is it too big a change) to support it?
There's a plugin for 1.0-tests which almost works. Only thing left to do is to add the quota setting.. Hopefully today/tomorrow.
Right now my test accounts have quotas, but they have no way to see where they stand without IMAP++ QUOTA support.
So you're using filesystem quota? You might run into problems with that since Dovecot doesn't handle out-of-quota situations too well..
Also the quota plugin doesn't yet support asking filesystem quota. Shouldn't be a big job to add it though.
On Sun, 03 Apr 2005 00:25:57 +0300 Timo Sirainen wrote:
On Wed, 2005-03-30 at 03:44 -0600, Gerald V. Livingston II wrote:
I see it's been in the wishlist a while. Any possible timeframe for getting it working, or maybe a patch (or is it too big a change) to support it?
There's a plugin for 1.0-tests which almost works. Only thing left to do is to add the quota setting.. Hopefully today/tomorrow.
Thanks for the info. I'll grab and compile when it's in. I wonder if someone is keeping a Debianized version of the tests sources up to date? I have the Debian version of stable installed right now, be nice to be able to track it with the package manager since I like to keep servers "clean" of unneeded software.
Right now my test accounts have quotas, but they have no way to see where they stand without IMAP++ QUOTA support.
So you're using filesystem quota? You might run into problems with that since Dovecot doesn't handle out-of-quota situations too well..
Also the quota plugin doesn't yet support asking filesystem quota. Shouldn't be a big job to add it though.
Not using filesystem quotas. Using Maildir quota support in postFix 2.15. I don't see any way customers will be able to exceed quota as regular IMAP access from outside will be disabled. they will only have POP3 access and webmail (squirrelmail and IMP) access. No way to copy stuff into a folder with those.
Postfix will start bouncing email sent to the customers with "Mailbox full" errors if they exceed quota -- but they customers have no way to verify Maildir size or percentage of quota used in the webmail interfaces so they won't know they've hit quota until they get a phone call from Mom or Uncle Joe telling them about the bounced mail.
I think the PostFix patch for quota does a stat() call n the user's inbox so it doesn't report any "special files" in there that can't be stat()'ed. All mail should be saved as regular files though so it catches the customer's actual useage.
Gerald
participants (3)
-
Curtis Maloney
-
Gerald V. Livingston II
-
Timo Sirainen