Hey guys, I'm using cyrus imapd 2.0.7, everything seems ok but the quota feature.
Use cyradm to set quota: localhost> setquota user.test 10000 localhost> lqr user.test It returns a blank line, nothing about the quota usage. If I telnet to imap port: $ telnet mail.***.com 143 * OK mail.***.com Cyrus IMAP4 v2.0.7 server ready 1 login test *** 1 OK User logged in 2 getquotaroot user.test * QUOTAROOT user.test 2 OK Completed I know it should be this: 1 login test *** 1 OK User logged in 2 getquotaroot user.test * QUOTAROOT user.test * QUOTA user.test (STORAGE 3546 10000) 2 OK Completed Why it doesn't return the QUOTA?