On 24/07/2012 11:14, CSS wrote: > sqlite> select * from quotas; > 1|5|Recipient quotas|Recipient:user@domain|3600|REJECT|||0 > 2|5|Quota on all /24s|SenderIP:/24|3600|REJECT|||0 > 3|6|limit_sending|SASLUsername|3600|REJECT|100|3600 is period in secs > data is messages in period|0 > 4|7|outbound test|SASLUsername|300|REJECT|4|testing|0 > (I have no idea what the first two are, don't see them in webui)
These were probably linked to policies which have been deleted? You can disable ones you don't want to use. > sqlite> select * from quotas_limits; > 1|1|MessageCount|10||0 > 2|1|MessageCumulativeSize|8000||0 > 3|2|MessageCount|12||0 > 4|3|MessageCount|100||0 > 5|4|MessageCount|4||0 > (same here, the last two are mine, not sure about the others) Same as above. > And here's me being tracked: > > sqlite> select * from quotas_tracking; > 4|SASLUsername:[email protected]|1343121141|1.9325 > (not sure how 2 messages = 1.9325 though) The quotas message count is based on a rolling window and the counter will be adjusted depending on how many mails pass and how much time has passed. For a detailed explanation see the bottom of this page: http://wiki.policyd.org/quotas _______________________________________________ Users mailing list [email protected] http://lists.policyd.org/mailman/listinfo/users
