Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Focus-Linux
[Top] [All Lists]

Re: mail antivirus

Subject: Re: mail antivirus
Date: Sat, 25 Aug 2007 00:21:08 +0200
On Wed, Aug 22, 2007 at 07:54:28PM +0300, mircea wrote:
Hello,
Hi.

what kind of antivirus filter are you using on linux mail servers?
Well it depends ;)

It will also depends on your hardware, corporate (if any) rules,
you mail traffic, etc ...

I appreciate solution names and a few words on why you're using it.
For my personal servers I use clamav (because it open source and free)
with:

a) postfix + greylisting + amavisd-new with spamassassin+clamav
b) qmail with qpsmtpd (http://smtpd.develooper.com/) as the qmails smtpd 
replacement
and qsheff (http://www.enderunix.org/qsheff/) which scans using clamav
and rejects virii at the smtp dialogue. qpsmtpd is configured
to stop "early talkers" (clients starting to talk before they
see the mailserver greeting. This catches most viruses because
of their simple SMTP engine.

Greylisting will stop some viruses (simple SMTP engine) and some spam.
(Although there are reports about some - non RFC compliant clients -
missed mails, e.g. http://isc.sans.org/diary.html?storyid=3312)

At work we are using postfix+amavisd-new with sophos (they provide
binaries for non linux systems like AIX,HP-UX,Solaris, etc. ...)

Well, as said above it depends on your mail server, mail traffic
and some other things, e.g. how fast the AV vendors update their
signatures.

HTH,

Andreas.

-- 
Out of the darkness a voice spoke unto me, saying "smile, things could
be worse". So I smiled, and so, things became worse.

<Prev in Thread] Current Thread [Next in Thread>