On 22.7.2010, at 22.20, mickael wrote:
> I add this line in dovecot-sql.conf
> user_query = SELECT concat('*:storage=', quota_kb, 'K') AS quota_rule FROM
> virtual_users WHERE email = '%u'
..
> I spent the quota value has 20K in mysql voluntarily on behalf
> '[email protected]' . But unfortunately I always reload after a 100M quota.
> Are you a idea ?
That's because you're using userdb static instead of userdb sql:
> userdb:
> driver: static
> args: uid=5000 gid=5000 home=/var/vmail/%d/%n allow_all_users=yes