The Open Source Stack: One approach to spam filtering

Size: px
Start display at page:

Download "The Open Source Stack: One approach to spam filtering"

Transcription

1 The Open Source Stack: One approach to spam filtering Chris St. Pierre Unix Systems Administrator Nebraska Wesleyan University

2 Breaks Administrivia

3 Administrivia Can turn your cell phone off.

4 Terminology Spam isn't an abbreviation or acronym. UCE (Unsolicited Commercial ) and UBE (...Bulk...) Spam is more than spam: phishing, 419 scams, lottery scams, pump and dump, viruses, etc. Things to avoid: False positives (FPs): legit marked spam False negatives (FNs): Spam marked legit

5 Goals Make your users happy Users with control are happier than users without control An FP is always worse than an FN

6 The Stack Approach There's no magic bullet that will kill all spam Zeno's Paradox Every tool we use will get rid of a little more spam Cost-benefit analysis

7 ? Other Approaches Pay someone a lot of money Pure Whitelisting C & R Pray

8 Disclaimer This is just one approach to spam filtering. There are many other approaches that may be just as effective. Your anti-spam solution must be tailored to fit your environment, not mine. If something I recommend doesn't work for you, ditch it!

9 1.Honeypots 2.RBLs 3.Greylisting The Stack 4.HELO (and other) restrictions 5.Tarpitting 6.ClamAV 7.SpamAssassin 8.End-user tools 9.Statistics

10 Order is important If you can discard or reject messages before accepting them, this saves you valuable resources Never accept a message you don't have to

11 Basics NEVER bounce spam or viruses Don't be a jerk and cause backscatter! Reject with a 5xx error code Discarding is also bad, but sometimes we do it anyway NEVER forward to off-site addresses before filtering You will get blacklisted for spamming

12 1. Honeypots Create a fake address and publicize it; ban anyone who sends to it Remarkably ineffective Better approach: honeypot MX

13 Aside: secondary MXes Just Say No.

14 2. RBLs Realtime Black List (or DNSBL: DNS Black List) Someone else has done all the work for you. Yay! Run a caching nameserver When blocking based on RBL, you must avoid FPs The big question: what RBLs to use?

15 Live RBL Revue! Only a few are worth considering: zen.spamhaus.org is excellent. Includes SBL, XBL, and PBL. Costs some cash for nonpersonal use; cbl.abuseat.org is free, and is one of their sources SpamCop got a bad reputation early on, but they're doing a great job now (bl.spamcop.net) The Passive Spam Block List (psbl.surriel.com) works much better than you might suspect Nothing else I've found or heard of is worth using

16 3. Greylisting Overview: Greylisting identifies each message with a unique triplet: sender, recipient, originating server. The first time it sees a given triplet, it gives a 4xx (tempfail) code Legitimate servers will retry, at which point the triplet will be recognized and accepted Spammers don't waste resources on retries Can block a lot of spam

17 3. Greylisting, continued Greylist on the /24 netblock of the originating server Retry time doesn't matter, because spammers don't retry. (5 minutes is sort of the standard.) Auto-whitelist and auto-blacklist

18 3. Greylisting, continued Find a greylisting server with a sizable preconfigured whitelist If you have >1 MX, look for a greylisting server that supports a shared database Policyd is wonderful, but is Postfix-only SQLGrey is quite nice and works with both Postfix and Exim RelayDelay is the closest I've found for Sendmail

19 4. HELO (and other) restrictions Lots of fun stuff! Site-specific whitelists/blacklists Reject non-fqdn HELOs and HELOs with bad syntax Reject mail to unknown recipients! Reject HELOs that resolve to bogons

20 4. HELO restrictions, continued HELO Randomization Protection (HRP) Reject mail when the HELO name has no MX or A record? Well-configured HELO restrictions can drop about 25% of your spam

21 5 (or 0). Tarpitting Make a connection very slow (or just pause) Spammers are impatient Claims of 80% block rates Two ways to implement: Pre-MTA wrapper Within the MTA (e.g., milter) Most connections are dropped after about a minute

22 5 (or 0). Tarpitting, continued Two years ago, this presentation had this line: Tarpitting is fairly new, so software is rare as of this writing Tarpitting never really caught on, so it's still fairly rare. Implementations: GreetPause (sendmail) OpenBSD SpamD Several commercial products

23 Changeup! Up to here, we've been talking about discarding messages After this, we'll assume you've already accepted the message This is filtering, and it's expensive

24 Aside: What about filtering integrators? Amavis, MailScanner, etc. Generally, not worth it Not a lot of supplementary functionality of consequence but that's changing They remove you one step from your component configuration, and whether or not they make the integration any easier is up for debate

25 Aside: What about filtering integrators? Cost: additional complexity of setup and maintenance; one more thing to break Benefit: Some (often minor) features Conclusion: Getting more useful every year

26 6. ClamAV ClamSMTPD is a great integrator Not just antivirus; anti-phishing par excellence In addition to the standard rules, use Exclude the SpamDomain rulesets Keep it updated and ClamAV will Just Work Drop viruses on the floor

27 7. SpamAssassin This could be a class of its own. We'll cover: a)basics b)bayes c)checksumming systems (Razor2, DCC, Pyzor) d)uribl e)sare rulesets f) Plugins g)miscellaneous score adjustments h)alternatives?

