Roundcube quota usage

Discussion in 'Installation/Configuration' started by mccharlet, Sep 9, 2015.

  1. mccharlet

    mccharlet Member HowtoForge Supporter

    Hi,

    How to configure the usage of the mailbox in roundcube
    Curently, it display 0% (unknown)


    Best regards
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Rundcube gets this data from imap daemon. Which one do you use, courier or dovecot? And which ISPConfig version do you use?
     
  3. mccharlet

    mccharlet Member HowtoForge Supporter

    My config

    Debian wheezy
    dovecot 2.1.7
    Ispconfig 3.0.5.3p8
    Roundcune 1.1.2 imap connexion

    Best regards
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

  5. florian030

    florian030 Well-Known Member HowtoForge Supporter

    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
     
  6. mccharlet

    mccharlet Member HowtoForge Supporter

    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
    }
     
    Last edited: Sep 13, 2015

Share This Page