В Срд, 18/11/2009 в 19:32 -0500, Dean Brooks пишет: > On Wed, Nov 18, 2009 at 11:10:47AM +0300, Vasiliy G Tolstov wrote: > > Hello. I'm using exim to ratelimit local not_smtp messages in this acl: > > > > After some time i get error says that my ratelimit exceded. 3680 of > > 2000. How can this do? May be exim counting bounces? > > I'm not completely understand, why i can't send 2000 messages.. > > If I recall, bounces are indeed re-injected automatically by Exim > as a local message. You'll need to modify your ACL to: > > acl_check_not_smtp: > deny ! senders = : > ratelimit = 2000 / 1h / strict / $sender_ident > message = You can only send $sender_rate_limit per > $sender_rate_period > log_message = "RATE: $sender_rate/$sender_rate_period (max > $sender_rate_limit) $sender_ident" > > -- > Dean Brooks > [email protected] >
Hmm.. I missed that. Thank's! -- Vasiliy G Tolstov <[email protected]> Selfip.Ru -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