28 a. Basics SpamAssassin does not filter spam SA scores mail with a bunch of tests. Each test can add or subtract a few points to the score. If the mail has over a certain number of points, it gets marked as spam not filtered. The default required_hits value is 5, which tends to work well Keep your rules up to date! SA 3.1+ includes sa-update

29 b. Bayes You can keep your Bayesian database in either flat files, or in a real DB Use a real database if you have >1 MX Let your users report FPs and FNs, and train Bayes on it Use bayes_auto_learn to ensure a constant feed

30 b. Bayes, continued Train train train! DO NOT train Bayes on public corpora DO NOT train Bayes on your outgoing mail The SA Bayes engine isn't the greatest One solution (?): crm114 plugin

31 c. Checksumming systems Razor2, DCC, Pyzor They're all free now Razor2 rawks hard DCC gives lots of FPs, because it just measures bulkiness, not spamminess Both Razor2 and Pyzor have very low FP rates

32 d. URIBL Checks the URLs in an against a blacklist This is wonderful Crank these scores If none of your top ten rules are URIBL_*, something is wrong

33 e. Third-Party Rulesets Additional rules that block lots of stock scams, image spam, etc. SpamAssassin Rule Emporium (SARE) Howto: Most rulesets have 2-4 options, increasing in aggressiveness KAM

34 e. Third-Party Rulesets, cont'd Extra rules from SpamAssassin See especially the Sought ruleset Sets for other languages

35 f. Plugins There are lots out there, but four major ones you need to know: Botnet: tries to identify mail from botnets Lots of FPs, not a lot of real positives PDFInfo: ImageInfo for PDF attachment spam

36 f. Plugins, continued ImageInfo: looks for broken or suspicious image attachments Together with the SARE rules, is very good at stopping image spam Doesn't use OCR or other processorintensive tests Consider it a necessity Included in SA

37 f. Plugins, continued Custom plugins are beyond the scope of this tutorial Try to write rules instead of plugins Check out for a good sample plugin and a nice place to start

38 g. Miscellaneous score adjustments Tweak and frob scores to suit your environment Track: Which rules are hitting frequently and what they're hitting on (ham or spam) Which rules give you frequent FPs and FNs

39 g. Miscellaneous score adjustments Many rules are disabled (score = 0). Enable all tests initially to see if any of the disabled rules hit reliably: egrep 'score.*\s0$' \ /usr/share/spamassassin/50_scores.cf \ awk'{print $1, $2, "0.1"}' > all-rules.cf

40 h. Alternatives? Dspam, Bogofilter, others Dspam and Bogofilter violate the stack model; they only use Bayes SA uses Bayes, plus other plugins and rulebased tests

41 8. End-user tools Clients must, at a minimum, be able to report FPs and FNs Learn (with Bayes) and automatically white blacklist per-user based on what they report Let your clients configure their own filtering levels Forget quarantining Policies

42 8. End-user tools Let your clients configure their own whitelists and blacklists Ideally, whitelisting a sender should get them past RBLs, tarpitting, greylisting, etc., for the recipient(s) who whitelisted them Really really difficult Also ideally, generate whitelists from address books Whitelisting can be dangerous, since it relies on addresses, not Received: headers

43 9. Statistics You need statistics for four reasons: 1.Everyone likes pretty pictures 2.Track the effectiveness of your filters 3.Plan for and justify growth 4.Spot anomalies

44 9. What kind of statistics? Both graphs/charts and hard numbers General mail statistics are a prerequisite What is your ratio of ham to spam? How much spam are you delivering to mailboxes? How many viruses are you getting? How much is filtered out by tarpitting/greylisting/rbls/etc.?

45 9. What kind of statistics? What are your spam scores? (Min/max/avg) Are there arny trends? How long does it take to scan a message? What is your average time-to-delivery? What SA rules are hitting the most? (On ham? On spam?) Which are the best or most reliable rules? What viruses is ClamAV finding?

Do you need to... Do you need to...

Do you need to... Do you need to... TM Guards your Email. Kills Spam and Viruses. Do you need to... Do you need to... Scan your e-mail traffic for Viruses? Scan your e-mail traffic for Viruses? Reduce time wasted dealing with Spam? Reduce

More information

Fighting Spam: Tools, Tips, and Techniques

Fighting Spam: Tools, Tips, and Techniques Fighting Spam: Tools, Tips, and Techniques Brian Sebby Argonne National Laboratory NetSecure 08 IIT Center for Professional Development Part I: Introduction 2 Argonne National Laboratory IT Environment

More information

Spam blocking methods and experiences

Spam blocking methods and experiences Spam blocking methods and experiences Linuxdays Luxembourg 2003 christian mock http://www.tahina.priv.at/~cm/talks/spamblocking.{sxi,pdf} version 1.3 contents how spam is sent

More information

Fighting Spam with open source software

Fighting Spam with open source software Fighting Spam with open source software Charly Kühnast Municipal Datacenter for the Lower Rhine Area Internet Infrastructure charly.kuehnast@krzn.de Introduction: KRZN and spam filtering ~ 11.000 users

More information

E-mail Content Scanning with Exim 4

E-mail Content Scanning with Exim 4 E-mail Content Scanning with Exim 4 Tim Jackson (tim@timj.co.uk) Overview Introduction to content scanning Content scanning at the MTA issues Methods of implementing content scanning Accept-and-scan SMTP-time

More information

