Dovecot Quota = 2GB

  • Just as an info, I changed my values to read like this:

    Code
    1. concat('*:storage=', quota, 'M')


    AFAIK *:bytes would only accept a byte value.


    Btw: I also added an UNIQUE INDEX on mail_users.mail_addr, so that the MySQL can perform the user lookup faster. Perhaps this can be incorporated into the MySQL setup db.

  • Ok, idiot question...how do I set the dovecot mailbox quota? Seems to default to 100MB and I can't find where to change it.

  • I didnt read everything in this topic but, what is with that:


    Quote

    plugin {
    global_script_path = /etc/dovecot/sieve/dovecot.sieve
    quota = dict:user::proxy::quotadict
    quota_rule = *:bytes=1G
    }


    in /etc/dovecot/dovecot.conf ?


    quota_rule = *:bytes=1G = 1GB Quota?

  • Sorry i dont get it ... What do you mean ? In the Panel you cant change anything.
    I changed the values in the DB to a Bytenumber of 5GB (5368709120)


    What i have to change in the dovecot configs now? There are a few sections of quota :x ?



    //Edit:


    So what i've done now is, that i changed the db entry to bigint and standard value of 5368709120 ... That would be 5GB and i think thats enough for the start ;)

    Edited once, last by FraggDieb ().