Author |
|
rnuno Newbie
Joined: 02 March 2012
Online Status: Offline Posts: 4
|
Posted: 26 December 2012 at 1:40pm | IP Logged
|
|
|
Hi,
For some reason after the upgrade IMAP Quota is not showing up anymore.
Is there any debug flag that we can enable to see what is going on?
I double cheeked the <TakeImapQuota>On</TakeImapQuota on the settings.xml
And this is the result on the IMAP server.
Code:
[root@ebro /]# telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE] Courier-IMAP ready. Copyright 1998-2005 Double Precision, Inc. See COPYING for distribution information.
a LOGIN rnuno@example.com test123
a OK LOGIN Ok.
a GETQUOTAROOT
a NO Error in IMAP command received by server.
a GETQUOTAROOT INBOX
* QUOTAROOT "INBOX" "ROOT"
* QUOTA "ROOT" (STORAGE 5 29297)
a OK GETQUOTAROOT Ok.
|
|
|
Is there any other option that im missing?
|
Back to Top |
|
|