On 09/28/09 14:53, Shelley Waltz wrote: > On Mon, 28 Sep 2009, Shelley Waltz wrote: > > I have set up policyd to use quotas. I wish to have a limit on > the number of outgoing emails from my domain. I have set up the > Default Outbound Policy to track Sender:u...@domain and have defined > my domain. The limit is set at MessageCount with a CounterLimit of 1800. > > I set the counter limit high as I wish to monitor for a period in order > to set a realistic value. > > My question is - where/what value in the mysql database holds the > information > on the current value of the counter for outgoing messages? > > I look at the database, but cannot determine which field this is. > > thanks for any help or advise, > Shelley > > > > Actually my tracking is Sender:@domain as I wished a cumulative outgoing > quota for the entire domain, not by user. I see data in session_tracking, > but where is the cummulative count stored for the period?
Its a rolling counter in table quota_tracking :) -N _______________________________________________ Users mailing list [email protected] http://lists.policyd.org/mailman/listinfo/users
