Good day!
I have postfix 2.4.6, dovecot 1.0.9, RedHat EL 4, SASL auth (dovecot),
policyd 1.82.
I configured policyd:
SENDERTHROTTLE=1
SENDER_THROTTLE_SASL=1
SENDER_THROTTLE_HOST=0
SENDERQUOTALIMIT=100000000
Postfix main.cf:
relayhost = 10.120.4.18
mynetworks = 127.0.0.0/8
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated,
reject_unauth_destination, check_policy_service inet:127.0.0.1:10031
After configuring policyd and postfix, I send 3 megabytes on domen gmail.com,
and send from domen gmail.com.
mysql> select _quota_max from throttle where _from='serko';
+------------+
| _quota_max |
+------------+
| 100000000 |
+------------+
1 row in set (0.00 sec)
mysql> select _quota_cur from throttle where _from='serko';
+------------+
| _quota_cur |
+------------+
| 0 |
+------------+
1 row in set (0.00 sec)
Policyd don't count my outgoing messages and don't INSERT into mysql.
How should I configure policyd for SASL users limit of outgoing mail 100 mb?
-------------------------------------------------------------------------
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