Hi, How to configure the usage of the mailbox in roundcube Curently, it display 0% (unknown) Best regards
Rundcube gets this data from imap daemon. Which one do you use, courier or dovecot? And which ISPConfig version do you use?
My config Debian wheezy dovecot 2.1.7 Ispconfig 3.0.5.3p8 Roundcune 1.1.2 imap connexion Best regards
Strange, this software combination should definitely show quota. Please take a look into the /etc/dovecot/dovecot.conf file if the quota plugins for imap are enabled http://wiki.dovecot.org/Quota And check if quota = maildir is set as well. https://forum.directadmin.com/showthread.php?t=34464
I use Code: plugin { quota = dict:user::file:/var/vmail/%d/%n/.quotausage } protocol imap { mail_plugins = $mail_plugins notify quota } This works with roundcube. As you are running dovecot 2.x, don´t use the wiki for 1.x-versions
This is my configuration. I use dovecot 2 plugin { quota = dict:user::file:/var/vmail/%d/%n/.quotausage sieve=/var/vmail/%d/%n/.sieve } protocol imap { mail_plugins = quota imap_quota }