Hi, ok, I've compiled it a few times, and made sure all of my settings are correct, but the QUOTA is not appearing in the opening CAPA that comes with the greeting. I have it configured in the dovecot.conf like so: protocol imap { mail_plugins = quota imap_quota } and I can see when turning debugging on that the following is spit out when starting : Starting DovecotILoading modules from directory: /usr/local/lib/dovecot/imap IModule loaded: /usr/local/lib/dovecot/imap/lib10_quota_plugin.so IModule loaded: /usr/local/lib/dovecot/imap/lib11_imap_quota_plugin.so IEffective uid=65534, gid=65534, home=/tmp IQuota root: name= backend=maildir argsIEffective uid=65534, gid=65534, home=/tmp and then I see the following in the dovecot logs : Aug 10 17:35:10 IMAP(xxxxx at simplenet.com): Info: Module loaded: /usr/local/lib/dovecot/imap/lib10_quota_plugin.so Aug 10 17:35:10 IMAP(xxxxx at simplenet.com): Info: Module loaded: /usr/local/lib/dovecot/imap/lib11_imap_quota_plugin.so when I log into the IMAP port, I get the following greeting : * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE STARTTLS AUTH=PLAIN AUTH=LOGIN] Dovecot ready. So it seems there is no QUOTA support for the IMAP server to query for the quota file... can someone help me as to a direction to go here??? The reason I need it is because I believe the web client relies on the QUOTA being in the CAPA in order to show it... Thanks, Tim.
On Mon, 2009-08-10 at 17:43 -0700, Tim Traver wrote:> when I log into the IMAP port, I get the following greeting : > > * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE > STARTTLS AUTH=PLAIN AUTH=LOGIN] Dovecot ready. > > So it seems there is no QUOTA support for the IMAP server to query for > the quota file...The greeting capability lists only capabilities relevant to pre-login session. You'll get the full list with either CAPABILITY command or automatically after logging in. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20090810/92fbdc8b/attachment-0002.bin>
Timo, ok, upon further examination, I found that a later CAPABILITY command did indeed return QUOTA in its line... But I also looked in the code to find out what happens when a command is sent to get the quota like this : QUOT1 GETQUOTAROOT "INBOX" and I get the following back : * QUOTAROOT "INBOX" QUOT1 OK Getquotaroot completed. But I don't see a quota value in there anywhere. The maildirquota file is in place in the maildir, and has all of the correct permissions, unless you restrict it to have particular permissions before you read it... Thanks, Tim. Timo Sirainen wrote:> On Mon, 2009-08-10 at 17:43 -0700, Tim Traver wrote: > >> when I log into the IMAP port, I get the following greeting : >> >> * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE >> STARTTLS AUTH=PLAIN AUTH=LOGIN] Dovecot ready. >> >> So it seems there is no QUOTA support for the IMAP server to query for >> the quota file... >> > > The greeting capability lists only capabilities relevant to pre-login > session. You'll get the full list with either CAPABILITY command or > automatically after logging in. > >