<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<!--Converted with LaTeX2HTML 2K.1beta (1.48)
original version by:  Nikos Drakos, CBLU, University of Leeds
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>clamav-milter</TITLE>
<META NAME="description" CONTENT="clamav-milter">
<META NAME="keywords" CONTENT="clamdoc">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2K.1beta">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">

<LINK REL="STYLESHEET" HREF="clamdoc.css">

<LINK REL="next" HREF="node30.html">
<LINK REL="previous" HREF="node28.html">
<LINK REL="up" HREF="node28.html">
<LINK REL="next" HREF="node30.html">
</HEAD>

<BODY >
<!--Navigation Panel-->
<A NAME="tex2html735"
  HREF="node30.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
 SRC="/usr/share/latex2html/icons/next.png"></A> 
<A NAME="tex2html731"
  HREF="node28.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
 SRC="/usr/share/latex2html/icons/up.png"></A> 
<A NAME="tex2html725"
  HREF="node28.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 SRC="/usr/share/latex2html/icons/prev.png"></A> 
<A NAME="tex2html733"
  HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
 SRC="/usr/share/latex2html/icons/contents.png"></A>  
<BR>
<B> Next:</B> <A NAME="tex2html736"
  HREF="node30.html">IVS Milter</A>
<B> Up:</B> <A NAME="tex2html732"
  HREF="node28.html">Third party software</A>
<B> Previous:</B> <A NAME="tex2html726"
  HREF="node28.html">Third party software</A>
 &nbsp <B>  <A NAME="tex2html734"
  HREF="node1.html">Contents</A></B> 
<BR>
<BR>
<!--End of Navigation Panel-->

<H2><A NAME="SECTION00061000000000000000">
clamav-milter</A>
</H2>
    <B>Homepage:</B> part of the ClamAV package
<BR>    <B>Supports:</B> clamd
<BR>
Nigel Horne's clamav-milter is a very fast email scanner designed for
    sendmail. It's written entirely in C and uses ClamAV's internal mail
    scanner (also written by Nigel).
<BR>    <B>Installation:</B>
<BR>
You need libmilter development files. Configure ClamAV with
    <PRE>
    $ ./configure --enable-milter
</PRE>
    and recompile. The program will be installed in
    /usr/local/sbin/clamav-milter. The following instructions were adopted
    from Nigel's INSTALL file: add to /etc/mail/sendmail.mc:
    <PRE>
INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clmilter.sock,
F=, T=S:4m;R:4m')dnl
define(`confINPUT_MAIL_FILTERS', `clmilter')
</PRE>
    Check entries in clamav.conf of the form:
    <PRE>
	LocalSocket /var/run/clamd.sock
	ScanMail
	StreamSaveToDisk
</PRE>
    Start clamav-milter:
    <PRE>
	/usr/local/sbin/clamav-milter -lo /var/run/clmilter.sock
</PRE>
    and restart sendmail.

<P>
<BR><HR>
<ADDRESS>
Tomasz Kojm
2004-06-14
</ADDRESS>
</BODY>
</HTML>