23 Jul
2010
23 Jul
'10
12:24 a.m.
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 'bla@domain.com' . 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