Serko wrote:
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 <http://main.cf>:
relayhost = 10.120.4.18 <http://10.120.4.18>
mynetworks = 127.0.0.0/8 <http://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 <http://127.0.0.1:10031> After configuring policyd and postfix, I send 3 megabytes on domen gmail.com <http://gmail.com>, and send from domen gmail.com <http://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)


Shouldn't the _from have a value representing an email address?
something like

select _quota_cur from throttle where _from='[EMAIL PROTECTED]'

...?


Hugo Monteiro.

--
ci.fct.unl.pt:~# cat .signature

Hugo Monteiro
Email    : [EMAIL PROTECTED]
Telefone : +351 212948300 Ext.15307

Centro de Informática
Faculdade de Ciências e Tecnologia da
                   Universidade Nova de Lisboa
Quinta da Torre   2829-516 Caparica   Portugal
Telefone: +351 212948596   Fax: +351 212948548
www.ci.fct.unl.pt             [EMAIL PROTECTED]

ci.fct.unl.pt:~# _


Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/policyd-users

Reply via email to