NetworkClue.com
NetworkClue Home PageHome Contact UsContact ConsultingConsult
Bulletin Board
Internet Services covers Secrets to hosting websites, Hosting your own web server, and using DNS Servers.Operating Systems leads you through the decision of Linux vs. Windows, ideal installations and setups to create an efficient and redundant environment for your business, and great features to make management easier.Routing & Firewalls contains articles that will allow you to take control of your router. Learn how to protect your company with access lists and advanced firewall techniques.Hardware answers the common questions about Switches vs. Hubs, recommends SysAdmin Tools, and recommendations for adequate power protection.Utilities will cover fighting spam, using Anti-Virus programs effectively and the must haves for every administrator's software toolbox.

Bulletin Board

Sendmail

Spam and Virus Filtering (Con't)

Step 6: Auto-Update your Virus Definitions

You should update your virus definitions daily.  Run the update manually from the command prompt and then Create a new script in /etc/cron.daily:

freshclam
touch /etc/cron.daily/virus-update
chmod 755  /etc/cron.daily/virus-update

Edit /etc/cron.daily/virus-update to contain:

freshclam > /dev/nul

Step 7: Create a Spamassassin Shared User

We are going to build a sitewide spam filtering server.  There will be one database that performs the filtering. It is not as efficient as each user having their own database, but it is more practical.

adduser sharedspam
mkdir /home/sharedspam/.spamassassin/
chmod 755 /home/sharedspam
chmod 777 /home/sharedspam/.spamassassin/
touch /home/sharedspam/.spamassassin/user_prefs
chmod 644 /home/sharedspam/.spamassassin/user_prefs
touch /home/sharedspam/.spamassassin/auto-whitelist
chmod 666 /home/sharedspam/.spamassassin/auto-whitelist

Spam Configuration - Part 3 ->

References:

Sample Sendmail configuration file

Spam proof and Virus Filtering e-mail server -
http://www.centos.org/modules/newbb/viewtopic.php?topic_id=4938

Centralized Spam Filtering:
http://www.stearns.org/doc/spamassassin-setup.current.html#sitewide

Spam Assassin Configurator:
http://www.yrex.com/spam/spamconfig.php

Article last reviewed: 12/29/2006


del.icio.us

Created by: Digital Foundation, inc.

Copyright © 2002-2005 Digital Foundation, inc.   www.networkclue.com

All content of the NetworkClue website is copyrighted. Articles, notes, outlines, and all other materials may not be stored on the Internet or sold or placed by themselves or with other material in any electronic or printed format in whole or part. However materials may be referenced by links to the site.

 

Related Articles:
SMTP Manual TestSMTP Manual Testing
Spam Filtering for Exchange 2003Spam Filtering for Exchange
SMTP AUTH for SendmailSMTP AUTH for Sendmail

 

Advertise Here