Ok, here is what I am getting: $ telnet localhost 143 Trying 127.0.0.1... Connected to localhost.localdomain. Escape character is '^]'. * OK Courier-IMAP ready. Copyright 1998-2001 Double Precision, Inc. See COPYING for distribution information. . login [EMAIL PROTECTED] password . OK LOGIN Ok. . getquotaroot "inbox" * QUOTAROOT "inbox" "ROOT" * QUOTA "ROOT" . OK GETQUOTAROOT Ok. . logout * BYE Courier-IMAP server shutting down . OK LOGOUT completed Connection closed by foreign host.
Is there a specific setting I need to set in order for Courier to read it from VPOPMAIL? Thanks, Stephen ----- Original Message ----- From: "Bill Shupp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 28, 2004 3:05 PM Subject: Re: [toaster] Quota Usage Plugin > Stephen Harmon wrote: > > When I connect it shows: > > > > * OK [COMPATIBILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDERSUBJECT > > THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP > > ready. > > > > Thanks, > > > > Stephen > > You need to log in, then issue the appropriate commands, like so: > > $ telnet localhost 143 > Trying 127.0.0.1... > Connected to localhost.localdomain. > Escape character is '^]'. > * OK Courier-IMAP ready. Copyright 1998-2001 Double Precision, Inc. See > COPYING for distribution information. > . login [EMAIL PROTECTED] password > . OK LOGIN Ok. > . getquotaroot "inbox" > * QUOTAROOT "." "ROOT" > * QUOTA "ROOT" (STORAGE 444072 512000) > . OK GETQUOTAROOT Ok. > . logout > * BYE Courier-IMAP server shutting down > . OK LOGOUT completed > Connection closed by foreign host. > > This is all quotausage does, and then does the math on the response to > see what current usage is. If this fails, then the imap server is not > recognizing the quota settings in vpopmail. > > Regards, > > Bill Shupp >
