Re: [exim] New Version with the Ratelimit Patch

Góra strony
Delete this message
Reply to this message
Autor: Matt
Data:  
Dla: exim-users
Temat: Re: [exim] New Version with the Ratelimit Patch
> That would be great. I'm really looking forward to it.
> Because some bad guy's use our service to try to send
> spam. At the moment i use a perl script i wrote with exim
> to look into the queue but that is not a very good solution!
>
> And with the feature i already asked sometime ago
> i will be able to fight against them :-)


Wouldn't something like this work/help?

warn ratelimit = 200 / 1h / per_rcpt / strict
        delay = 10s
        log_message = Sender $sender_address rate $sender_rate /
$sender_rate_period excedes limit delayed 10 seconds


Matt