Where does roundcube look to effectively see whether or not a user has a mail quota set? I'm using postfix as the MTA and postfixadmin for the administrative side of things. The mail quotas are set in postfix and in postfixadmin, but roundcube still shows the little mail quota/storage icon at 0% when a user who has a mail quota set and has a few emails in their mailbox.
(http://i.imgur.com/l7qGE.jpg)
or is that icon at the bottom left of webmail not what I think it is?!
Are you using dovecot? If so, I think you should take a look at your dovecot configuration which is (most likely) from where your mail quota is presented from.
http://wiki2.dovecot.org/Quota/Configuration
Quote from: Yoni on January 10, 2013, 07:14:18 PM
Are you using dovecot? If so, I think you should take a look at your dovecot configuration which is (most likely) from where your mail quota is presented from.
http://wiki2.dovecot.org/Quota/Configuration
no. I use postfix and courier.
Roundcube communicates with Courier to display your mailboxes, not Postfix. You will need to have Courier get the quota info from Postfix so that it can report it to Roundcube. I'm not familiar with how that is done in your case as I use sendmail/dovecot.