On 06/11/03 12:44 +0530, Sarvesh Singhal wrote:
> anybody knows about the most reliable and effecient anti spam s/w for
> redhat. I need to use it with sendmail.
/sbin/iptables -t filter -A INPUT -s 0.0.0.0/0 -p tcp --dport 25 -j DROP
100% efficient at fighting spam.

How do you want to deal with spam? Do you want to filter content? (spam
is about consent, not content). Do you have a fast enough CPU to process
the amount of mail you will be handling? What amount of false positives
are you willing to risk? Lots of policy questions before you can ask for
specific software.

Devdas Bhagat


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to