|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
I have a webmail system (IMP) and using qmail and vpop but we have some users signing up and spamming other ppl with those stupid scams. We have getting complaints back from other ISP but how do I stop this from happenning? seems like users are signing up, sending a bunch of scams out. and if we ban their ip, delete their account, they just come back and sign up again. I have no idea how to stop this. is there a outgoing filter? thanks edwinx
__________________
I know nothing Last edited by edwinx : January 7th, 2004 at 02:02 PM. |
|
#2
|
||||
|
||||
|
You could try using SpamAssassin on your outgoing mail. This will only work if the scams have "spammy" heuristics. It can trap most 419-style spams (otherwise known as "my relative died and I need to get 35 million dollars out of the country via your bank account").
Depending on how much outgoing mail you handle, this might be unrealistic as SpamAssassin is CPU intensive.
__________________
Alex (http://www.alex-greg.com) |
|
#3
|
|||
|
|||
|
ok, I'll take a look again. I remember one of my guys telling me it doesn't work with qmail and vpop?
|
|
#4
|
||||
|
||||
|
It's easy to use. Run it in the spamc/spamd configuration, and pass messages to spamc -c on STDIN and check the exit code to see if it's spam or not.
Example .qmail file: Code:
| bouncesaying "This message is probably spam" except sh -c '/usr/bin/spamc -c' &user You can use qmail-qfilter to check mails for spam heuristics before they enter the queue, and block accordingly. |
|
#5
|
|||
|
|||
|
thank, i'll try again
|
|
#6
|
|||
|
|||
|
using a service such as spamhaus.org sould free up some system resources if you have a bhusy server.
//edit: nevermind, that wouldn't help your case at all
__________________
I before E, except in Budweiser. Last edited by captain_caveman : May 18th, 2004 at 12:11 PM. |
![]() |
| Viewing: Dev Shed Forums > System Administration > Mail Server Help > how to stop outgoing spam? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|