Re: Stopping "machine gunners" - not really a
Dennis Wynne <[email protected]> Mon, 13 Mar 2006 08:26:00 -0600
| Newsgroups | gmane.mail.spam.greylist.user |
|---|---|
| Message-ID | <[email protected]> |
>I think you want something like Sendmail 8.13.x's ratecontrol and >conncontrol throttle options. I had one of these options set, but added the other one - thanks. We had a spammer hit last week with nearly 200 messages in just a few minutes, greylist temp failed all of them and only 2 went through. The brevity of the attack made me wonder why the connection parameters did not block more of them. Turns out the spammer did not disconnect in between e-mails - just connected up and let fly. I Googled about this problem and it appears to be a weak spot in sendmail - no way to limit messages per connection. Looks like I will need a milter to do this or maybe something like this patch: http://www.informatik.uni-trier.de/~bern/sendmail/Patch-bm/ Did I miss something (again) in the sendmail setup - or is there no way to limit messages per connection? Thanks, Dennis