AntiSpam QuickStart Guide

AntiSpam QuickStart Guide IceWarp Server AntiSpam QuickStart Guide Version 10 Printed on 28 September, 2009 i Contents IceWarp Server AntiSpam Quick Start 3 Introduction... 3 How it works... 3 AntiSpam Templates... 4 General...

More information

Email Filtering with Open Source Software. OLUG June 7, 2005

Email Filtering with Open Source Software. OLUG June 7, 2005 Email Filtering with Open Source Software OLUG June 7, 2005 Presenter Bio Undergraduate Education Nebraska Wesleyan University B.A. Business Administration Minor Computer Science Professional Experience

More information

one million mails a day: open source software to deal with it Charly Kühnast Municipal Datacenter for the Lower Rhine Area Moers, Germany

one million mails a day: open source software to deal with it Charly Kühnast Municipal Datacenter for the Lower Rhine Area Moers, Germany one million mails a day: open source software to deal with it Charly Kühnast Municipal Datacenter for the Lower Rhine Area Moers, Germany Internet many years ago... mail server mail client Seite: 2 today,

More information

Exim4U. Email Server Solution For Unix And Linux Systems

Exim4U. Email Server Solution For Unix And Linux Systems Email Server Solution For Unix And Linux Systems General Overview, Feature Comparison and Screen Shots Exim4U Email Server Solution For Unix And Linux Systems Version 2.x.x October 12, 2012 Copyright 2009

More information

ETH Zürich - Mail Filtering Service

ETH Zürich - Mail Filtering Service Eidgenössische Technische Hochschule Zürich Swiss Federal Institute of Technology Zurich Informatikdienste / IT-Services ETH Zürich - Mail Filtering Service (TERENA 2009) 09 Dec 2009 - D. McLaughlin (davidmcl@ethz.ch)

More information

Collateral Damage. Consequences of Spam and Virus Filtering for the E-Mail System. Peter Eisentraut 22C3. credativ GmbH.

Collateral Damage. Consequences of Spam and Virus Filtering for the E-Mail System. Peter Eisentraut 22C3. credativ GmbH. Consequences of Spam and Virus Filtering for the E-Mail System 22C3 Introduction 12 years of spam... 24 years of SMTP... Things have changed: SMTP is no longer enough. Spam filters, virus filters are part

More information

eprism Email Security Appliance 6.0 Intercept Anti-Spam Quick Start Guide

eprism Email Security Appliance 6.0 Intercept Anti-Spam Quick Start Guide eprism Email Security Appliance 6.0 Intercept Anti-Spam Quick Start Guide This guide is designed to help the administrator configure the eprism Intercept Anti-Spam engine to provide a strong spam protection

More information

ORF ENTERPRISE EDITION 1. Getting the Most Out of ORF

ORF ENTERPRISE EDITION 1. Getting the Most Out of ORF ORF ENTERPRISE EDITION 1 Getting the Most Out of ORF Revision: 1.8 (for ORF version 4.3) Date: June 12, 2009 1 ORF ENTERPRISE EDITION 2 Preface WHAT IS THIS GUIDE ABOUT? This documentation provides ORF

More information

2014-10-07. Email security

2014-10-07. Email security Email security Simple Mail Transfer Protocol First defined in RFC821 (1982), later updated in RFC 2821 (2001) and most recently in RFC5321 (Oct 2008) Communication involves two hosts SMTP Client SMTP Server

More information

Effective Open-Source Spam Filtering

Effective Open-Source Spam Filtering Effective Open-Source Spam Filtering For Enterprise Chris Lewis Thomas Choi October 2008 Agenda Introduction Background Something New - Rationale The Open-Source Project Basic Requirements Components IntegrationI

More information

A D M I N I S T R A T O R V 1. 0

A D M I N I S T R A T O R V 1. 0 A D M I N I S T R A T O R F A Q V 1. 0 2011 Fastnet SA, St-Sulpice, Switzerland. All rights reserved. Reproduction in whole or in part in any form of this manual without written permission of Fastnet SA

More information

Government of Canada Managed Security Service (GCMSS) Annex A-5: Statement of Work - Antispam

Government of Canada Managed Security Service (GCMSS) Annex A-5: Statement of Work - Antispam Government of Canada Managed Security Service (GCMSS) Date: June 8, 2012 TABLE OF CONTENTS 1 ANTISPAM... 1 1.1 QUALITY OF SERVICE...1 1.2 DETECTION AND RESPONSE...1 1.3 MESSAGE HANDLING...2 1.4 CONFIGURATION...2

More information

Anti-spam filtering techniques

Anti-spam filtering techniques Anti-spam filtering techniques Stéphane Bortzmeyer AFNIC (.fr registry) bortzmeyer@nic.fr ITU, 19 january 2006 1 Anti-spam filtering techniques Background on this work This work started in the french Working

More information

Stop Spam Now! By John Buckman. John Buckman is President of Lyris Technologies, Inc. and programming architect behind Lyris list server.

Stop Spam Now! By John Buckman. John Buckman is President of Lyris Technologies, Inc. and programming architect behind Lyris list server. Stop Spam Now! By John Buckman John Buckman is President of Lyris Technologies, Inc. and programming architect behind Lyris list server. Copyright 1999 Lyris Technologies, Inc. Stop Spam Now! 1 Introduction

More information

Spamfilter Relay Mailserver

