Sorry if this isn't the place to ask this..
I'm having one little issue and I'm hoping it's just something I'm doing wrong.
Running postfix/dovecot/vimbadmin. Quotas work just fine. They display fine. Except when I went to change some users storage space this is not reflected in roundcube. Space was changed in vimbadmin, its reflected in the mysql table so all is well there. When I hover over the bar in roundcube it shows the previous amount.
Is this a cache thing or does it pull that amount every time I log in.
Thank you. Bruce Markey
On 09/11/2013 02:52 AM, Bruce Markey wrote:
Is this a cache thing or does it pull that amount every time I log in.
Quota information is not cached in Roundcube. You can enable imap_debug to see when and what's returned by the IMAP server.
Am 11.09.2013 08:02, schrieb A.L.E.C:
Quota information is not cached in Roundcube. You can enable imap_debug to see when and what's returned by the IMAP server.
Well, I expected the same thing earlier (though this was maybe half a year ago and things may have changed since then). However, it turned out that after performing logout and logging in again, quota was displayed correctly.
It seems as if Roundcube reads the quota limit only upon login and stores them in the session thereafter (which makes sense of course)... Maybe Bruce tried it just quickly for himself and did not sign out ;-)
Greets, Dennis
Here is the output from debug imap.
[11-Sep-2013 15:57:47 +0000]: [5986] S: A0003 OK List completed. [11-Sep-2013 15:57:47 +0000]: [5986] C: A0004 GETQUOTAROOT INBOX [11-Sep-2013 15:57:47 +0000]: [5986] S: * QUOTAROOT "INBOX" "User quota" [11-Sep-2013 15:57:47 +0000]: [5986] S: * QUOTA "User quota" (STORAGE 81 256000) [11-Sep-2013 15:57:47 +0000]: [5986] S: A0004 OK Getquotaroot completed. [11-Sep-2013 15:57:47 +0000]: [5986] C: A0005 LOGOUT
My question is, where is it getting that 256 from? As I mentioned it's correct in the mysql table.
Thank you Bruce