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



LinkBack URL
About LinkBacks

Reply With Quote