Spamfilter Relay Mailserver Spamfilter Relay Mailserver Mark McSweeney CentraLUG, February 1, 2010 Overview Scope Little bit about me Why I built the spamfilter Deployment environment Spamfilter details Tuning and maintainance Other

More information

escan Anti-Spam White Paper

escan Anti-Spam White Paper escan Anti-Spam White Paper Document Version (esnas 14.0.0.1) Creation Date: 19 th Feb, 2013 Preface The purpose of this document is to discuss issues and problems associated with spam email, describe

More information

Objective This howto demonstrates and explains the different mechanisms for fending off unwanted spam e-mail.

Objective This howto demonstrates and explains the different mechanisms for fending off unwanted spam e-mail. Collax Spam Filter Howto This howto describes the configuration of the spam filter on a Collax server. Requirements Collax Business Server Collax Groupware Suite Collax Security Gateway Collax Platform

More information

EnterGroup offers multiple spam fighting technologies so that you can pick and choose one or more that are right for you.

EnterGroup offers multiple spam fighting technologies so that you can pick and choose one or more that are right for you. CONFIGURING THE ANTI-SPAM In this tutorial you will learn how to configure your anti-spam settings using the different options we provide like Challenge/Response, Whitelist and Blacklist. EnterGroup Anti-Spam

More information

Analysis of Spam Filter Methods on SMTP Servers Category: Trends in Anti-Spam Development

Analysis of Spam Filter Methods on SMTP Servers Category: Trends in Anti-Spam Development Analysis of Spam Filter Methods on SMTP Servers Category: Trends in Anti-Spam Development Author André Tschentscher Address Fachhochschule Erfurt - University of Applied Sciences Applied Computer Science

More information

Spam, Spam and More Spam. Spammers: Cost to send

Spam, Spam and More Spam. Spammers: Cost to send Spam, Spam and More Spam cs5480/cs6480 Matthew J. Probst *with some slides/graphics adapted from J.F Kurose and K.W. Ross Spammers: Cost to send Assuming a $10/mo dialup account: 13.4 million messages

More information

Anti Spam Best Practices

Anti Spam Best Practices 39 Anti Spam Best Practices Anti Spam Engine: Time-Tested Scanning An IceWarp White Paper October 2008 www.icewarp.com 40 Background The proliferation of spam will increase. That is a fact. Secure Computing

More information

Solutions IT Ltd Virus and Antispam filtering solutions 01324 877183 Info@solutions-it.co.uk

Solutions IT Ltd Virus and Antispam filtering solutions 01324 877183 Info@solutions-it.co.uk Contents Reduce Spam & Viruses... 2 Start a free 14 day free trial to separate the wheat from the chaff... 2 Emails with Viruses... 2 Spam Bourne Emails... 3 Legitimate Emails... 3 Filtering Options...

More information

ContentCatcher. Voyant Strategies. Best Practice for E-Mail Gateway Security and Enterprise-class Spam Filtering

ContentCatcher. Voyant Strategies. Best Practice for E-Mail Gateway Security and Enterprise-class Spam Filtering Voyant Strategies ContentCatcher Best Practice for E-Mail Gateway Security and Enterprise-class Spam Filtering tm No one can argue that E-mail has become one of the most important tools for the successful

More information

Software Engineering 4C03 SPAM

Software Engineering 4C03 SPAM Software Engineering 4C03 SPAM Introduction As the commercialization of the Internet continues, unsolicited bulk email has reached epidemic proportions as more and more marketers turn to bulk email as

More information

Antispam Security Best Practices

Antispam Security Best Practices Antispam Security Best Practices First, the bad news. In the war between spammers and legitimate mail users, spammers are winning, and will continue to do so for the foreseeable future. The cost for spammers

More information

About this documentation

About this documentation Wilkes University, Staff, and Students have a new email spam filter to protect against unwanted email messages. Barracuda SPAM Firewall will filter email for all campus email accounts before it gets to

More information

CONFIGURING FUSEMAIL ANTI-SPAM

CONFIGURING FUSEMAIL ANTI-SPAM CONFIGURING FUSEMAIL ANTI-SPAM In this tutorial you will learn how to configure your anti-spam settings using the different options we provide like FuseFilter, Challenge/Response, Whitelist and Blacklist.

More information

How To Stop Spam From Being A Problem

How To Stop Spam From Being A Problem Solutions to Spam simple analysis of solutions to spam Thesis Submitted to Prof. Dr. Eduard Heindl on E-business technology in partial fulfilment for the degree of Master of Science in Business Consulting

More information

An Overview of Spam Blocking Techniques

An Overview of Spam Blocking Techniques An Overview of Spam Blocking Techniques Recent analyst estimates indicate that over 60 percent of the world s email is unsolicited email, or spam. Spam is no longer just a simple annoyance. Spam has now

More information

MDaemon configuration recommendations for dealing with spam related issues

MDaemon configuration recommendations for dealing with spam related issues Web: Introduction MDaemon configuration recommendations for dealing with spam related issues Without a doubt, our most common support queries these days fall into one of the following groups:- 1. Why did

More information

E-MAIL FILTERING FAQ

E-MAIL FILTERING FAQ V8.3 E-MAIL FILTERING FAQ COLTON.COM Why? Why are we switching from Postini? The Postini product and service was acquired by Google in 2007. In 2011 Google announced it would discontinue Postini. Replacement:

