<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Does dovecot compute that values for quota2 with each email it
    updates for the user?  Or only an incremental change?<br>
    <br>
    I ask because I am looking at migrating all the user mail from the
    old server to the new and building a new sql database.  All I see
    is:<br>
    <br>
    <pre><span class="inner-pre" style="font-size: 16px">dovecot-dict-sql.conf.ext:

connect = host=/var/lib/mysql/mysql.sock dbname=postfix user=postfix password=$Postfix_Database_Password
map {
        pattern = priv/quota/storage
        table = quota2
        username_field = username
        value_field = bytes
}
map {
        pattern = priv/quota/messages
        table = quota2
        username_field = username
        value_field = messages
}</span></pre>
    <br>
    what is actually done with this table?<br>
    <br>
    thanks<br>
    <br>
    <br>
    <br>
    <br>
    <br>
  </body>
</html>