Re: [exim] smtp flood defense

Etusivu
Poista viesti
Vastaa
Lähettäjä: Matt
Päiväys:  
Vastaanottaja: Exim Mailing List
Aihe: Re: [exim] smtp flood defense
> smtp_accept_max = 50
> smtp_accept_max_per_connection = 12
> smtp_accept_max_per_host = 4
> smtp_connect_backlog = 20
>
> and ipfw
>
> add allow tcp from any to me smtp limit src-addr 1 setup
> add deny tcp from any to me smtp
>
> are there other more current tricks of the trade i am missing?


Try this:

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