In our casem wqe don;t care about the recipients, just the senders.  In 
your case, if you wnat to limit what recipients can receive, then the 
table size will be determined eventually by how many indovidual 
recipients you have on your host(s).

If you want to really limit email based on a monthly quota, then you'll 
need to leave the RECIPIENT_INACTIVE_EXPIRE variable set to 31 days.  If 
you want to limit it to a daily quota, change it to 1d, weekly to 7d, etc.

My cron entry for cleanup looks something like this:

0 * * * * /home/policyd/cleanup -c /home/policyd/policydex.conf

meaning it runs every hour on the hour.

--Tobias

Jon Duggan wrote:
> RECIPIENT_INACTIVE_EXPIRE=
>
> # inactive recipients database record cleanup       default: 31 days
> #
> #   this allows you to specify how long the throttling
> #   records of inactive recipients are kept in the database.
> #   this allows to keep the database small. a setting
> #   of 0 keeps all entries.
> #
>
> Done using the cleanup crons
>
> Jon
>
>   

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
policyd-users mailing list
policyd-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/policyd-users

Reply via email to