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
