17 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: IMAP Quota co...
FromSent OnAttachments
Joshua E WarcholNov 29, 2001 12:04 pm 
Oliver BlasnikNov 29, 2001 1:56 pm 
Sam VarshavchikNov 29, 2001 2:38 pm 
Joshua E WarcholDec 10, 2001 7:49 am 
Joshua E WarcholDec 10, 2001 12:11 pm 
Sam VarshavchikDec 10, 2001 2:56 pm 
Joshua E WarcholDec 11, 2001 5:22 am 
Sam VarshavchikDec 11, 2001 2:42 pm 
Joshua E WarcholDec 11, 2001 8:07 pm 
Sam VarshavchikDec 11, 2001 8:56 pm 
Mike HorwathDec 11, 2001 10:17 pm 
Sam VarshavchikDec 11, 2001 10:26 pm 
Oliver BlasnikDec 12, 2001 12:59 am 
Mike HorwathDec 12, 2001 8:10 am 
Oliver BlasnikDec 12, 2001 8:25 am 
Mike HorwathDec 12, 2001 7:01 pm 
Oliver BlasnikDec 13, 2001 12:55 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Re: IMAP Quota commands in courier-imap-1.3.12.20011128Actions...
From:Joshua E Warchol (jwar@dsl.net)
Date:Dec 10, 2001 12:11:54 pm
List:net.sourceforge.lists.courier-users

Ok, I found the problem. I'm using an MDA that is only half doing the Maildir++ quota work. It's renaming the files and appending the size to the filenames, but it is not creating maildirsize files. Since courier doesn't see them, it doesn't return anything for the quota command.

(Just a comment, I found this very quickly thanks to the very nice source code in courier-imap)

I'll work this from the MDA angle from here on.

Thanks for the help!!!

On Thu, Nov 29, 2001 at 10:38:02PM +0000, Sam Varshavchik wrote:

The partial quota support uses maildirquotas, that you need to set up first.

See maildir/README.maildirquota.(txt|html)

How does courier-imap's use of deliverquota work? I'm confused because the documentation says maildrop does the quota work.

I'm just looking to use GETQUOTAROOT INBOX to find out the user's quota status. Do you or anyone have advice on this?