More information

COMBATING SPAM. Best Practices OVERVIEW. White Paper. March 2007

COMBATING SPAM. Best Practices OVERVIEW. White Paper. March 2007 COMBATING SPAM Best Practices March 2007 OVERVIEW Spam, Spam, More Spam and Now Spyware, Fraud and Forgery Spam used to be just annoying, but today its impact on an organization can be costly in many different

More information

Purchase College Barracuda Anti-Spam Firewall User s Guide

Purchase College Barracuda Anti-Spam Firewall User s Guide Purchase College Barracuda Anti-Spam Firewall User s Guide What is a Barracuda Anti-Spam Firewall? Computing and Telecommunications Services (CTS) has implemented a new Barracuda Anti-Spam Firewall to

More information

FortiMail Email Filtering Course 221-v2.0. Course Overview. Course Objectives

FortiMail Email Filtering Course 221-v2.0. Course Overview. Course Objectives FortiMail Email Filtering Course 221-v2.0 Course Overview FortiMail Email Filtering is a 2-day instructor-led course with comprehensive hands-on labs to provide you with the skills needed to configure,

More information

Who will win the battle - Spammers or Service Providers?

Who will win the battle - Spammers or Service Providers? Who will win the battle - Spammers or Service Providers? Pranaya Krishna. E* Spam Analyst and Digital Evidence Analyst, TATA Consultancy Services Ltd. (pranaya.enugulapally@tcs.com) Abstract Spam is abuse

More information

Eiteasy s Enterprise Email Filter

Eiteasy s Enterprise Email Filter Eiteasy s Enterprise Email Filter Eiteasy s Enterprise Email Filter acts as a shield for companies, small and large, who are being inundated with Spam, viruses and other malevolent outside threats. Spammer

More information

Fighting Spam in an ISP Environment:

Fighting Spam in an ISP Environment: White Paper Fighting Spam in an ISP Environment: Challenges, Solutions and Best Practices April, 2007 Summary An ISP presents one of the most complex environments for managing spam because of the high

More information

Manual Prepared by GalaxyVisions Customer Care Team

Manual Prepared by GalaxyVisions Customer Care Team Toll Free: 1.866-GVHOST1 (484-6781) 882 3rd Ave, 8th Floor, Brooklyn, Ny 11232 Manual Prepared by GalaxyVisions Customer Care Team Topics Covered The problem How to prevent spammers from using my server

More information

E-Mail Tools. David Hilley. davidhi@cc.gatech.edu. David Hilley, March 5, 2008 L A T E X - p. 1

E-Mail Tools. David Hilley. davidhi@cc.gatech.edu. David Hilley, March 5, 2008 L A T E X - p. 1 E-Mail Tools David Hilley davidhi@cc.gatech.edu David Hilley, March 5, 2008 L A T E X - p. 1 Roadmap / Overview & Configuration Running Your Own? David Hilley, March 5, 2008 L A T E X - p. 2 Email Pipeline/Components?

More information

procmail and SpamAssassin

procmail and SpamAssassin procmail and SpamAssassin UCLA Linux User Group, February 2004 Ben Clifford benc@linux.ucla.edu procmailandspamassassin p.1 Outline Two related themes: procmail Filtering mail SpamAssassin Detecting spam

More information

Quarantined Messages 5 What are quarantined messages? 5 What username and password do I use to access my quarantined messages? 5

Quarantined Messages 5 What are quarantined messages? 5 What username and password do I use to access my quarantined messages? 5 Contents Paul Bunyan Net Email Filter 1 What is the Paul Bunyan Net Email Filter? 1 How do I get to the Email Filter? 1 How do I release a message from the Email Filter? 1 How do I delete messages listed

More information

ECE Mail System Overview. Pablo J. Rebollo ECE Network Operations Center

ECE Mail System Overview. Pablo J. Rebollo ECE Network Operations Center ECE Mail System Overview Pablo J. Rebollo ECE Network Operations Center Agenda Overview of ECE mail system How mail system works SPAM!!! ECE mail system statistics and examples Problems References Mail

More information

FortiMail Email Filtering Course 221-v2.2 Course Overview

FortiMail Email Filtering Course 221-v2.2 Course Overview FortiMail Email Filtering Course 221-v2.2 Course Overview FortiMail Email Filtering is a 2-day instructor-led course with comprehensive hands-on labs to provide you with the skills needed to design, configure,

More information

Why Spamhaus is Your Best Approach to Fighting Spam

Why Spamhaus is Your Best Approach to Fighting Spam Page 1 of 10 Executive Summary The spam problem is evolving and while overall spam volumes are down, the problems are getting worse. No longer just a nuisance wasting resources and time, spam is now a

More information

ASAV Configuration Advanced Spam Filtering

ASAV Configuration Advanced Spam Filtering ASAV Configuration Advanced Spam Filtering Step 1: Login to http://asav.mediaring.sg/ using the login credentials supplied in the Spam, Virus (ASAV) activation email. Step 2: Configuring Protection Level

More information

ARSKA - Arrak Spam Killing Appliance

ARSKA - Arrak Spam Killing Appliance R&D Division / KR Page 1 of 15 ARSKA - Arrak Spam Killing Appliance White Paper Arrak Software, March 2014 Oy Arrak Software Ab Tillinmäentie 1 C 02330 Espoo FINLAND tel +358 (0)9 855 0365 www.arrak.fi

