Displaying 6 results from an estimated 6 matches for "rfc2087".
2008 Nov 18
1
MESSAGE Quota not RFC2087 compliant
...this:
quota_rule = *:storage=1G
quota_rule2 = *:messages=1337
this leads to the following GETQUOTAROOT response:
01 GETQUOTAROOT INBOX
* QUOTAROOT "INBOX" "mbraun quota"
* QUOTA "mbraun quota" (STORAGE 6553 1048576 MESSAGES 122 1337)
01 OK Getquotaroot completed.
RFC2087 (http://www.faqs.org/rfcs/rfc2087.html) describes the response like as:
STORAGE: Sum of messages' RFC822.SIZE, in units of 1024 octets
MESSAGE: Number of messages
As you can see, the response "MESSAGES" differs from the specified "MESSAGE"
which leads to parsing issues on...
2006 Jun 20
1
"GETQUOTA" Working?
...ILDREN NAMESPACE LOGIN-REFERRALS
b OK Capability completed.
c GETQUOTAROOT INBOX
c BAD Error in IMAP command GETQUOTAROOT: Unknown command.
d GETQUOTA ""
d BAD Error in IMAP command GETQUOTA: Unknown command.
e LOGOUT
* BYE Logging out
e OK Logout completed.
(Per http://www.faqs.org/rfcs/rfc2087.html)
Apparently "QUOTA" isn't being advertised, and none of the commands
are accepted. Any ideas?
Rich
2008 Jul 08
2
Multiple quota roots with quota-fs backend
...ORAGE 310360 1048576)
* QUOTA "Spool" (STORAGE 89708 1000000)
. OK Getquotaroot completed.
. logout
* BYE Logging out
. OK Logout completed.
You see, that _always_ both quota roots are reported, whether
the references mailbox is actually placed on this filesystem or not.
However reading RFC2087 confirms me in the idea, that just the
_related_ quota roots should be listed:
-------------------------------8<-----------------------------------------
4.3. GETQUOTAROOT Command
Arguments: mailbox name
Data: untagged responses: QUOTAROOT, QUOTA
Result: OK - getquota...
2006 Jan 19
1
beta1: how to use quota plugin???
Hi,
After searching gmane.mail.imap.dovecot on the topic, and
wiki.dovecot.org, I'm still clueless on how to use RFC 2087
quotas in dovecot with the quota plugin. How come no wiki
doc?
My setup: Solaris 9, mbox format. Both the filesystem for
INBOXes (/var/mail) and the user's home directories have
filesystem-based quotas imposed. For example:
% quota -v joeblow
Disk quotas for
2005 Mar 15
1
Quota
...ou before! :), now it's finally your chance to do it
quite easily.
With the API changes committed today to CVS, it's now much easier to
write plugins that modify mail-storage behavior. So, I finally fixed my
half-working quota plugin that had been lying there for a while. It
implements the RFC2087 quota commands for IMAP, a generic quota API that
should allow pretty much any kind of quota implementation, and the
actual quota limit checking for saving and copying mails. As an example
there's an implementation which just scans through all files in a
directory and sums their sizes.
Current...
2012 Nov 04
5
Quota
Hi,
is it possible to ask Dovecot for a users quota by talking to the Dovecot server over TCP? I know about doveadm quota -u <user>, but I would like to know, if I can query for that over a network connection (on the Postfix ML they suggested writing a policy service that checks quota. Postfix is not always on the same server as Dovecot is).
Does the LMTP protocol give that information