Control Web Panel

WebPanel => CentOS-WebPanel Bugs => Topic started by: brkz on June 15, 2015, 05:14:21 PM

Title: roundcube quota
Post by: brkz 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?
Title: Re: roundcube quota
Post by: brkz 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!
Title: Re: roundcube quota
Post by: Sunghost on September 07, 2015, 01:09:40 PM
Thx for that. @Developer - is there a fix planed in next release for that?