More information

Spam Filtering Methods for Email Filtering

Spam Filtering Methods for Email Filtering Spam Filtering Methods for Email Filtering Akshay P. Gulhane Final year B.E. (CSE) E-mail: akshaygulhane91@gmail.com Sakshi Gudadhe Third year B.E. (CSE) E-mail: gudadhe.sakshi25@gmail.com Shraddha A.

More information

Dealing with spam mail

Dealing with spam mail Vodafone Hosted Services Dealing with spam mail User guide Welcome. This guide will help you to set up anti-spam measures on your email accounts and domains. The main principle behind dealing with spam

More information

Administrator Manual v3.0

Administrator Manual v3.0 Administrator Manual v3.0 SecurityGateway for Email Servers Administrator Manual Products that are referred to in this document may be trademarks and/or registered trademarks of the respective owners.

More information

Microsoft and Windows are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries.

Microsoft and Windows are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. 2001 2014 EdgeWave. All rights reserved. The EdgeWave logo is a trademark of EdgeWave Inc. All other trademarks and registered trademarks are hereby acknowledged. Microsoft and Windows are either registered

More information

The Anti-Spam Landscape. Hal Pomeranz Deer Run Associates

The Anti-Spam Landscape. Hal Pomeranz Deer Run Associates The Anti-Spam Landscape Hal Pomeranz Deer Run Associates In the Beginning Sendmail 8.9 (May 19, 1998) declares no more open relays by default Also validated sender domain Would not accept unqualified senders

More information

Introduction. How does email filtering work? What is the Quarantine? What is an End User Digest?

Introduction. How does email filtering work? What is the Quarantine? What is an End User Digest? Introduction The purpose of this memo is to explain how the email that originates from outside this organization is processed, and to describe the tools that you can use to manage your personal spam quarantine.

More information

Technical Note. FORTIMAIL Configuration For Enterprise Deployment. Rev 2.1

Technical Note. FORTIMAIL Configuration For Enterprise Deployment. Rev 2.1 Technical Note FORTIMAIL Configuration For Enterprise Deployment Rev 2.1 April 7, 2009 Table of Contents 1 Introduction... 3 1.1 Objective... 3 1.2 Network deployment... 3 1.3 Convention... 3 2 System

More information

Security. Help Documentation

Security. Help Documentation Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2016 SmarterTools Inc. Security Antivirus Administration SmarterMail is equipped with

More information

Email Migration Project Plan for Cisco Cloud Email Security

Email Migration Project Plan for Cisco Cloud Email Security Sales Tool Email Migration Project Plan for Cisco Cloud Email Security 2014 Cisco and/or its affiliates. All rights reserv ed. This document is Cisco Conf idential. For Channel Partner use only. Not f

More information

ANTI-SPAM SOLUTIONS TECHNOLOGY REPORT FEBRUARY 2006. SurfControl Email Filter. www.westcoastlabs.org

ANTI-SPAM SOLUTIONS TECHNOLOGY REPORT FEBRUARY 2006. SurfControl Email Filter. www.westcoastlabs.org ANTI-SPAM SOLUTIONS TECHNOLOGY REPORT FEBRUARY 2006 SurfControl Email Filter 2 ANTI-SPAM SOLUTIONS TECHNOLOGY REPORT Contents SurfControl Email Filter Test objectives and scenario...3 Test network...4

More information

The Network Box Anti-Spam Solution

The Network Box Anti-Spam Solution NETWORK BOX TECHNICAL WHITE PAPER The Network Box Anti-Spam Solution Background More than 2,000 years ago, Sun Tzu wrote if you know yourself but not the enemy, for every victory gained you will also suffer

More information

IceWarp Unified Communications. AntiSpam Reference. Version 10.4

IceWarp Unified Communications. AntiSpam Reference. Version 10.4 IceWarp Unified Communications AntiSpam Reference Version 10.4 Printed on 11 April, 2012 Contents Anti-Spam 1 Anti-Spam... 3 New Internal Processing... 3 Hits and Spamassassin Score Separated... 3 Smarter

More information

Blocking Spam Sessions with Greylisting and Block Listing based on Client Behavior

Blocking Spam Sessions with Greylisting and Block Listing based on Client Behavior Blocking Spam Sessions with Greylisting and Block Listing based on Client Behavior Pin-Ren Chiou, Po-Ching Lin, Chun-Ta Li Department of Computer Science and Information Engineering National Chung Cheng

More information

Anti Spamming Techniques

Anti Spamming Techniques Anti Spamming Techniques Written by Sumit Siddharth In this article will we first look at some of the existing methods to identify an email as a spam? We look at the pros and cons of the existing methods

More information

How to Use Red Condor Spam Filtering

How to Use Red Condor Spam Filtering What is Spam Filtering? Spam filtering is used to detect unsolicited and unwanted email. By looking for certain words in an email's subject line, or through suspicious word patterns or word frequencies

More information

eprism Email Security Suite

eprism Email Security Suite FAQ V8.3 eprism Email Security Suite 800-782-3762 www.edgewave.com 2001 2012 EdgeWave. All rights reserved. The EdgeWave logo is a trademark of EdgeWave Inc. All other trademarks and registered trademarks

More information

More Details About Your Spam Digest & Dashboard

