[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Any way for RAQ3 to avoid Spam?



Hello! 

Actually, a best solution is get rid of sendmail at all. 
I am using postfix+cyrus-imap+webadm+mysql+spamassassin.

So, I have: 
	o [virtual]users and domains in mysql database (and an option to check 
for spam)
	o _reverse_ sender checker - if there's no such user at the sending 		
machine, incoming mail goes to /dev/null
	o 3 dns blocking services. Quite enough.
	o live spam checking with BAYESian learning - nice thing. It marks SPAM 
mail in headers, so my users may just filter this messages
	o web administartion module
	o SMTP auth (only PLAIN right now, but planning also other)
	o SMTP with TLSv1

Something else, do not actually remember what... 
This system works for me for 4 months already, with no downtime. I have 
received some spam messages though, but all them are now in bayes 
database.

I'm going to make RaQ3/4 package next week. Any testers are welcome.

Best Regards,
Dmitry

> Hi all,
>
> does anyone know a good strategy to block spam on a RAQ3?
> I know I should upgrade the OS soon, but this is a live system with
> some special software builds, so I can't touch most of the sites atm.
> The FEATURE command for sendmail using blacklists doesn't work in
> this version of sendmail.
> I tried installing Mailscanner and Spamassasin (also found a HOWTO
> but for RAQ4) but it failed.
> Tried older versions of this software - failed.
>
> Now I could manually add the IP adresses of hosts to block into my
> mailserver configuration but thats not really a solution.
>
> Is there maybe a way to use ipchains to import a list from a
> blacklist and block any incoming connection from these hosts?
>
> Bye,
> Tobi
>