#1 (permalink)  
Old 05-22-2006, 12:14 AM
vlee's Avatar
Registered User
 
Join Date: Oct 2005
Location: Las Vegas, Nevada USA
Posts: 66
vlee is on a distinguished road
Anti-Spam Solution

I have spent many hours researching for ideas from many sources and I got some thing that works very well.

I would like to share it with and you can give it try to and see if it works and to see if is some thing that you can put in a affect on your servers.

Exim Configuration Editor Advanced Mode

It's simple enough to add RBL checking in the exim configuration editor. Scroll down to the first set of three texboxes in a row. The second textbox will

already contain ACLs and it is into this one that you need to add these two new ones. You need to add the following code after the following line with a

clear empty line after each segment:

Find Code:
#!!# ACL that is used after the RCPT command
check_recipient:
# Exim 3 had no checking on -bs messages, so for compatibility
# we accept if the source is local SMTP (i.e. not over TCP/IP).
# We do this by testing for an empty sending host field.
accept hosts = :


Then enter the code below after accept hosts:

deny message = Message rejected - $sender_fullhost is in an RBL, see $dnslist_text
!hosts = +relay_hosts
!authenticated = *
dnslists = bl.spamcop.net : sbl-xbl.spamhaus.org

Save the Exim Configuration file.

-----------------------------------------------------------------------------------------------------------------------------------

Make sure you do not have any duplicates of is listed below that is already active. Feel free to use what you want to use below.

cd /etc/mail/spamassassin/
wget http://www.rulesemporium.com/rules/7...t_post3.0.0.cf
wget http://www.rulesemporium.com/rules/70_sare_html0.cf
wget http://www.rulesemporium.com/rules/70_sare_header0.cf
wget http://www.rulesemporium.com/rules/70_sare_specific.cf
wget http://www.rulesemporium.com/rules/70_sare_adult.cf
wget http://www.rulesemporium.com/rules/9...aud_post25x.cf
wget http://www.rulesemporium.com/rules/70_sare_random.cf
wget http://www.rulesemporium.com/rules/70_sare_oem.cf
wget http://www.rulesemporium.com/rules/70_sare_uri0.cf
wget http://www.rulesemporium.com/rules/70_sare_stocks.cf
wget http://www.rulesemporium.com/rules/70_sare_evilnum0.cf
wget http://www.rulesemporium.com/rules/7...bml_post25x.cf
wget http://www.rulesemporium.com/rules/70_sare_spoof.cf
wget http://www.rulesemporium.com/rules/70_sc_top200.cf
wget http://www.rulesemporium.com/rules/70_sare_whitelist.cf
wget http://www.rulesemporium.com/rules/70_sare_obfu.cf
wget http://www.rulesemporium.com/rules/70_sare_html0.cf
wget http://www.timj.co.uk/linux/bogus-virus-warnings.cf
wget http://mywebpages.comcast.net/mkettler/sa/antidrug.cf
wget http://www.rulesemporium.com/rules/backhair.cf
wget http://www.rulesemporium.com/rules/chickenpox.cf
wget http://ftp.vmhosting.com/spam/rules/list_sa.cf
wget http://ftp.vmhosting.com/spam/rules/user_prefs.cf

spamassassin -D --lint


You also may want to restart server at this point.


If you have spamassassin ebabled already you need to disable it and go in the file manager in cPanel and delete the .spamassassin directory.


Once you done all this then go in to cPanel and activate Spamassassin.

-------------------------------------------------------------------------------------------------------------------------------------

Also another note for the default email address in the cPanel use the following.

:fail:

Do not use

:fail: no such address here
__________________
Thank you,

Veldon Lee

Last edited by vlee; 05-22-2006 at 11:21 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 05-22-2006, 05:54 AM
Registered User
 
Join Date: Feb 2003
Posts: 6
sint19
great post,
I added this to my favorites
Do you have any solution how to find and protect server against scripts that send spam from your server .
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-22-2006, 03:41 PM
vlee's Avatar
Registered User
 
Join Date: Oct 2005
Location: Las Vegas, Nevada USA
Posts: 66
vlee is on a distinguished road
If anyone else has proven results ideas that can be added to what I have below, please post them.

Maybe all of us together can find a good solid way to fight this spam.

One mind is ok.

Three minds are better

Many minds put together are great.
__________________
Thank you,

Veldon Lee
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-23-2006, 03:31 AM
Banned
 
Join Date: Jul 2005
Posts: 537
jackie46 is an unknown quantity at this point
Ye, you better be careful with all those rulesets and hope that your box can keep up with processing them all. The more rules you add the more resources, memory and CPU is required. Also, instead of providijng links like that users should be using the rules_du_jour update ruleset option and downloading the updates every night not installing them once and forgetting about them.

I think your howto is a little behind the times im sorry to say. Every heard of rules_du_jour setup via a cron???? These rules can be automated and downloaded nightly, there is no need to wget anything!

Listen, learn and education yourself, http://www.exit0.us/index.php?pagename=RulesDuJour

Oh and one more thing, this anti spam solutions as you put it, has been posted hundreds of times not only on this forum but on many others. Why would you need to repost about it? Have you searched the forums here for a anti spam solution yet?

But rules_du_jour is only a minute solution to spam. There are many more solutions.

Last edited by jackie46; 05-23-2006 at 03:38 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-23-2006, 01:27 PM
vlee's Avatar
Registered User
 
Join Date: Oct 2005
Location: Las Vegas, Nevada USA
Posts: 66
vlee is on a distinguished road
Quote:
Originally Posted by jackie46
Ye, you better be careful with all those rulesets and hope that your box can keep up with processing them all. The more rules you add the more resources, memory and CPU is required. Also, instead of providijng links like that users should be using the rules_du_jour update ruleset option and downloading the updates every night not installing them once and forgetting about them.

I think your howto is a little behind the times im sorry to say. Every heard of rules_du_jour setup via a cron???? These rules can be automated and downloaded nightly, there is no need to wget anything!

Listen, learn and education yourself, http://www.exit0.us/index.php?pagename=RulesDuJour

Oh and one more thing, this anti spam solutions as you put it, has been posted hundreds of times not only on this forum but on many others. Why would you need to repost about it? Have you searched the forums here for a anti spam solution yet?

But rules_du_jour is only a minute solution to spam. There are many more solutions.
Thanks for your post. This was very helpful
__________________
Thank you,

Veldon Lee
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 05-23-2006, 08:50 PM
vlee's Avatar
Registered User
 
Join Date: Oct 2005
Location: Las Vegas, Nevada USA
Posts: 66
vlee is on a distinguished road
Has any done this from this web site below

http://www.webhostgear.com/175.html
__________________
Thank you,

Veldon Lee
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 10:05 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© cPanel Inc