On Sun, 2002-02-24 at 19:51, Oliver Blasnik wrote: > > Well, what I wanted to ask is wether courier-imap supports the > > GETROOTQUOTA command and if it does, how can I verify that courier-imap > > has read the quota information from the users database? > > First, there is no "GETROOTQUOTA" command in rfc 2087. You are talking > about "GETQUOTAROOT"?
Yes, of course ;) my mistake! > Courier IMAPd (afair) does not read this information from the users > database. It uses the $HOME/maildirsize file. It is not created by > default, so you see following: > > > Here is the conversation with the imap server: > [...] > > * QUOTA "ROOT" > > A002 OK GETQUOTAROOT Ok. > > > The quota string in the database is "300000S". > > No "maildirsize" file exists. Deliver one mail into this maildir > and check again. Maildrop and Deliverquota both create it. Another > solution would be to create it by your own (just one line "300000S"). I see... You are right. Placing this file in the home dir gives results. But then, the mysql/ldap/pgsql interfaces all have authinfo->quota, which is obtained and passed on to courier-imap; what is the use for this parameter then? Or is it simply discarded? Does this mean I sould not go to the trouble of obtaining the quota from the database but rather trust the delivery agent with placing the correct quota in "maildirsize"? thx, georgeb _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