More Details About Your Spam Digest & Dashboard TABLE OF CONTENTS The Spam Digest What is the Spam Digest? What do I do with the Spam Digest? How do I view a message listed in the Spam Digest list? How do I release a message from the Spam Digest? How

More information

1 Accessing E-mail accounts on the Axxess Mail Server

1 Accessing E-mail accounts on the Axxess Mail Server 1 Accessing E-mail accounts on the Axxess Mail Server The Axxess Mail Server provides users with access to their e-mail folders through POP3, and IMAP protocols, or OpenWebMail browser interface. The server

More information

Avira Managed Email Security AMES FAQ. www.avira.com

Avira Managed Email Security AMES FAQ. www.avira.com Avira Managed Email Security AMES FAQ www.avira.com Can AMES be used immediately after an account for our organization has been set up in the MyAccount user portal? Using your account requires a change

More information

Cloud Email Firewall. 1. Introduction. a. What is Spam?

Cloud Email Firewall. 1. Introduction. a. What is Spam? Cloud Email Firewall 1. Introduction a. What is Spam? Spam are messages which are unsolicited or sent from unknown senders. Usually they are sent in large quantities (even massive) and with commercial

More information

REPUTATION-BASED MAIL FLOW CONTROL

REPUTATION-BASED MAIL FLOW CONTROL WHITE PAPER REPUTATION-BASED MAIL FLOW CONTROL Blocking Extreme Spam and Reducing False Positives Blocking unsolicited commercial email or spam is an increasingly important but difficult task for IT staff.

More information

USAGE GUIDE ADAM INTERNET SPAM FILTER MANAGER

USAGE GUIDE ADAM INTERNET SPAM FILTER MANAGER USAGE GUIDE ADAM INTERNET SPAM FILTER MANAGER Introduction For all Business Domain hosting services, Adam Internet provides the ability to add SPAM and VIRUS filtering. This service reduces the amount

More information

How To Block Ndr Spam

How To Block Ndr Spam How to block NDR spam Spam generates an enormous amount of traffic that is both time-consuming to handle and resource intensive. Apart from that, a large number of organizations have been victims of NDR

More information

white paper Glossary of Spam Terms The jargon of the spam industry

white paper Glossary of Spam Terms The jargon of the spam industry white paper Glossary of Spam Terms The jargon of the spam industry Table of Contents A Acceptable Use Policy (AUP)..................................................... 5 Alias...........................................................................

More information

eprism Email Security Suite

eprism Email Security Suite FAQ V8.3 eprism Email Security Suite 800-782-3762 www.edgewave.com 2001 2012 EdgeWave. All rights reserved. The EdgeWave logo is a trademark of EdgeWave Inc. All other trademarks and registered trademarks

More information

Intercept Anti-Spam Quick Start Guide

Intercept Anti-Spam Quick Start Guide Intercept Anti-Spam Quick Start Guide Software Version: 6.5.2 Date: 5/24/07 PREFACE...3 PRODUCT DOCUMENTATION...3 CONVENTIONS...3 CONTACTING TECHNICAL SUPPORT...4 COPYRIGHT INFORMATION...4 OVERVIEW...5

More information

the barricademx end user interface documentation for barricademx users

the barricademx end user interface documentation for barricademx users the barricademx end user interface documentation for barricademx users BarricadeMX Plus The End User Interface This short document will show you how to use the end user web interface for the BarricadeMX

More information

Features vs. Fluff in the Search for an Enterprise Anti-Spam Solution. March 2007. Summary

Features vs. Fluff in the Search for an Enterprise Anti-Spam Solution. March 2007. Summary WHITE PAPER Demystifying the Anti-Spam Buzz: Features vs. Fluff in the Search for an Enterprise Anti-Spam Solution March 2007 Summary The options available to mitigate the problems of e-mail spam in the

More information

Greylisting has been around since 2003 when Evan Harris wrote the original whitepaper on it as a spam filtering mechanism.

Greylisting has been around since 2003 when Evan Harris wrote the original whitepaper on it as a spam filtering mechanism. Greylisting... revisited By Steve Freegard Our BarricadeMX products have supported greylisting since they were first released. From the beginning, our greylisting used custom modifications to make it more

More information

Introduction of the S25R anti-spam system

Introduction of the S25R anti-spam system Introduction of the S25R anti-spam system ASAMI Hideo deo@gabacho-net.jp http://www.gabacho-net.jp/en/anti-spam/ Aug 29, 2009 1 What is S25R? The Selective SMTP Rejection Anti-spam System (port 25) Gist

More information

D3 TECHNOLOGIES SPAM FILTER

D3 TECHNOLOGIES SPAM FILTER D3 TECHNOLOGIES SPAM FILTER The D3 Technologies spam filtering provides virus, attachment, and spam filtering services for email. We check all emails for viruses and malicious content, since we feel these

More information

Comprehensive Anti-Spam Service

Comprehensive Anti-Spam Service Comprehensive Anti-Spam Service Chapter 1: Document Scope This document describes how to implement and manage the Comprehensive Anti-Spam Service. This document contains the following sections: Comprehensive

More information

PerfectMail User Guide

PerfectMail User Guide PerfectMail User Guide Version: 3.7.62 December 15, 2014 Copyright 1999-2014 PerfectMail, Inc. All rights reserved Contents 1 Copyright Notice...1 2 Welcome to PerfectMail...2 2.1 Live Filtering...2 2.2

