1828631 Members
3345 Online
109983 Solutions
New Discussion

spam control

 
rmedidi
Contributor

spam control

Hi every body...can you give me all possible ways of getting spam into our netwok. Also please try to give the ways to block it by methods other than Spamassistant.

Thanx
best regards RavI

4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: spam control

Shalom rmedidi,

chkconfig spamassassin on
service spamassassin on

There are a number of ways of hardening sendmail spam protection at http://www.sendmail.org

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Ivan Ferreira
Honored Contributor

Re: spam control

Here is a good link about spam:

http://www-128.ibm.com/developerworks/linux/library/l-spamf.html
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Bill Thorsteinson
Honored Contributor

Re: spam control

I find greylisting blocks 90% of spam.
Greylisting works by putting the triplet
of sending IP, sending user, and destination
user on a list. Email won't be accepted
from the triplet until a timeout has expired
(say for the first hour). After that email
will be accepted if it is retried withing
a second timeout (say 8 hours). Once email
is accepted the address remains on a white
list for a certain number of days after the
last triplet was last seen (say two months).

Proper email servers will retry and the mail should be delivered with the two timeouts.
Once the triplet is whitelisted there is
no delay.

If the spam is coming from a spambot, then
the spambot will fail on the first attempt.
As they never retry you will have knocked
off a large (I get 90%+) of your spam.

The greylist delay also gives the various
spam traps time to identify the spammers
so you can identify them quicker.

There are a number of services which run
spam traps publish lists of IP addresses
from which spam is originating. Policies
vary so you will want to choose carefully.

Another check is sender policy framework.
This is based on a DNS txt record which
identifies valid sending servers for a
domain. Any e-mail which fails this is
most likely spam. However, some spammers
follow correct SPF policy. Unfortuneately
for them this makes them much easier to
track down.
Pau Garcia i Quiles
Frequent Advisor

Re: spam control



Try CRM114: http://crm114.sourceforge.net/

It's really good (very accurate).