--- clamav-0.70/docs/html/node28.html.orig	Fri Apr 16 23:14:42 2004
+++ clamav-0.70/docs/html/node28.html	Sat May  1 06:39:23 2004
@@ -7,8 +7,8 @@
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
 <HTML>
 <HEAD>
-<TITLE>clamav-milter</TITLE>
-<META NAME="description" CONTENT="clamav-milter">
+<TITLE>milter-clamav</TITLE>
+<META NAME="description" CONTENT="milter-clamav">
 <META NAME="keywords" CONTENT="clamdoc">
 <META NAME="resource-type" CONTENT="document">
 <META NAME="distribution" CONTENT="global">
@@ -57,37 +57,33 @@
 <!--End of Navigation Panel-->
 
 <H2><A NAME="SECTION00061000000000000000">
-clamav-milter</A>
+milter-clamav</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
+Nigel Horne's milter-clamav 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
+To enable the clamav filtering, add the following instruction to
+your sendmail m4 configuration file, generate your new sendmail.cf 
+configuration file and finally restart sendmail:
     <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')
+INPUT_MAIL_FILTER(`milter-clamav',`S=local:/var/milter/milter-clamav.sock,
+T=C:2m;S:10s;R:1m;E:2m')dnl
 </PRE>
     Check entries in clamav.conf of the form:
     <PRE>
-	LocalSocket /var/run/clamd.sock
+	LocalSocket /var/clamav/clamd.sock
 	ScanMail
 	StreamSaveToDisk
 </PRE>
-    Start clamav-milter:
+    Start milter-clamav:
     <PRE>
-	/usr/local/sbin/clamav-milter -lo /var/run/clmilter.sock
+	/usr/sbin/milter-clamav -loCH /var/milter/milter-clamav.sock
 </PRE>
     and restart sendmail.
 