More information

ESET Mail Security 4. User Guide. for Microsoft Exchange Server. Microsoft Windows 2000 / 2003 / 2008

ESET Mail Security 4. User Guide. for Microsoft Exchange Server. Microsoft Windows 2000 / 2003 / 2008 ESET Mail Security 4 for Microsoft Exchange Server User Guide Microsoft Windows 2000 / 2003 / 2008 Content 1. Introduction...4 1.1 System requirements... 4 1.2 Methods Used... 4 1.2.1 Mailbox scanning

More information

Email services. Anders Wiehe IT department Gjøvik University College

Email services. Anders Wiehe IT department Gjøvik University College Email services Anders Wiehe IT department Gjøvik University College Topics Lessons learnt Planning a new email system Lab: Basic configuration Lab: SMTP:Postfix configuration Lab: POP3/IMAP:Dovecot configuration

More information

Spam filtering. Peter Likarish Based on slides by EJ Jung 11/03/10

Spam filtering. Peter Likarish Based on slides by EJ Jung 11/03/10 Spam filtering Peter Likarish Based on slides by EJ Jung 11/03/10 What is spam? An unsolicited email equivalent to Direct Mail in postal service UCE (unsolicited commercial email) UBE (unsolicited bulk

More information

HLI MailGuard For End Users

HLI MailGuard For End Users HLI MailGuard For End Users VC Technology Solutions, Inc. 6085 King Drive, Unit 102 Ventura, CA 93003 HLI MailGuard For End Users 1 Introduction 1.1 1.2 1.3 1.4 Contacting HLI Systems 5 The Unwanted E-mail

More information

Anti-Spam Service User s Guide Advanced Internet Technologies, Inc. December 3, 2004

Anti-Spam Service User s Guide Advanced Internet Technologies, Inc. December 3, 2004 Page 1 of 7 Anti-Spam Service User s Guide Advanced Internet Technologies, Inc. December 3, 2004 Search All Your Favorite Engines from a Single Source with tybit!!! (Download Now) Revision History: This

More information

Panda Cloud Email Protection

Panda Cloud Email Protection Panda Cloud Email Protection 1. Introduction a) What is spam? Spam is the term used to describe unsolicited messages or messages sent from unknown senders. They are usually sent in large (even massive)

More information

Avira Managed Email Security (AMES) User Guide

Avira Managed Email Security (AMES) User Guide Avira Managed Email Security (AMES) User Guide 1 Product information... 3 1.1 Functionality... 3 1.2 Licensing AMES... 3 2 Getting started with AMES... 4 2.1 Adding a new domain to AMES... 4 2.2 Logging

More information

English Translation of SecurityGateway for Exchange/SMTP Servers

English Translation of SecurityGateway for Exchange/SMTP Servers Testing: Alt N Technologies SecurityGateway by Sandra Lucifora Administrators spend a considerable amount of their time on the job on eliminating unwanted messages. Viruses, Phishing, and Spoofing pose

More information

Setting up Microsoft Outlook to reject unsolicited email (UCE or Spam )

Setting up Microsoft Outlook to reject unsolicited email (UCE or Spam ) Reference : USER 191 Issue date : January 2004 Updated : January 2008 Classification : Staff Authors : Matt Vernon, Richard Rogers Setting up Microsoft Outlook to reject unsolicited email (UCE or Spam

More information

Technical responses to spam November 2003

Technical responses to spam November 2003 November 2003 Executive Summar y In response to the growing torrent of unsolicited bulk email, informally known as spam, many technical schemes have been proposed and implemented to distinguish spam from

More information

Is Spam Bad For Your Mailbox?

Is Spam Bad For Your Mailbox? Whitepaper Spam and Ham Spam and Ham A Simple Guide Fauzi Yunos 12 Page2 Executive Summary People tend to be much less bothered by spam slipping through filters into their mail box (false negatives), than

More information

Gordon State College. Spam Firewall. User Guide

Gordon State College. Spam Firewall. User Guide Gordon State College Spam Firewall User Guide Overview The Barracuda Spam Firewall is an integrated hardware and software solution that provides powerful and scalable spam and virus-blocking capabilities

More information

Updates from France. Migration of the CRU federation Setting up a national anti-spam service. 4 th December 2008 1

Updates from France. Migration of the CRU federation Setting up a national anti-spam service. 4 th December 2008 1 Updates from France Migration of the CRU federation Setting up a national anti-spam service 4 th December 2008 1 Migration of the CRU federation The CRU federation Running since January 2006 Successful

More information

How to minimize SPAM in your CBPref.com Inbox

How to minimize SPAM in your CBPref.com Inbox How to minimize SPAM in your CBPref.com Inbox By Jason K. Serafin As I travel through our Coldwell Banker Preferred branch offices, I hear many agents ask me the same question over and over: What can we

More information

Anglia IT Solutions Managed Anti-SPAM

Anglia IT Solutions Managed Anti-SPAM By Appointment to Her Majesty The Queen Supplier of IT Products and Support Anglia IT Solutions Limited Swaffham Anglia IT Solutions Managed Anti-SPAM A Simple Guide All Rights Reserved. This document

More information

Fighting against Spam-Mail

Fighting against Spam-Mail LinuxFocus article number 279 http://linuxfocus.org Fighting against Spam-Mail by Katja and Guido Socher About the authors: Katja is the German editor

More information