[Dovecot] Re: Getting maildir++ quotas working

Robin Breathe robin at isometry.net
Fri Mar 10 17:55:31 EET 2006


> ...snip...
> So there are two problems that I am trying to resolve, but I'm not sure
> how to go about fixing it.  Any help would be greatly appreciated:
> 
> (1) Dovecot isn't announcing QUOTA support in the capability string.

Timo posted the following patch from Joshua Goodal a while ago to get
the QUOTA added to the capability string:

--- imap-quota/imap-quota-plugin.c      14 Dec 2005 21:28:44 -0000      1.2
+++ imap-quota/imap-quota-plugin.c      6 Jan 2006 00:43:14 -0000
@@ -189,4 +189,5 @@ void imap_quota_plugin_init(void)
        command_register("GETQUOTA", cmd_getquota);
        command_register("SETQUOTA", cmd_setquota);
+       str_append(capability_string, " QUOTA");
 }

I don't know for sure that it still applies, but it looks promising.

> (2) Dovecot isn't getting a valid quota limit, which I assume is breaking
> the GETQUOTAROOT command.

No comment.

Regards,
Robin

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 187 bytes
Desc: OpenPGP digital signature
Url : http://dovecot.org/pipermail/dovecot/attachments/20060310/3256e893/signature.pgp


More information about the dovecot mailing list