How can i stop spammers from connecting to my sendmail 8.11 server
and check if a user name exists?
Then connect to port 25 and stay there checking every possible
combination of names.
Thanks.
> How can i stop spammers from connecting to my sendmail 8.11 server
> and check if a user name exists?
You could tell them 250 OK for each address.
Do you want that? I think it's a bad idea...
> Then connect to port 25 and stay there checking every possible
> combination of names.
You can use 8.12 and set
confBAD_RCPT_THROTTLE BadRcptThrottle [infinite] If set and more than the
specified number of recipients in an
envelope are rejected, sleep for one
second after each rejected RCPT
command.
to slow them down.
I use a custom ruleset that invokes sleep(30) for
each wrong user :-)
--
If you feel the urgent wish to send me a courtesy copy of a Usenet
posting, then make sure it's recognizable as such!
The FAQ: http://www.sendmail.org/faq/ Before you ask.