docs/html/node20.html
61b40ee3
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
73e034df
 
61b40ee3
 <!--Converted with LaTeX2HTML 2002-2-1 (1.71)
73e034df
 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>
96e05490
 <TITLE>clamav-milter</TITLE>
 <META NAME="description" CONTENT="clamav-milter">
73e034df
 <META NAME="keywords" CONTENT="clamdoc">
 <META NAME="resource-type" CONTENT="document">
 <META NAME="distribution" CONTENT="global">
 
61b40ee3
 <META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
73e034df
 <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
 
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
 
96e05490
 <LINK REL="next" HREF="node21.html">
 <LINK REL="previous" HREF="node18.html">
 <LINK REL="up" HREF="node17.html">
73e034df
 <LINK REL="next" HREF="node21.html">
 </HEAD>
 
 <BODY >
61b40ee3
 
 <DIV CLASS="navigation"><!--Navigation Panel-->
ee93a07e
 <A NAME="tex2html454"
73e034df
   HREF="node21.html">
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
ee93a07e
 <A NAME="tex2html450"
96e05490
   HREF="node17.html">
73e034df
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
ee93a07e
 <A NAME="tex2html444"
73e034df
   HREF="node19.html">
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
ee93a07e
 <A NAME="tex2html452"
73e034df
   HREF="node1.html">
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
 <BR>
ee93a07e
 <B> Next:</B> <A NAME="tex2html455"
96e05490
   HREF="node21.html">Testing</A>
ee93a07e
 <B> Up:</B> <A NAME="tex2html451"
96e05490
   HREF="node17.html">Configuration</A>
ee93a07e
 <B> Previous:</B> <A NAME="tex2html445"
96e05490
   HREF="node19.html">On-access scanning</A>
ee93a07e
  &nbsp; <B>  <A NAME="tex2html453"
73e034df
   HREF="node1.html">Contents</A></B> 
 <BR>
61b40ee3
 <BR></DIV>
73e034df
 <!--End of Navigation Panel-->
 
96e05490
 <H2><A NAME="SECTION00052000000000000000">
 clamav-milter</A>
73e034df
 </H2>
96e05490
     Nigel Horne's <code>clamav-milter</code> is a very efficient email scanner
     designed for Sendmail. It's written entirely in C and only depends on
     <code>libclamav</code> or <code>clamd</code>. You can find detailed installation
     instructions in the <code>INSTALL</code> file that comes with the clamav-milter
     sources. Basically, to connect it with Sendmail add the following lines to
     <code>/etc/mail/sendmail.mc</code>:
73e034df
     <PRE>
96e05490
 INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock,
 F=, T=S:4m;R:4m')dnl
 define(`confINPUT_MAIL_FILTERS', `clmilter')
73e034df
 </PRE>
96e05490
     If you're running it in <code>--external</code> mode, check entry in
     <code>clamd.conf</code> of the form:
73e034df
     <PRE>
96e05490
 	LocalSocket /var/run/clamav/clamd.sock
73e034df
 </PRE>
96e05490
     Start clamav-milter
73e034df
     <PRE>
96e05490
 	/usr/local/sbin/clamav-milter -lo /var/run/clamav/clmilter.sock
73e034df
 </PRE>
96e05490
     and restart sendmail.
73e034df
 
 <P>
 <BR><HR>
 <ADDRESS>
 Tomasz Kojm
695e6fd4
 2008-11-26
73e034df
 </ADDRESS>
 </BODY>
 </HTML>