Web Hosting Talk







View Full Version : Detecting Spammers


gnuguy
09-01-2002, 06:29 PM
I'd like to get some opinions on different methods of detecting spammers on your servers. I don't want my upstream provider yanking my access due to spammers and me not closely watching whats happening on my servers.

Right now I plan on using Qmail and possibly tar-pitting excessive smtp usage. I'm also setting up iptables to block external smtp access. I'm also toying around with creating a script that will watch mail being inected into the mail queue over x minutes.

Any other ideas/suggestions would greatly be appreciated.

Thanks,
Erik

jimroe
09-01-2002, 06:36 PM
Tarpitting works well for me on qmail.

Make sure you don't have an open relay.

Watch for formmail scripts that can be exploited.

gnuguy
09-01-2002, 09:36 PM
Definitely no open-relaying going on. What are you using for Qmail tarpitting?