Server Administration

  Home arrow Server Administration arrow Page 4 - An Overview of Open Source Security
SERVER ADMINISTRATION

An Overview of Open Source Security
By: Bruce Coker
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 1
    2008-08-06

    Table of Contents:
  • An Overview of Open Source Security
  • Vulnerability detection and exploitation
  • Intrusion detection and prevention
  • Email security tools
  • Other tools

  •  
     

    SEARCH CODEWALKERS

    TOOLS YOU CAN USE

    advertisement

    An Overview of Open Source Security - Email security tools


    (Page 4 of 5 )

    As one of the primary and least controllable sources of incoming data to a network, email security is a whole category of its own. It is also an area which has seen the development of some of the most powerful and widely used open source security software. The two most significant email-related security threats are spam and viruses.

    SpamAssassin

    SpamAssassin is one of the relatively few open source security utilities to have achieved wide enterprise-level take-up. A sophisticated spam filter built around content-matching rules, it has strong support in technical circles where it is widely regarded as among the most powerful anti-spam solutions. In addition to content matching, SpamAssassin can also attempt to identify spam using DNS information, URL blacklists, checksum-based and statistical filtering, and Sender Policy Framework (SPF). It is generally configured to scan all mail in a queue, processing it in a pipe from a mail filtering application such as procmail; it can also be set up to be called directly fro a mail user agent instead.

    Get it from: http://spamassassin.apache.org/downloads.cgi?
    update=200801071704

    ClamAV

    ClamAV is powerful anti-virus software designed specifically to integrate with a mail exchange server to provide server-based email virus scanning. This approach has a number of advantages for the system administrator over more conventional email-oriented virus protection.

    First, the admin can ensure the virus definition files are kept up to date. End-users are likely to be less efficient about this. Second, these updates need only be applied in a single place – on the mail server – rather than needing to be replicated across the entire network. The third big advantage is that the sysadmin can be certain all mail is in fact being scanned. This may not always be the case if left up to end users, who could for instance disable standalone email virus scanning software. On the downside, server-side email scanning is more demanding on system resources; a high volume mail server might slow down noticeably if forced to virus scan the entire queue, and this is something the administrator has to weigh in deciding whether to incorporate ClamAV into a setup.

    ClamAV’s close relative ClamWin is an open source anti-virus scanner for Microsoft Windows built on the ClamAV engine.

    Get it from: http://www.clamav.org/download/

    More Server Administration Articles
    More By Bruce Coker

    blog comments powered by Disqus

    SERVER ADMINISTRATION ARTICLES

    - Server Responses to Client Communication
    - Authentication in Client/Server Communication
    - Client/Server Communication
    - Understanding Awk in the UNIX Shell
    - Stream Editor in the UNIX Shell
    - Processes in the UNIX Shell
    - Migrating from Windows to Wine
    - Wine: Not Another Emulator
    - Preventive Measures to Block SSH Attacks
    - Monitoring Temperatures with Cacti
    - Cacti: RRDTool-based Graphing Solution
    - Network Magic 5.0 Review
    - Netfilter and Iptables Overview
    - Installing and Configuring Squid
    - Clickfree PC Backup Systems Compared


    © 2003-2012 by Developer Shed. All rights reserved. DS Cluster 7 - Follow our Sitemap