Thank you, Hugo Monteiro, for my reply.
I discovered my problem. I should add to my main.cf these settings:
smtpd_end_of_data_restrictions = check_policy_service inet:127.0.0.1:10031
And after that my limits start working!
mysql> select _quota_cur from throttle where _from='serko';
+------------+
| _quota_cur |
+------------+
|    2420327 |
+------------+
1 row in set (0.00 sec)
mysql> select _quota_max from throttle where _from='serko';
+------------+
| _quota_max |
+------------+
|  100000000 |
+------------+
1 row in set (0.00 sec)
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
policyd-users mailing list
policyd-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/policyd-users

Reply via email to