Author Topic: roundcube quota  (Read 9820 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
roundcube quota
« on: June 15, 2015, 05:14:21 PM »
I've done over ten installations of CWP so far and for none of it quota displays in Roundcube. quota plugin is installed and enabled in dovecot by default.

Any ideas what could be wrong?

Offline
*
Re: roundcube quota
« Reply #1 on: June 15, 2015, 06:20:43 PM »
For anyone else with the same issue, here's how to fix it:

/etc/dovecot/dovecot.conf
....

userdb {
driver = prefetch
}

userdb {
driver = sql
args = /etc/dovecot/dovecot-mysql.conf
}

....



remove this:

userdb {
driver = prefetch
}


and restart postfix and dovecot.

Problem solved!

Offline
*
Re: roundcube quota
« Reply #2 on: September 07, 2015, 01:09:40 PM »
Thx for that. @Developer - is there a fix planed in next release for that?