Colin Bruce <[EMAIL PROTECTED]> wrote:

Dear All,

This may be a stupid question but is there any reason why someone should
not be able to obtain their own e-mail quota. If I do something like

telnet imaphost 143
. login ccx004 password
. getquota user.ccx004

I get "NO Permission denied"

GETQUOTA is reserverd to a user with admin privilege ("admins:" in imapd.conf). Use GETQUOTAROOT instead to get your quota usage:


telnet server 143
. login myusername mypasswort
. getquotaroot INBOX
* QUOTAROOT INBOX INBOX
* QUOTA INBOX (STORAGE 519605 3145728)
. OK Completed

Pascal
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to