In policyd v1 when a user sent an email if they did not have a policy for set for them already it would add that user's policy with the default sender limits.. This feature seems to be gone in v2.. am I wrong or is there some config option im missing?Set a default limit, set tracking to [EMAIL PROTECTED] ... voila.So your saying this should work then.. mysql> select * from quotas; +----+----------+-------------+--------------------+--------+---------+------+---------+----------+| ID | PolicyID | Name | Track | Period | Verdict | Data | Comment | Disabled |+----+----------+-------------+--------------------+--------+---------+------+---------+----------+| 4 | 1 | [EMAIL PROTECTED] | Sender:[EMAIL PROTECTED] | 3600 | REJECT | | | 0 |+----+----------+-------------+--------------------+--------+---------+------+---------+----------+ 1 row in set (0.01 sec) mysql> select * from quotas_limits; +----+----------+--------------+--------------+---------+----------+ | ID | QuotasID | Type | CounterLimit | Comment | Disabled | +----+----------+--------------+--------------+---------+----------+ | 5 | 4 | MessageCount | 100 | | 1 | cause it doesnt seem to be tracking any new users...
Enable full debugging and check if its matching your policies. -N
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Users mailing list [email protected] http://lists.policyd.org/mailman/listinfo/users
