search for: quota_msg

Displaying 3 results from an estimated 3 matches for "quota_msg".

Did you mean: quota_msgs
2011 Oct 19
1
'doveadm quota get' dictionary SQL query ignores specified '@domain' part of username. bad config or bug?
...9;ve created a MAILBOX parameter table, 'PARAMS', that contains unique <user>@<domain> pairs, with quota data. mysql> select * from PARAMS; +----+------------------------+------------+-------------+------------+ | ai | MAILBOX_user_domain | quota | quota_bytes | quota_msgs | +----+------------------------+------------+-------------+------------+ | 1 | myuser at domain1.com | 1073741824 | 0 | 0 | | 2 | myuser at domain2.com | 1000000000 | 0 | 0 | +----+------------------------+------------+-------------+--------...
2011 Oct 24
0
[bug] Changing dovecot 'quota' Value incorrectly overwrites Limit with same value
...? ? ? 0 > ? ? ? ? ? ? ? ?myuser at domain2.com ? ? ?User quota ? ? ?MESSAGE ? ? ? ? 0 ? ? ? 10000 ? 0 > > ? ? ? ?mysql> select * from PARAMS; > ? ? ? ? ? ? ? ?+----+------------------------+------------+-------------+ > ? ? ? ? ? ? ? ?| ai | MAILBOX_user_domain ? ?| quota_bytes | quota_msgs | > ? ? ? ? ? ? ? ?+----+------------------------+-------------+------------+ > ? ? ? ? ? ? ? ?| ?1 | ?myuser at domain1.com ? ?| ? ? ? ? ? 0 | ? ? ? ? ?0 | > ? ? ? ? ? ? ? ?| ?2 | ?myuser at domain2.com ? ?| ? ? ? ? ? 0 | ? ? ? ? ?0 | > ? ? ? ? ? ? ? ?+----+------------------------+--...
2011 Oct 28
0
Are you successfully using using SQL queries to manage Dovecot2 Quota Values & Limits?
...? ? ? ? ? ? ?myuser at domain2.com ? ? ?User quota ? ? ?MESSAGE ? ? ? ? 0 ? ? ? 10000 ? 0 >> >> ? ? ? ?mysql> select * from PARAMS; >> ? ? ? ? ? ? ? ?+----+------------------------+------------+-------------+ >> ? ? ? ? ? ? ? ?| ai | MAILBOX_user_domain ? ?| quota_bytes | quota_msgs | >> ? ? ? ? ? ? ? ?+----+------------------------+-------------+------------+ >> ? ? ? ? ? ? ? ?| ?1 | ?myuser at domain1.com ? ?| ? ? ? ? ? 0 | ? ? ? ? ?0 | >> ? ? ? ? ? ? ? ?| ?2 | ?myuser at domain2.com ? ?| ? ? ? ? ? 0 | ? ? ? ? ?0 | >> ? ? ? ? ? ? ? ?+----+-----------...