[Dovecot] quota in SQL and static userdb

Anton Dollmaier antondollmaier at aditsystems.de
Mon Nov 23 20:37:22 EET 2009


> Probably with sql dict too, but I can't remember right now how exactly.


This works for us:

dict {
   quotadict = mysql:/etc/dovecot/dovecot-dict-quota.conf
}
plugin {
  quota = dict:INBOX::proxy::quotadict
  quota2 = dict:shared:%d:ns=shared.:proxy::quotadict
}


in the mysql-table, username and domain are stored in the same column


More information about the dovecot mailing list