Hello all, I have installed cluebringer-2.0.11 in hopes of limiting outgoing mail for users per hour.
The install and everything went very well but I am running into a problem where no matter what I do nothing ever gets written to the quotas_tracking table.. mysql> select * from policyd.quotas_tracking ; Empty set (0.00 sec) I have a policy labeled default outbound: It has one member, which is defined as: %internal_ips,%internal_domains,$sasl_username !%internal_domains no I then have a quota called: Default Outbound Outgoing quota Sender:user@domain 3600 REJECT no and a limit configured as: MessageCount 100 no I am pretty sure that Postfix is working because: mysql> select count(instance) from session_tracking; +-----------------+ | count(instance) | +-----------------+ | 11311 | +-----------------+ 1 row in set (0.01 sec) As you can see I have 11311 entries in the session_tracking table. I have tried upping the log level and everything I could think of to get cluebringer to start writing to the table. Can anyone please provide insight? thanks, -Drew _______________________________________________ Users mailing list [email protected] http://lists.policyd.org/mailman/listinfo/users
