Browse code

doc update

git-svn: trunk@1320

Tomasz Kojm authored on 2005/02/07 06:10:10
Showing 170 changed files
... ...
@@ -91,6 +91,7 @@ Yuri Dario <mc6530*mclink.it>
91 91
 David <djgardner*users.sourceforge.net>
92 92
 Maxim Dounin <mdounin*rambler-co.ru>
93 93
 Alejandro Dubrovsky <s328940*student.uq.edu.au>
94
+James P. Dugal <jpd*louisiana.edu>
94 95
 Magnus Ekdahl <magnus*debian.org>
95 96
 Jens Elkner <elkner*linofee.org>
96 97
 Jason Englander <jason*englanders.cc>
... ...
@@ -106,6 +107,7 @@ Luca 'NERvOus' Gibelli <nervous*clamav.net>
106 106
 Scott Gifford <sgifford*suspectclass.com>
107 107
 Stephen Gran <steve*lobefin.net>
108 108
 Marek Gutkowski <hobbit*core.segfault.pl>
109
+Martin Heinz <Martin*hemag.ch>
109 110
 Nigel Horne <njh*smsltd.demon.co.uk>
110 111
 Hrvoje Habjanic <hrvoje.habjanic*zg.hinet.hr>
111 112
 Robert Hogan <robert*roberthogan.net>
... ...
@@ -140,7 +142,9 @@ Rudolph Pereira <r.pereira*isu.usyd.edu.au>
140 140
 Ed Phillips <ed*UDel.Edu>
141 141
 Pierre <pierrezero*fastmail.fm>
142 142
 Andreas Piesk <Andreas.Piesk*heise.de>
143
+Mark Pizzolato <clamav-devel*subscriptions.pizzolato.net>
143 144
 Ant La Porte <ant*dvere.net>
145
+Jef Poskanzer <jef*acme.com>
144 146
 Christophe Poujol <Christophe.Poujol*atosorigin.com>
145 147
 Thomas Quinot <thomas*cuivre.fr.eu.org>
146 148
 Brian A. Reiter <breiter*wolfereiter.com>
... ...
@@ -1,7 +1,22 @@
1
+Sun Feb  6 22:05:24 CET 2005 (tk)
2
+---------------------------------
3
+  * docs: update (html docs are back)
4
+
5
+Sun Feb  6 20:44:03 CET 2005 (tk)
6
+---------------------------------
7
+  * clamd/others.c, clamdscan/client.c: AIX fix (patch by Mike Loewen
8
+					<mcl8*psu.edu>)
9
+
10
+Sun Feb  6 20:17:34 CET 2005 (tk)
11
+---------------------------------
12
+  * clamd/server-th.c: not all thrmgr_new calls were respecting idletimeout
13
+		       value (patch by Mark Pizzolato
14
+		       <clamav-devel*subscriptions.pizzolato.net>
15
+
1 16
 Sun Feb  6 18:23:15 GMT 2005 (njh)
2 17
 ----------------------------------
3 18
   * libclamav/mbox.c:	Some W95.Matrix.SCR were not being caught. Reported by
4
-				Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>
19
+				Stefan Kaltenbrunner <stefan*kaltenbrunner.cc>
5 20
 
6 21
 Sun Feb  6 10:41:48 GMT 2005 (njh)
7 22
 ----------------------------------
... ...
@@ -1,95 +1,12 @@
1
-0.81
1
+0.82
2 2
 ----
3 3
 
4
-Scan engine improvements were made. The internal mail scanner now supports
5
-multipart/partial messages, and support for decoding non-standard mail files
6
-was greatly enhanced. clamav-milter by default uses libclamav and scans emails
7
-itself without the use of clamd. libclamav can now extract RFC2397 encoded
8
-data within HTML documents, block zip archives with modified information in
9
-local header, and scan HQX files. PE file structure rebuilding from compressed
10
-executables was improved.
11
-
12
-Important note to clamdwatch users: please upgrade to the latest version
13
-(contrib/clamdwatch) as soon as possible.
14
-
15
--) libclamav:
16
-    + major improvements in the mail scanning engine:
17
-	o support for multipart/partial messages
18
-	o improved support for non-standard quoted-printable attachments
19
-	o in some situations it will try to guess a correct mode (e.g.
20
-	  a good type for an incorrect content-type, a best guess for an
21
-	  unknown encoding type, etc.)
22
-	o handling of RFC822 comments in the commands (e.g.: Co(foo)ntent-Type:
23
-	  text/plain)
24
-	o better recovery if memory softlimit is hit
25
-	o new test code that decodes emails without parsing them first (must
26
-	  be enabled manually before compilation)
27
-
28
-    + support for extracting RFC2397 encoded data within HTML documents
29
-    + blocking of zip archives with modified information in local header
30
-    + improved PE structure rebuilding from compressed executables
31
-    + improved support for zip archives
32
-    + support for Mac's HQX file format
33
-    + stability and (minor) security fixes
34
-    + a lot of minor improvements, including support for new platforms
35
-
36
--) clamd:
37
-    + new directive ExitOnOOM (stop the deamon when libclamav reports an out of
38
-      memory condition)
39
-    + new directives StreamMinPort and StreamMaxPort (port range specification
40
-      for a stream mode)
41
-    + support for passing of file descriptors
42
-
43
--) clamdscan:
44
-    + added support for --move and --remove
45
-
46
--) clamav-milter:
47
-    + by default uses libclamav to scan e-mails
48
-    + new option --external (enables the use of clamd)
49
-    + various optimisations
50
-
51
--) freshclam:
52
-    + the DNS mode is now enabled by default (no need for DNSDatabaseInfo in
53
-      freshclam.conf)
54
-    + --no-dns uses a If-Modified-Since method instead of a range GET
55
-    + added support for AllowSupplementaryGroups
56
-
57
--) sigtool:
58
-    + new options --vba and --vba-hex (extract VBA/Word6 macros and optionally
59
-      display the corresponding hex values; Word6 binary code will be
60
-      disassembled)
61
-
62
--) The list of third party programs with support for ClamAV is growing
63
-   rapidly. Here are the latest additions (see clamdoc.pdf for details):
64
-
65
-    + AVScan - a libclamav based GUI a-v scanner for Unix
66
-    + clamailfilter - a Python script that provides a-v scanning via procmailrc
67
-    + ClamAVPlugin - A ClamAV plugin for SpamAssassin 3.x
68
-    + ClamCour - an e-mail filter for Courier
69
-    + clamfilter - a small, secure, and efficient content filter for Postfix
70
-    + ClamMail - an anti-virus POP3 proxy for Windows
71
-    + ClamShell - a Java GUI for clamscan
72
-    + ClamTk - a perl-tk GUI for ClamAV
73
-    + clapf - a virus scanning and antispam content filter for Postfix
74
-    + D bindings for ClamAV - ClamAV bindings for the D programming language
75
-    + Frox - a transparent FTP proxy
76
-    + KMail - a fully-featured email client now supports ClamAV out of box
77
-    + Mail Avenger - a highly-configurable SMTP server with a-v support
78
-    + Mailnees - a mail content filter for Sendmail and Postfix
79
-    + Maverix - anti-spam and anti-virus solution for AOLServer
80
-    + Moodle - scan files submitted by students for viruses!
81
-    + php-clamav - scan files from within PHP
82
-    + pymavis - a powerful email parser, similar to the old amavis-perl
83
-    + QClam - a simple program to plug ClamAV to a qmail mailbox
84
-    + qmailmrtg7 - display graphs of viruses found by ClamAV
85
-    + qSheff - an e-mail filter for qmail
86
-    + SafeSquid - a feature rich content filtering internet proxy
87
-    + Scrubber - a server-side daemon for filtering mail content
88
-    + simscan - an e-mail and spam filter for qmail
89
-    + smtpfilter - scan SMTP session for viruses
90
-    + snort-inline - scan your network traffic for viruses with ClamAV
91
-    + SquidClamAV Redirector - a Squid helper script which adds virus scanning 
92
-    + WRAVLib - a library for a-v integration with Mono/.NET applications
4
+This release adds generic detection of MS05-002 ("Vulnerability in Cursor and
5
+Icon Format Handling Could Allow Remote Code Execution") based exploits.
6
+Fixes include correct attachment scanning in e-mails generated by some
7
+Internet worms (broken in 0.81), removed false positive "Suspected.Zip"
8
+warning on non-standard zip archives created by ICEOWS, better proxy support
9
+in freshclam, and speed improvements.
93 10
 
94 11
 --
95 12
 The ClamAV team (http://www.clamav.net/team.html)
... ...
@@ -2,6 +2,19 @@ Note: This README/NEWS file refers to the source tarball. Some things described
2 2
 here may not be available in binary packages.
3 3
 --
4 4
 
5
+0.82
6
+----
7
+
8
+This release adds generic detection of MS05-002 ("Vulnerability in Cursor and
9
+Icon Format Handling Could Allow Remote Code Execution") based exploits.
10
+Fixes include correct attachment scanning in e-mails generated by some
11
+Internet worms (broken in 0.81), removed false positive "Suspected.Zip"
12
+warning on non-standard zip archives created by ICEOWS, better proxy support
13
+in freshclam, and speed improvements.
14
+
15
+--
16
+The ClamAV team (http://www.clamav.net/team.html)
17
+
5 18
 
6 19
 0.81
7 20
 ----
... ...
@@ -15,5 +15,5 @@
15 15
 #  along with this program; if not, write to the Free Software
16 16
 #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17 17
 
18
-EXTRA_DIST = clamdoc.pdf man clamav-mirror-howto.pdf signatures.pdf MacOSX clamdoc.tex clam.eps
18
+EXTRA_DIST = clamdoc.pdf man clamav-mirror-howto.pdf signatures.pdf MacOSX clamdoc.tex clam.eps html
19 19
 man_MANS = man/clamscan.1 man/freshclam.1 man/sigtool.1 man/clamd.8 man/clamd.conf.5 man/clamdscan.1 man/clamav-milter.8 man/freshclam.conf.5
... ...
@@ -175,7 +175,7 @@ target_alias = @target_alias@
175 175
 target_cpu = @target_cpu@
176 176
 target_os = @target_os@
177 177
 target_vendor = @target_vendor@
178
-EXTRA_DIST = clamdoc.pdf man clamav-mirror-howto.pdf signatures.pdf MacOSX clamdoc.tex clam.eps
178
+EXTRA_DIST = clamdoc.pdf man clamav-mirror-howto.pdf signatures.pdf MacOSX clamdoc.tex clam.eps html
179 179
 man_MANS = man/clamscan.1 man/freshclam.1 man/sigtool.1 man/clamd.8 man/clamd.conf.5 man/clamdscan.1 man/clamav-milter.8 man/freshclam.conf.5
180 180
 all: all-am
181 181
 
182 182
Binary files a/clamav-devel/docs/clamdoc.pdf and b/clamav-devel/docs/clamdoc.pdf differ
183 183
new file mode 100644
... ...
@@ -0,0 +1,30 @@
0
+/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
1
+.MATH    { font-family: "Century Schoolbook", serif; }
2
+.MATH I  { font-family: "Century Schoolbook", serif; font-shape: italic }
3
+.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }
4
+
5
+/* implement both fixed-size and relative sizes */
6
+SMALL.XTINY		{ font-size : xx-small }
7
+SMALL.TINY		{ font-size : x-small  }
8
+SMALL.SCRIPTSIZE	{ font-size : smaller  }
9
+SMALL.FOOTNOTESIZE	{ font-size : small    }
10
+SMALL.SMALL		{  }
11
+BIG.LARGE		{  }
12
+BIG.XLARGE		{ font-size : large    }
13
+BIG.XXLARGE		{ font-size : x-large  }
14
+BIG.HUGE		{ font-size : larger   }
15
+BIG.XHUGE		{ font-size : xx-large }
16
+
17
+/* heading styles */
18
+H1		{  }
19
+H2		{  }
20
+H3		{  }
21
+H4		{  }
22
+H5		{  }
23
+
24
+/* mathematics styles */
25
+DIV.displaymath		{ }	/* math displays */
26
+TD.eqno			{ }	/* equation-number cells */
27
+
28
+
29
+/* document-specific styles come next */
0 30
new file mode 100644
... ...
@@ -0,0 +1,418 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>clamdoc</TITLE>
10
+<META NAME="description" CONTENT="clamdoc">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node1.html">
22
+</HEAD>
23
+
24
+<BODY >
25
+<!--Navigation Panel-->
26
+<A NAME="tex2html283"
27
+  HREF="node1.html">
28
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
29
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up_g.png"> 
30
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev_g.png"> 
31
+<A NAME="tex2html281"
32
+  HREF="node1.html">
33
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
34
+<BR>
35
+<B> Next:</B> <A NAME="tex2html284"
36
+  HREF="node1.html">Contents</A>
37
+ &nbsp <B>  <A NAME="tex2html282"
38
+  HREF="node1.html">Contents</A></B> 
39
+<BR>
40
+<BR>
41
+<!--End of Navigation Panel-->
42
+
43
+<P>
44
+
45
+    <!-- MATH
46
+ $\includegraphics[width=353pt]{clam.eps}$
47
+ -->
48
+<IMG
49
+ WIDTH="561" HEIGHT="552" ALIGN="BOTTOM" BORDER="0"
50
+ SRC="img2.png"
51
+ ALT="\includegraphics[width=353pt]{clam.eps}">
52
+    <BR>
53
+<BR>
54
+<BR>
55
+<BR>
56
+<BR>
57
+<BR>
58
+<BR>
59
+<BR>
60
+    <DIV ALIGN="RIGHT">
61
+<BR>	<FONT SIZE="+3">Clam AntiVirus 0.82
62
+<BR>	<FONT SIZE="+3"><I>User Manual</I>
63
+<BR>    
64
+</FONT></FONT></DIV>
65
+
66
+<P>
67
+
68
+    <BR><HR>
69
+<!--Table of Child-Links-->
70
+<A NAME="CHILD_LINKS"></A>
71
+
72
+<UL>
73
+<LI><A NAME="tex2html285"
74
+  HREF="node1.html">Contents</A>
75
+<LI><A NAME="tex2html286"
76
+  HREF="node2.html">Introduction</A>
77
+<UL>
78
+<LI><A NAME="tex2html287"
79
+  HREF="node3.html">Features</A>
80
+<LI><A NAME="tex2html288"
81
+  HREF="node4.html">Mailing lists</A>
82
+<LI><A NAME="tex2html289"
83
+  HREF="node5.html">Virus submitting</A>
84
+</UL>
85
+<LI><A NAME="tex2html290"
86
+  HREF="node6.html">Base package</A>
87
+<UL>
88
+<LI><A NAME="tex2html291"
89
+  HREF="node7.html">Supported platforms</A>
90
+<LI><A NAME="tex2html292"
91
+  HREF="node8.html">Binary packages</A>
92
+<LI><A NAME="tex2html293"
93
+  HREF="node9.html">Daily built snapshots</A>
94
+</UL>
95
+<LI><A NAME="tex2html294"
96
+  HREF="node10.html">Installation</A>
97
+<UL>
98
+<LI><A NAME="tex2html295"
99
+  HREF="node11.html">Requirements</A>
100
+<LI><A NAME="tex2html296"
101
+  HREF="node12.html">Installing on a shell account</A>
102
+<LI><A NAME="tex2html297"
103
+  HREF="node13.html">Adding new system user and group</A>
104
+<LI><A NAME="tex2html298"
105
+  HREF="node14.html">Compilation of base package</A>
106
+<LI><A NAME="tex2html299"
107
+  HREF="node15.html">Compilation with clamav-milter enabled</A>
108
+</UL>
109
+<LI><A NAME="tex2html300"
110
+  HREF="node16.html">Configuration</A>
111
+<UL>
112
+<LI><A NAME="tex2html301"
113
+  HREF="node17.html">clamd</A>
114
+<UL>
115
+<LI><A NAME="tex2html302"
116
+  HREF="node18.html">On-access scanning</A>
117
+</UL>
118
+<LI><A NAME="tex2html303"
119
+  HREF="node19.html">clamav-milter</A>
120
+<LI><A NAME="tex2html304"
121
+  HREF="node20.html">Testing</A>
122
+<LI><A NAME="tex2html305"
123
+  HREF="node21.html">Setting up auto-updating</A>
124
+<LI><A NAME="tex2html306"
125
+  HREF="node22.html">Closest mirrors</A>
126
+</UL>
127
+<LI><A NAME="tex2html307"
128
+  HREF="node23.html">Usage</A>
129
+<UL>
130
+<LI><A NAME="tex2html308"
131
+  HREF="node24.html">Clam daemon</A>
132
+<LI><A NAME="tex2html309"
133
+  HREF="node25.html">Clam<B>d</B>scan</A>
134
+<LI><A NAME="tex2html310"
135
+  HREF="node26.html">Clamuko</A>
136
+<LI><A NAME="tex2html311"
137
+  HREF="node27.html">Output format</A>
138
+<UL>
139
+<LI><A NAME="tex2html312"
140
+  HREF="node28.html">clamscan</A>
141
+<LI><A NAME="tex2html313"
142
+  HREF="node29.html">clamd</A>
143
+</UL>
144
+</UL>
145
+<LI><A NAME="tex2html314"
146
+  HREF="node30.html">LibClamAV</A>
147
+<UL>
148
+<LI><A NAME="tex2html315"
149
+  HREF="node31.html">Licence</A>
150
+<LI><A NAME="tex2html316"
151
+  HREF="node32.html">Features</A>
152
+<UL>
153
+<LI><A NAME="tex2html317"
154
+  HREF="node33.html">Archives and compressed files</A>
155
+<LI><A NAME="tex2html318"
156
+  HREF="node34.html">Mail files</A>
157
+</UL>
158
+<LI><A NAME="tex2html319"
159
+  HREF="node35.html">API</A>
160
+<UL>
161
+<LI><A NAME="tex2html320"
162
+  HREF="node36.html">Header file</A>
163
+<LI><A NAME="tex2html321"
164
+  HREF="node37.html">Database loading</A>
165
+<LI><A NAME="tex2html322"
166
+  HREF="node38.html">Error handling</A>
167
+<LI><A NAME="tex2html323"
168
+  HREF="node39.html">Database structure</A>
169
+</UL>
170
+<LI><A NAME="tex2html324"
171
+  HREF="node40.html">Database reloading</A>
172
+<UL>
173
+<LI><A NAME="tex2html325"
174
+  HREF="node41.html">Data scan functions</A>
175
+<LI><A NAME="tex2html326"
176
+  HREF="node42.html">Memory</A>
177
+<LI><A NAME="tex2html327"
178
+  HREF="node43.html">clamav-config</A>
179
+<LI><A NAME="tex2html328"
180
+  HREF="node44.html">Example</A>
181
+</UL>
182
+<LI><A NAME="tex2html329"
183
+  HREF="node45.html">CVD format</A>
184
+</UL>
185
+<LI><A NAME="tex2html330"
186
+  HREF="node46.html">Frequently Asked Questions</A>
187
+<LI><A NAME="tex2html331"
188
+  HREF="node47.html">Third party software</A>
189
+<UL>
190
+<LI><A NAME="tex2html332"
191
+  HREF="node48.html"><I>MTA + ClamAV</I></A>
192
+<UL>
193
+<LI><A NAME="tex2html333"
194
+  HREF="node49.html">amavisd-new</A>
195
+<LI><A NAME="tex2html334"
196
+  HREF="node50.html">AMaViS - "Next Generation"</A>
197
+<LI><A NAME="tex2html335"
198
+  HREF="node51.html">ClamdMail</A>
199
+<LI><A NAME="tex2html336"
200
+  HREF="node52.html">cgpav</A>
201
+<LI><A NAME="tex2html337"
202
+  HREF="node53.html">ClamCour</A>
203
+<LI><A NAME="tex2html338"
204
+  HREF="node54.html">clamfilter</A>
205
+<LI><A NAME="tex2html339"
206
+  HREF="node55.html">ClamSMTP</A>
207
+<LI><A NAME="tex2html340"
208
+  HREF="node56.html">clapf</A>
209
+<LI><A NAME="tex2html341"
210
+  HREF="node57.html">DSpamPD</A>
211
+<LI><A NAME="tex2html342"
212
+  HREF="node58.html">exiscan</A>
213
+<LI><A NAME="tex2html343"
214
+  HREF="node59.html">Gadoyanvirus</A>
215
+<LI><A NAME="tex2html344"
216
+  HREF="node60.html">IVS Milter</A>
217
+<LI><A NAME="tex2html345"
218
+  HREF="node61.html">j-chkmail</A>
219
+<LI><A NAME="tex2html346"
220
+  HREF="node62.html">Mail Avenger</A>
221
+<LI><A NAME="tex2html347"
222
+  HREF="node63.html">Mailnees</A>
223
+<LI><A NAME="tex2html348"
224
+  HREF="node64.html">MailScanner</A>
225
+<LI><A NAME="tex2html349"
226
+  HREF="node65.html">Maverix</A>
227
+<LI><A NAME="tex2html350"
228
+  HREF="node66.html">MIMEDefang</A>
229
+<LI><A NAME="tex2html351"
230
+  HREF="node67.html">mxGuard for IMail</A>
231
+<LI><A NAME="tex2html352"
232
+  HREF="node68.html">OdeiaVir</A>
233
+<LI><A NAME="tex2html353"
234
+  HREF="node69.html">OpenProtect</A>
235
+<LI><A NAME="tex2html354"
236
+  HREF="node70.html">Protea AntiVirus Tools</A>
237
+<LI><A NAME="tex2html355"
238
+  HREF="node71.html">PTSMail Utilities</A>
239
+<LI><A NAME="tex2html356"
240
+  HREF="node72.html">pymavis</A>
241
+<LI><A NAME="tex2html357"
242
+  HREF="node73.html">Qmail-Scanner</A>
243
+<LI><A NAME="tex2html358"
244
+  HREF="node74.html">qscanq</A>
245
+<LI><A NAME="tex2html359"
246
+  HREF="node75.html">qSheff</A>
247
+<LI><A NAME="tex2html360"
248
+  HREF="node76.html">RevolSys SMTP kit for Postfix</A>
249
+<LI><A NAME="tex2html361"
250
+  HREF="node77.html">Sagator</A>
251
+<LI><A NAME="tex2html362"
252
+  HREF="node78.html">Scrubber</A>
253
+<LI><A NAME="tex2html363"
254
+  HREF="node79.html">Secure Mail Intelligence!</A>
255
+<LI><A NAME="tex2html364"
256
+  HREF="node80.html">simscan</A>
257
+<LI><A NAME="tex2html365"
258
+  HREF="node81.html">smtpfilter</A>
259
+<LI><A NAME="tex2html366"
260
+  HREF="node82.html">smtp-vilter</A>
261
+<LI><A NAME="tex2html367"
262
+  HREF="node83.html">Zabit</A>
263
+</UL>
264
+<LI><A NAME="tex2html368"
265
+  HREF="node84.html"><I>MTA + POP3 Proxy + ClamAV</I></A>
266
+<UL>
267
+<LI><A NAME="tex2html369"
268
+  HREF="node85.html">ClamMail</A>
269
+<LI><A NAME="tex2html370"
270
+  HREF="node86.html">POP3 Virus Scanner Daemon</A>
271
+</UL>
272
+<LI><A NAME="tex2html371"
273
+  HREF="node87.html"><I>Web/FTP Proxy + ClamAV</I></A>
274
+<UL>
275
+<LI><A NAME="tex2html372"
276
+  HREF="node88.html">DansGuardian Anti-Virus Patch</A>
277
+<LI><A NAME="tex2html373"
278
+  HREF="node89.html">Frox</A>
279
+<LI><A NAME="tex2html374"
280
+  HREF="node90.html">mod_clamav</A>
281
+<LI><A NAME="tex2html375"
282
+  HREF="node91.html">SafeSquid</A>
283
+<LI><A NAME="tex2html376"
284
+  HREF="node92.html">SquidClamAV Redirector</A>
285
+<LI><A NAME="tex2html377"
286
+  HREF="node93.html">Viralator</A>
287
+</UL>
288
+<LI><A NAME="tex2html378"
289
+  HREF="node94.html"><I>Filesystem + ClamAV</I></A>
290
+<UL>
291
+<LI><A NAME="tex2html379"
292
+  HREF="node95.html">Dazuko</A>
293
+<LI><A NAME="tex2html380"
294
+  HREF="node96.html">Famuko</A>
295
+<LI><A NAME="tex2html381"
296
+  HREF="node97.html">OpenAntiVirus samba-vscan</A>
297
+</UL>
298
+<LI><A NAME="tex2html382"
299
+  HREF="node98.html"><I>Mail User Agent + ClamAV</I></A>
300
+<UL>
301
+<LI><A NAME="tex2html383"
302
+  HREF="node99.html">clamailfilter</A>
303
+<LI><A NAME="tex2html384"
304
+  HREF="node100.html">ClamAssassin</A>
305
+<LI><A NAME="tex2html385"
306
+  HREF="node101.html">clamscan-procfilter</A>
307
+<LI><A NAME="tex2html386"
308
+  HREF="node102.html">KMail</A>
309
+<LI><A NAME="tex2html387"
310
+  HREF="node103.html">MyClamMailFilter</A>
311
+<LI><A NAME="tex2html388"
312
+  HREF="node104.html">OpenWebMail</A>
313
+<LI><A NAME="tex2html389"
314
+  HREF="node105.html">QClam</A>
315
+<LI><A NAME="tex2html390"
316
+  HREF="node106.html">QMVC - Qmail Mail and Virus Control</A>
317
+<LI><A NAME="tex2html391"
318
+  HREF="node107.html">Sylpheed Claws</A>
319
+<LI><A NAME="tex2html392"
320
+  HREF="node108.html">SoftlabsAV</A>
321
+</UL>
322
+<LI><A NAME="tex2html393"
323
+  HREF="node109.html"><I>Graphical User Interface + ClamAV</I></A>
324
+<UL>
325
+<LI><A NAME="tex2html394"
326
+  HREF="node110.html">AVScan</A>
327
+<LI><A NAME="tex2html395"
328
+  HREF="node111.html">BeClam</A>
329
+<LI><A NAME="tex2html396"
330
+  HREF="node112.html">Clamaktion</A>
331
+<LI><A NAME="tex2html397"
332
+  HREF="node113.html">ClamShell</A>
333
+<LI><A NAME="tex2html398"
334
+  HREF="node114.html">ClamTk</A>
335
+<LI><A NAME="tex2html399"
336
+  HREF="node115.html">clamXav</A>
337
+<LI><A NAME="tex2html400"
338
+  HREF="node116.html">ClamWin</A>
339
+<LI><A NAME="tex2html401"
340
+  HREF="node117.html">FETCAV</A>
341
+<LI><A NAME="tex2html402"
342
+  HREF="node118.html">KlamAV</A>
343
+<LI><A NAME="tex2html403"
344
+  HREF="node119.html">wbmclamav</A>
345
+</UL>
346
+<LI><A NAME="tex2html404"
347
+  HREF="node120.html"><I>Library + ClamAV</I></A>
348
+<UL>
349
+<LI><A NAME="tex2html405"
350
+  HREF="node121.html">ClamAVPlugin</A>
351
+<LI><A NAME="tex2html406"
352
+  HREF="node122.html">clamavr</A>
353
+<LI><A NAME="tex2html407"
354
+  HREF="node123.html">D bindings for ClamAV</A>
355
+<LI><A NAME="tex2html408"
356
+  HREF="node124.html">File::Scan::ClamAV</A>
357
+<LI><A NAME="tex2html409"
358
+  HREF="node125.html">Mail::ClamAV</A>
359
+<LI><A NAME="tex2html410"
360
+  HREF="node126.html">php-clamav</A>
361
+<LI><A NAME="tex2html411"
362
+  HREF="node127.html">pyclamav</A>
363
+<LI><A NAME="tex2html412"
364
+  HREF="node128.html">WRAVLib</A>
365
+</UL>
366
+<LI><A NAME="tex2html413"
367
+  HREF="node129.html"><I>Miscellaneous + ClamAV</I></A>
368
+<UL>
369
+<LI><A NAME="tex2html414"
370
+  HREF="node130.html">INSERT</A>
371
+<LI><A NAME="tex2html415"
372
+  HREF="node131.html">Local Area Security</A>
373
+<LI><A NAME="tex2html416"
374
+  HREF="node132.html">mailgraph</A>
375
+<LI><A NAME="tex2html417"
376
+  HREF="node133.html">mailman-clamav</A>
377
+<LI><A NAME="tex2html418"
378
+  HREF="node134.html">Moodle</A>
379
+<LI><A NAME="tex2html419"
380
+  HREF="node135.html">nclamd</A>
381
+<LI><A NAME="tex2html420"
382
+  HREF="node136.html">qmailmrtg7</A>
383
+<LI><A NAME="tex2html421"
384
+  HREF="node137.html">redWall Firewall</A>
385
+<LI><A NAME="tex2html422"
386
+  HREF="node138.html">Scan Log Analyzer</A>
387
+<LI><A NAME="tex2html423"
388
+  HREF="node139.html">snort-inline</A>
389
+</UL>
390
+</UL>
391
+<LI><A NAME="tex2html424"
392
+  HREF="node140.html">Credits</A>
393
+<UL>
394
+<LI><A NAME="tex2html425"
395
+  HREF="node141.html">Database mirrors</A>
396
+<LI><A NAME="tex2html426"
397
+  HREF="node142.html">Contributors</A>
398
+<LI><A NAME="tex2html427"
399
+  HREF="node143.html">Donors</A>
400
+<LI><A NAME="tex2html428"
401
+  HREF="node144.html">Graphics</A>
402
+<LI><A NAME="tex2html429"
403
+  HREF="node145.html">OpenAntiVirus</A>
404
+</UL>
405
+<LI><A NAME="tex2html430"
406
+  HREF="node146.html">Authors</A>
407
+<LI><A NAME="tex2html431"
408
+  HREF="node147.html">About this document ...</A>
409
+</UL>
410
+<!--End of Table of Child-Links-->
411
+<BR><HR>
412
+<ADDRESS>
413
+Tomasz Kojm
414
+2005-02-06
415
+</ADDRESS>
416
+</BODY>
417
+</HTML>
0 418
new file mode 100644
1 419
Binary files /dev/null and b/clamav-devel/docs/html/contents.png differ
2 420
new file mode 100644
... ...
@@ -0,0 +1,272 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Footnotes</TITLE>
10
+<META NAME="description" CONTENT="Footnotes">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="previous" HREF="node146.html">
22
+<LINK REL="up" HREF="clamdoc.html">
23
+</HEAD>
24
+
25
+<BODY >
26
+
27
+<DL>
28
+<DT><A NAME="foot92">... moderated</A><A NAME="foot92"
29
+ HREF="node4.html#tex2html1"><SUP>1</SUP></A>
30
+<DD>Subscribers are not allowed to post to the mailing
31
+    list
32
+<PRE>.
33
+.
34
+.
35
+.
36
+.
37
+.
38
+.
39
+.
40
+.
41
+.
42
+.
43
+.
44
+.
45
+.
46
+.
47
+.
48
+.
49
+.
50
+.
51
+.
52
+.
53
+.
54
+.
55
+.
56
+.
57
+.
58
+.
59
+.
60
+.
61
+.
62
+</PRE>
63
+<DT><A NAME="foot113">...OpenBSD </A><A NAME="foot113"
64
+ HREF="node7.html#tex2html5"><SUP>2</SUP></A>
65
+<DD>Installation from a port is recommended.
66
+<PRE>.
67
+.
68
+.
69
+.
70
+.
71
+.
72
+.
73
+.
74
+.
75
+.
76
+.
77
+.
78
+.
79
+.
80
+.
81
+.
82
+.
83
+.
84
+.
85
+.
86
+.
87
+.
88
+.
89
+.
90
+.
91
+.
92
+.
93
+.
94
+.
95
+.
96
+</PRE>
97
+<DT><A NAME="foot192">... system:</A><A NAME="foot192"
98
+ HREF="node13.html#tex2html29"><SUP>3</SUP></A>
99
+<DD>Cygwin note: If you have not
100
+    /etc/passwd you can skip this procedure
101
+<PRE>.
102
+.
103
+.
104
+.
105
+.
106
+.
107
+.
108
+.
109
+.
110
+.
111
+.
112
+.
113
+.
114
+.
115
+.
116
+.
117
+.
118
+.
119
+.
120
+.
121
+.
122
+.
123
+.
124
+.
125
+.
126
+.
127
+.
128
+.
129
+.
130
+.
131
+</PRE>
132
+<DT><A NAME="foot237">... file</A><A NAME="foot237"
133
+ HREF="node20.html#tex2html31"><SUP>4</SUP></A>
134
+<DD>To get more info on clamscan options execute 'man clamscan'
135
+<PRE>.
136
+.
137
+.
138
+.
139
+.
140
+.
141
+.
142
+.
143
+.
144
+.
145
+.
146
+.
147
+.
148
+.
149
+.
150
+.
151
+.
152
+.
153
+.
154
+.
155
+.
156
+.
157
+.
158
+.
159
+.
160
+.
161
+.
162
+.
163
+.
164
+.
165
+</PRE>
166
+<DT><A NAME="foot274">... file</A><A NAME="foot274"
167
+ HREF="node24.html#tex2html36"><SUP>5</SUP></A>
168
+<DD>man 5 clamd.conf
169
+<PRE>.
170
+.
171
+.
172
+.
173
+.
174
+.
175
+.
176
+.
177
+.
178
+.
179
+.
180
+.
181
+.
182
+.
183
+.
184
+.
185
+.
186
+.
187
+.
188
+.
189
+.
190
+.
191
+.
192
+.
193
+.
194
+.
195
+.
196
+.
197
+.
198
+.
199
+</PRE>
200
+<DT><A NAME="foot327">... it</A><A NAME="foot327"
201
+ HREF="node31.html#tex2html37"><SUP>6</SUP></A>
202
+<DD>You can still use clamd or clamscan instead
203
+<PRE>.
204
+.
205
+.
206
+.
207
+.
208
+.
209
+.
210
+.
211
+.
212
+.
213
+.
214
+.
215
+.
216
+.
217
+.
218
+.
219
+.
220
+.
221
+.
222
+.
223
+.
224
+.
225
+.
226
+.
227
+.
228
+.
229
+.
230
+.
231
+.
232
+.
233
+</PRE>
234
+<DT><A NAME="foot343">...added </A><A NAME="foot343"
235
+ HREF="node37.html#tex2html38"><SUP>7</SUP></A>
236
+<DD>Remember to initialize
237
+    the virus counter variable with 0.
238
+<PRE>.
239
+.
240
+.
241
+.
242
+.
243
+.
244
+.
245
+.
246
+.
247
+.
248
+.
249
+.
250
+.
251
+.
252
+.
253
+.
254
+.
255
+.
256
+.
257
+.
258
+.
259
+.
260
+.
261
+.
262
+.
263
+.
264
+.
265
+.
266
+.
267
+.
268
+</PRE>
269
+</DL>
270
+</BODY>
271
+</HTML>
0 272
new file mode 100644
1 273
Binary files /dev/null and b/clamav-devel/docs/html/img1.png differ
2 274
new file mode 100644
3 275
Binary files /dev/null and b/clamav-devel/docs/html/img2.png differ
4 276
new file mode 100644
5 277
Binary files /dev/null and b/clamav-devel/docs/html/img3.png differ
6 278
new file mode 100644
7 279
Binary files /dev/null and b/clamav-devel/docs/html/img4.png differ
8 280
new file mode 100644
9 281
Binary files /dev/null and b/clamav-devel/docs/html/img5.png differ
10 282
new file mode 100644
... ...
@@ -0,0 +1,418 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>clamdoc</TITLE>
10
+<META NAME="description" CONTENT="clamdoc">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node1.html">
22
+</HEAD>
23
+
24
+<BODY >
25
+<!--Navigation Panel-->
26
+<A NAME="tex2html283"
27
+  HREF="node1.html">
28
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
29
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up_g.png"> 
30
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev_g.png"> 
31
+<A NAME="tex2html281"
32
+  HREF="node1.html">
33
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
34
+<BR>
35
+<B> Next:</B> <A NAME="tex2html284"
36
+  HREF="node1.html">Contents</A>
37
+ &nbsp <B>  <A NAME="tex2html282"
38
+  HREF="node1.html">Contents</A></B> 
39
+<BR>
40
+<BR>
41
+<!--End of Navigation Panel-->
42
+
43
+<P>
44
+
45
+    <!-- MATH
46
+ $\includegraphics[width=353pt]{clam.eps}$
47
+ -->
48
+<IMG
49
+ WIDTH="561" HEIGHT="552" ALIGN="BOTTOM" BORDER="0"
50
+ SRC="img2.png"
51
+ ALT="\includegraphics[width=353pt]{clam.eps}">
52
+    <BR>
53
+<BR>
54
+<BR>
55
+<BR>
56
+<BR>
57
+<BR>
58
+<BR>
59
+<BR>
60
+    <DIV ALIGN="RIGHT">
61
+<BR>	<FONT SIZE="+3">Clam AntiVirus 0.82
62
+<BR>	<FONT SIZE="+3"><I>User Manual</I>
63
+<BR>    
64
+</FONT></FONT></DIV>
65
+
66
+<P>
67
+
68
+    <BR><HR>
69
+<!--Table of Child-Links-->
70
+<A NAME="CHILD_LINKS"></A>
71
+
72
+<UL>
73
+<LI><A NAME="tex2html285"
74
+  HREF="node1.html">Contents</A>
75
+<LI><A NAME="tex2html286"
76
+  HREF="node2.html">Introduction</A>
77
+<UL>
78
+<LI><A NAME="tex2html287"
79
+  HREF="node3.html">Features</A>
80
+<LI><A NAME="tex2html288"
81
+  HREF="node4.html">Mailing lists</A>
82
+<LI><A NAME="tex2html289"
83
+  HREF="node5.html">Virus submitting</A>
84
+</UL>
85
+<LI><A NAME="tex2html290"
86
+  HREF="node6.html">Base package</A>
87
+<UL>
88
+<LI><A NAME="tex2html291"
89
+  HREF="node7.html">Supported platforms</A>
90
+<LI><A NAME="tex2html292"
91
+  HREF="node8.html">Binary packages</A>
92
+<LI><A NAME="tex2html293"
93
+  HREF="node9.html">Daily built snapshots</A>
94
+</UL>
95
+<LI><A NAME="tex2html294"
96
+  HREF="node10.html">Installation</A>
97
+<UL>
98
+<LI><A NAME="tex2html295"
99
+  HREF="node11.html">Requirements</A>
100
+<LI><A NAME="tex2html296"
101
+  HREF="node12.html">Installing on a shell account</A>
102
+<LI><A NAME="tex2html297"
103
+  HREF="node13.html">Adding new system user and group</A>
104
+<LI><A NAME="tex2html298"
105
+  HREF="node14.html">Compilation of base package</A>
106
+<LI><A NAME="tex2html299"
107
+  HREF="node15.html">Compilation with clamav-milter enabled</A>
108
+</UL>
109
+<LI><A NAME="tex2html300"
110
+  HREF="node16.html">Configuration</A>
111
+<UL>
112
+<LI><A NAME="tex2html301"
113
+  HREF="node17.html">clamd</A>
114
+<UL>
115
+<LI><A NAME="tex2html302"
116
+  HREF="node18.html">On-access scanning</A>
117
+</UL>
118
+<LI><A NAME="tex2html303"
119
+  HREF="node19.html">clamav-milter</A>
120
+<LI><A NAME="tex2html304"
121
+  HREF="node20.html">Testing</A>
122
+<LI><A NAME="tex2html305"
123
+  HREF="node21.html">Setting up auto-updating</A>
124
+<LI><A NAME="tex2html306"
125
+  HREF="node22.html">Closest mirrors</A>
126
+</UL>
127
+<LI><A NAME="tex2html307"
128
+  HREF="node23.html">Usage</A>
129
+<UL>
130
+<LI><A NAME="tex2html308"
131
+  HREF="node24.html">Clam daemon</A>
132
+<LI><A NAME="tex2html309"
133
+  HREF="node25.html">Clam<B>d</B>scan</A>
134
+<LI><A NAME="tex2html310"
135
+  HREF="node26.html">Clamuko</A>
136
+<LI><A NAME="tex2html311"
137
+  HREF="node27.html">Output format</A>
138
+<UL>
139
+<LI><A NAME="tex2html312"
140
+  HREF="node28.html">clamscan</A>
141
+<LI><A NAME="tex2html313"
142
+  HREF="node29.html">clamd</A>
143
+</UL>
144
+</UL>
145
+<LI><A NAME="tex2html314"
146
+  HREF="node30.html">LibClamAV</A>
147
+<UL>
148
+<LI><A NAME="tex2html315"
149
+  HREF="node31.html">Licence</A>
150
+<LI><A NAME="tex2html316"
151
+  HREF="node32.html">Features</A>
152
+<UL>
153
+<LI><A NAME="tex2html317"
154
+  HREF="node33.html">Archives and compressed files</A>
155
+<LI><A NAME="tex2html318"
156
+  HREF="node34.html">Mail files</A>
157
+</UL>
158
+<LI><A NAME="tex2html319"
159
+  HREF="node35.html">API</A>
160
+<UL>
161
+<LI><A NAME="tex2html320"
162
+  HREF="node36.html">Header file</A>
163
+<LI><A NAME="tex2html321"
164
+  HREF="node37.html">Database loading</A>
165
+<LI><A NAME="tex2html322"
166
+  HREF="node38.html">Error handling</A>
167
+<LI><A NAME="tex2html323"
168
+  HREF="node39.html">Database structure</A>
169
+</UL>
170
+<LI><A NAME="tex2html324"
171
+  HREF="node40.html">Database reloading</A>
172
+<UL>
173
+<LI><A NAME="tex2html325"
174
+  HREF="node41.html">Data scan functions</A>
175
+<LI><A NAME="tex2html326"
176
+  HREF="node42.html">Memory</A>
177
+<LI><A NAME="tex2html327"
178
+  HREF="node43.html">clamav-config</A>
179
+<LI><A NAME="tex2html328"
180
+  HREF="node44.html">Example</A>
181
+</UL>
182
+<LI><A NAME="tex2html329"
183
+  HREF="node45.html">CVD format</A>
184
+</UL>
185
+<LI><A NAME="tex2html330"
186
+  HREF="node46.html">Frequently Asked Questions</A>
187
+<LI><A NAME="tex2html331"
188
+  HREF="node47.html">Third party software</A>
189
+<UL>
190
+<LI><A NAME="tex2html332"
191
+  HREF="node48.html"><I>MTA + ClamAV</I></A>
192
+<UL>
193
+<LI><A NAME="tex2html333"
194
+  HREF="node49.html">amavisd-new</A>
195
+<LI><A NAME="tex2html334"
196
+  HREF="node50.html">AMaViS - "Next Generation"</A>
197
+<LI><A NAME="tex2html335"
198
+  HREF="node51.html">ClamdMail</A>
199
+<LI><A NAME="tex2html336"
200
+  HREF="node52.html">cgpav</A>
201
+<LI><A NAME="tex2html337"
202
+  HREF="node53.html">ClamCour</A>
203
+<LI><A NAME="tex2html338"
204
+  HREF="node54.html">clamfilter</A>
205
+<LI><A NAME="tex2html339"
206
+  HREF="node55.html">ClamSMTP</A>
207
+<LI><A NAME="tex2html340"
208
+  HREF="node56.html">clapf</A>
209
+<LI><A NAME="tex2html341"
210
+  HREF="node57.html">DSpamPD</A>
211
+<LI><A NAME="tex2html342"
212
+  HREF="node58.html">exiscan</A>
213
+<LI><A NAME="tex2html343"
214
+  HREF="node59.html">Gadoyanvirus</A>
215
+<LI><A NAME="tex2html344"
216
+  HREF="node60.html">IVS Milter</A>
217
+<LI><A NAME="tex2html345"
218
+  HREF="node61.html">j-chkmail</A>
219
+<LI><A NAME="tex2html346"
220
+  HREF="node62.html">Mail Avenger</A>
221
+<LI><A NAME="tex2html347"
222
+  HREF="node63.html">Mailnees</A>
223
+<LI><A NAME="tex2html348"
224
+  HREF="node64.html">MailScanner</A>
225
+<LI><A NAME="tex2html349"
226
+  HREF="node65.html">Maverix</A>
227
+<LI><A NAME="tex2html350"
228
+  HREF="node66.html">MIMEDefang</A>
229
+<LI><A NAME="tex2html351"
230
+  HREF="node67.html">mxGuard for IMail</A>
231
+<LI><A NAME="tex2html352"
232
+  HREF="node68.html">OdeiaVir</A>
233
+<LI><A NAME="tex2html353"
234
+  HREF="node69.html">OpenProtect</A>
235
+<LI><A NAME="tex2html354"
236
+  HREF="node70.html">Protea AntiVirus Tools</A>
237
+<LI><A NAME="tex2html355"
238
+  HREF="node71.html">PTSMail Utilities</A>
239
+<LI><A NAME="tex2html356"
240
+  HREF="node72.html">pymavis</A>
241
+<LI><A NAME="tex2html357"
242
+  HREF="node73.html">Qmail-Scanner</A>
243
+<LI><A NAME="tex2html358"
244
+  HREF="node74.html">qscanq</A>
245
+<LI><A NAME="tex2html359"
246
+  HREF="node75.html">qSheff</A>
247
+<LI><A NAME="tex2html360"
248
+  HREF="node76.html">RevolSys SMTP kit for Postfix</A>
249
+<LI><A NAME="tex2html361"
250
+  HREF="node77.html">Sagator</A>
251
+<LI><A NAME="tex2html362"
252
+  HREF="node78.html">Scrubber</A>
253
+<LI><A NAME="tex2html363"
254
+  HREF="node79.html">Secure Mail Intelligence!</A>
255
+<LI><A NAME="tex2html364"
256
+  HREF="node80.html">simscan</A>
257
+<LI><A NAME="tex2html365"
258
+  HREF="node81.html">smtpfilter</A>
259
+<LI><A NAME="tex2html366"
260
+  HREF="node82.html">smtp-vilter</A>
261
+<LI><A NAME="tex2html367"
262
+  HREF="node83.html">Zabit</A>
263
+</UL>
264
+<LI><A NAME="tex2html368"
265
+  HREF="node84.html"><I>MTA + POP3 Proxy + ClamAV</I></A>
266
+<UL>
267
+<LI><A NAME="tex2html369"
268
+  HREF="node85.html">ClamMail</A>
269
+<LI><A NAME="tex2html370"
270
+  HREF="node86.html">POP3 Virus Scanner Daemon</A>
271
+</UL>
272
+<LI><A NAME="tex2html371"
273
+  HREF="node87.html"><I>Web/FTP Proxy + ClamAV</I></A>
274
+<UL>
275
+<LI><A NAME="tex2html372"
276
+  HREF="node88.html">DansGuardian Anti-Virus Patch</A>
277
+<LI><A NAME="tex2html373"
278
+  HREF="node89.html">Frox</A>
279
+<LI><A NAME="tex2html374"
280
+  HREF="node90.html">mod_clamav</A>
281
+<LI><A NAME="tex2html375"
282
+  HREF="node91.html">SafeSquid</A>
283
+<LI><A NAME="tex2html376"
284
+  HREF="node92.html">SquidClamAV Redirector</A>
285
+<LI><A NAME="tex2html377"
286
+  HREF="node93.html">Viralator</A>
287
+</UL>
288
+<LI><A NAME="tex2html378"
289
+  HREF="node94.html"><I>Filesystem + ClamAV</I></A>
290
+<UL>
291
+<LI><A NAME="tex2html379"
292
+  HREF="node95.html">Dazuko</A>
293
+<LI><A NAME="tex2html380"
294
+  HREF="node96.html">Famuko</A>
295
+<LI><A NAME="tex2html381"
296
+  HREF="node97.html">OpenAntiVirus samba-vscan</A>
297
+</UL>
298
+<LI><A NAME="tex2html382"
299
+  HREF="node98.html"><I>Mail User Agent + ClamAV</I></A>
300
+<UL>
301
+<LI><A NAME="tex2html383"
302
+  HREF="node99.html">clamailfilter</A>
303
+<LI><A NAME="tex2html384"
304
+  HREF="node100.html">ClamAssassin</A>
305
+<LI><A NAME="tex2html385"
306
+  HREF="node101.html">clamscan-procfilter</A>
307
+<LI><A NAME="tex2html386"
308
+  HREF="node102.html">KMail</A>
309
+<LI><A NAME="tex2html387"
310
+  HREF="node103.html">MyClamMailFilter</A>
311
+<LI><A NAME="tex2html388"
312
+  HREF="node104.html">OpenWebMail</A>
313
+<LI><A NAME="tex2html389"
314
+  HREF="node105.html">QClam</A>
315
+<LI><A NAME="tex2html390"
316
+  HREF="node106.html">QMVC - Qmail Mail and Virus Control</A>
317
+<LI><A NAME="tex2html391"
318
+  HREF="node107.html">Sylpheed Claws</A>
319
+<LI><A NAME="tex2html392"
320
+  HREF="node108.html">SoftlabsAV</A>
321
+</UL>
322
+<LI><A NAME="tex2html393"
323
+  HREF="node109.html"><I>Graphical User Interface + ClamAV</I></A>
324
+<UL>
325
+<LI><A NAME="tex2html394"
326
+  HREF="node110.html">AVScan</A>
327
+<LI><A NAME="tex2html395"
328
+  HREF="node111.html">BeClam</A>
329
+<LI><A NAME="tex2html396"
330
+  HREF="node112.html">Clamaktion</A>
331
+<LI><A NAME="tex2html397"
332
+  HREF="node113.html">ClamShell</A>
333
+<LI><A NAME="tex2html398"
334
+  HREF="node114.html">ClamTk</A>
335
+<LI><A NAME="tex2html399"
336
+  HREF="node115.html">clamXav</A>
337
+<LI><A NAME="tex2html400"
338
+  HREF="node116.html">ClamWin</A>
339
+<LI><A NAME="tex2html401"
340
+  HREF="node117.html">FETCAV</A>
341
+<LI><A NAME="tex2html402"
342
+  HREF="node118.html">KlamAV</A>
343
+<LI><A NAME="tex2html403"
344
+  HREF="node119.html">wbmclamav</A>
345
+</UL>
346
+<LI><A NAME="tex2html404"
347
+  HREF="node120.html"><I>Library + ClamAV</I></A>
348
+<UL>
349
+<LI><A NAME="tex2html405"
350
+  HREF="node121.html">ClamAVPlugin</A>
351
+<LI><A NAME="tex2html406"
352
+  HREF="node122.html">clamavr</A>
353
+<LI><A NAME="tex2html407"
354
+  HREF="node123.html">D bindings for ClamAV</A>
355
+<LI><A NAME="tex2html408"
356
+  HREF="node124.html">File::Scan::ClamAV</A>
357
+<LI><A NAME="tex2html409"
358
+  HREF="node125.html">Mail::ClamAV</A>
359
+<LI><A NAME="tex2html410"
360
+  HREF="node126.html">php-clamav</A>
361
+<LI><A NAME="tex2html411"
362
+  HREF="node127.html">pyclamav</A>
363
+<LI><A NAME="tex2html412"
364
+  HREF="node128.html">WRAVLib</A>
365
+</UL>
366
+<LI><A NAME="tex2html413"
367
+  HREF="node129.html"><I>Miscellaneous + ClamAV</I></A>
368
+<UL>
369
+<LI><A NAME="tex2html414"
370
+  HREF="node130.html">INSERT</A>
371
+<LI><A NAME="tex2html415"
372
+  HREF="node131.html">Local Area Security</A>
373
+<LI><A NAME="tex2html416"
374
+  HREF="node132.html">mailgraph</A>
375
+<LI><A NAME="tex2html417"
376
+  HREF="node133.html">mailman-clamav</A>
377
+<LI><A NAME="tex2html418"
378
+  HREF="node134.html">Moodle</A>
379
+<LI><A NAME="tex2html419"
380
+  HREF="node135.html">nclamd</A>
381
+<LI><A NAME="tex2html420"
382
+  HREF="node136.html">qmailmrtg7</A>
383
+<LI><A NAME="tex2html421"
384
+  HREF="node137.html">redWall Firewall</A>
385
+<LI><A NAME="tex2html422"
386
+  HREF="node138.html">Scan Log Analyzer</A>
387
+<LI><A NAME="tex2html423"
388
+  HREF="node139.html">snort-inline</A>
389
+</UL>
390
+</UL>
391
+<LI><A NAME="tex2html424"
392
+  HREF="node140.html">Credits</A>
393
+<UL>
394
+<LI><A NAME="tex2html425"
395
+  HREF="node141.html">Database mirrors</A>
396
+<LI><A NAME="tex2html426"
397
+  HREF="node142.html">Contributors</A>
398
+<LI><A NAME="tex2html427"
399
+  HREF="node143.html">Donors</A>
400
+<LI><A NAME="tex2html428"
401
+  HREF="node144.html">Graphics</A>
402
+<LI><A NAME="tex2html429"
403
+  HREF="node145.html">OpenAntiVirus</A>
404
+</UL>
405
+<LI><A NAME="tex2html430"
406
+  HREF="node146.html">Authors</A>
407
+<LI><A NAME="tex2html431"
408
+  HREF="node147.html">About this document ...</A>
409
+</UL>
410
+<!--End of Table of Child-Links-->
411
+<BR><HR>
412
+<ADDRESS>
413
+Tomasz Kojm
414
+2005-02-06
415
+</ADDRESS>
416
+</BODY>
417
+</HTML>
0 418
new file mode 100644
1 419
Binary files /dev/null and b/clamav-devel/docs/html/next.png differ
2 420
new file mode 100644
3 421
Binary files /dev/null and b/clamav-devel/docs/html/next_g.png differ
4 422
new file mode 100644
... ...
@@ -0,0 +1,242 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Contents</TITLE>
10
+<META NAME="description" CONTENT="Contents">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node2.html">
22
+<LINK REL="previous" HREF="clamdoc.html">
23
+<LINK REL="up" HREF="clamdoc.html">
24
+<LINK REL="next" HREF="node2.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html440"
30
+  HREF="node2.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html438"
33
+  HREF="clamdoc.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html432"
36
+  HREF="clamdoc.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>   
38
+<BR>
39
+<B> Next:</B> <A NAME="tex2html441"
40
+  HREF="node2.html">Introduction</A>
41
+<B> Up:</B> <A NAME="tex2html439"
42
+  HREF="clamdoc.html">clamdoc</A>
43
+<B> Previous:</B> <A NAME="tex2html433"
44
+  HREF="clamdoc.html">clamdoc</A>
45
+<BR>
46
+<BR>
47
+<!--End of Navigation Panel-->
48
+<BR>
49
+
50
+<H2><A NAME="SECTION00010000000000000000">
51
+Contents</A>
52
+</H2>
53
+<!--Table of Contents-->
54
+
55
+<UL>
56
+<LI><A NAME="tex2html442"
57
+  HREF="node2.html">Introduction</A>
58
+<UL>
59
+<LI><A NAME="tex2html443"
60
+  HREF="node3.html">Features</A>
61
+<LI><A NAME="tex2html444"
62
+  HREF="node4.html">Mailing lists</A>
63
+<LI><A NAME="tex2html445"
64
+  HREF="node5.html">Virus submitting</A>
65
+</UL>
66
+<LI><A NAME="tex2html446"
67
+  HREF="node6.html">Base package</A>
68
+<UL>
69
+<LI><A NAME="tex2html447"
70
+  HREF="node7.html">Supported platforms</A>
71
+<LI><A NAME="tex2html448"
72
+  HREF="node8.html">Binary packages</A>
73
+<LI><A NAME="tex2html449"
74
+  HREF="node9.html">Daily built snapshots</A>
75
+</UL>
76
+<LI><A NAME="tex2html450"
77
+  HREF="node10.html">Installation</A>
78
+<UL>
79
+<LI><A NAME="tex2html451"
80
+  HREF="node11.html">Requirements</A>
81
+<LI><A NAME="tex2html452"
82
+  HREF="node12.html">Installing on a shell account</A>
83
+<LI><A NAME="tex2html453"
84
+  HREF="node13.html">Adding new system user and group</A>
85
+<LI><A NAME="tex2html454"
86
+  HREF="node14.html">Compilation of base package</A>
87
+<LI><A NAME="tex2html455"
88
+  HREF="node15.html">Compilation with clamav-milter enabled</A>
89
+</UL>
90
+<LI><A NAME="tex2html456"
91
+  HREF="node16.html">Configuration</A>
92
+<UL>
93
+<LI><A NAME="tex2html457"
94
+  HREF="node17.html">clamd</A>
95
+<LI><A NAME="tex2html458"
96
+  HREF="node19.html">clamav-milter</A>
97
+<LI><A NAME="tex2html459"
98
+  HREF="node20.html">Testing</A>
99
+<LI><A NAME="tex2html460"
100
+  HREF="node21.html">Setting up auto-updating</A>
101
+<LI><A NAME="tex2html461"
102
+  HREF="node22.html">Closest mirrors</A>
103
+</UL>
104
+<LI><A NAME="tex2html462"
105
+  HREF="node23.html">Usage</A>
106
+<UL>
107
+<LI><A NAME="tex2html463"
108
+  HREF="node24.html">Clam daemon</A>
109
+<LI><A NAME="tex2html464"
110
+  HREF="node25.html">Clam<B>d</B>scan</A>
111
+<LI><A NAME="tex2html465"
112
+  HREF="node26.html">Clamuko</A>
113
+<LI><A NAME="tex2html466"
114
+  HREF="node27.html">Output format</A>
115
+</UL>
116
+<LI><A NAME="tex2html467"
117
+  HREF="node30.html">LibClamAV</A>
118
+<UL>
119
+<LI><A NAME="tex2html468"
120
+  HREF="node31.html">Licence</A>
121
+<LI><A NAME="tex2html469"
122
+  HREF="node32.html">Features</A>
123
+<LI><A NAME="tex2html470"
124
+  HREF="node35.html">API</A>
125
+<LI><A NAME="tex2html471"
126
+  HREF="node40.html">Database reloading</A>
127
+<LI><A NAME="tex2html472"
128
+  HREF="node45.html">CVD format</A>
129
+</UL>
130
+<LI><A NAME="tex2html473"
131
+  HREF="node46.html">Frequently Asked Questions</A>
132
+<LI><A NAME="tex2html474"
133
+  HREF="node47.html">Third party software</A>
134
+<UL>
135
+<LI><A NAME="tex2html475"
136
+  HREF="node48.html"><I>MTA + ClamAV</I></A>
137
+<LI><A NAME="tex2html476"
138
+  HREF="node84.html"><I>MTA + POP3 Proxy + ClamAV</I></A>
139
+<LI><A NAME="tex2html477"
140
+  HREF="node87.html"><I>Web/FTP Proxy + ClamAV</I></A>
141
+<LI><A NAME="tex2html478"
142
+  HREF="node94.html"><I>Filesystem + ClamAV</I></A>
143
+<LI><A NAME="tex2html479"
144
+  HREF="node98.html"><I>Mail User Agent + ClamAV</I></A>
145
+<LI><A NAME="tex2html480"
146
+  HREF="node109.html"><I>Graphical User Interface + ClamAV</I></A>
147
+<LI><A NAME="tex2html481"
148
+  HREF="node120.html"><I>Library + ClamAV</I></A>
149
+<LI><A NAME="tex2html482"
150
+  HREF="node129.html"><I>Miscellaneous + ClamAV</I></A>
151
+</UL>
152
+<LI><A NAME="tex2html483"
153
+  HREF="node140.html">Credits</A>
154
+<UL>
155
+<LI><A NAME="tex2html484"
156
+  HREF="node141.html">Database mirrors</A>
157
+<LI><A NAME="tex2html485"
158
+  HREF="node142.html">Contributors</A>
159
+<LI><A NAME="tex2html486"
160
+  HREF="node143.html">Donors</A>
161
+<LI><A NAME="tex2html487"
162
+  HREF="node144.html">Graphics</A>
163
+<LI><A NAME="tex2html488"
164
+  HREF="node145.html">OpenAntiVirus</A>
165
+</UL>
166
+<LI><A NAME="tex2html489"
167
+  HREF="node146.html">Authors</A>
168
+<LI><A NAME="tex2html490"
169
+  HREF="node147.html">About this document ...</A>
170
+</UL>
171
+<!--End of Table of Contents-->    <BR>
172
+<BR>
173
+<BR>
174
+<BR>
175
+<BR>
176
+<BR>
177
+<BR>
178
+<BR>
179
+<BR>
180
+<BR>
181
+<BR>
182
+<BR>
183
+<BR>
184
+<BR>
185
+<BR>
186
+<BR>
187
+<BR>
188
+<BR>
189
+<BR>
190
+<BR>
191
+<BR>
192
+<BR>
193
+<BR>
194
+<BR>
195
+<BR>
196
+<BR>
197
+<BR>
198
+<BR>
199
+<BR>
200
+
201
+<P>
202
+
203
+    <BR>
204
+<IMG
205
+ WIDTH="556" HEIGHT="70" ALIGN="BOTTOM" BORDER="0"
206
+ SRC="img3.png"
207
+ ALT="\begin{boxedminipage}[b]{\textwidth}
208
+ClamAV User Manual, \copyright \ 2002 - 20...
209
+...uted under the terms of the GNU General
210
+Public License v2.
211
+\end{boxedminipage}">
212
+<BR>
213
+
214
+<P>
215
+<BR>
216
+<BR>
217
+<BR>
218
+
219
+<P>
220
+
221
+    <BR>
222
+<IMG
223
+ WIDTH="556" HEIGHT="259" ALIGN="BOTTOM" BORDER="0"
224
+ SRC="img4.png"
225
+ ALT="\begin{boxedminipage}[b]{\textwidth}
226
+Clam AntiVirus is free software; you can r...
227
+...
228
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
229
+\end{boxedminipage}">
230
+<BR>
231
+
232
+<P>
233
+
234
+<P>
235
+<BR><HR>
236
+<ADDRESS>
237
+Tomasz Kojm
238
+2005-02-06
239
+</ADDRESS>
240
+</BODY>
241
+</HTML>
0 242
new file mode 100644
... ...
@@ -0,0 +1,83 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Installation</TITLE>
10
+<META NAME="description" CONTENT="Installation">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node16.html">
22
+<LINK REL="previous" HREF="node6.html">
23
+<LINK REL="up" HREF="clamdoc.html">
24
+<LINK REL="next" HREF="node11.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html599"
30
+  HREF="node11.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html595"
33
+  HREF="clamdoc.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html589"
36
+  HREF="node9.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html597"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html600"
43
+  HREF="node11.html">Requirements</A>
44
+<B> Up:</B> <A NAME="tex2html596"
45
+  HREF="clamdoc.html">clamdoc</A>
46
+<B> Previous:</B> <A NAME="tex2html590"
47
+  HREF="node9.html">Daily built snapshots</A>
48
+ &nbsp <B>  <A NAME="tex2html598"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H1><A NAME="SECTION00040000000000000000">
55
+Installation</A>
56
+</H1>
57
+
58
+<P>
59
+<BR><HR>
60
+<!--Table of Child-Links-->
61
+<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
62
+
63
+<UL>
64
+<LI><A NAME="tex2html601"
65
+  HREF="node11.html">Requirements</A>
66
+<LI><A NAME="tex2html602"
67
+  HREF="node12.html">Installing on a shell account</A>
68
+<LI><A NAME="tex2html603"
69
+  HREF="node13.html">Adding new system user and group</A>
70
+<LI><A NAME="tex2html604"
71
+  HREF="node14.html">Compilation of base package</A>
72
+<LI><A NAME="tex2html605"
73
+  HREF="node15.html">Compilation with clamav-milter enabled</A>
74
+</UL>
75
+<!--End of Table of Child-Links-->
76
+<BR><HR>
77
+<ADDRESS>
78
+Tomasz Kojm
79
+2005-02-06
80
+</ADDRESS>
81
+</BODY>
82
+</HTML>
0 83
new file mode 100644
... ...
@@ -0,0 +1,73 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>ClamAssassin</TITLE>
10
+<META NAME="description" CONTENT="ClamAssassin">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node101.html">
22
+<LINK REL="previous" HREF="node99.html">
23
+<LINK REL="up" HREF="node98.html">
24
+<LINK REL="next" HREF="node101.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1846"
30
+  HREF="node101.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1842"
33
+  HREF="node98.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1836"
36
+  HREF="node99.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1844"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1847"
43
+  HREF="node101.html">clamscan-procfilter</A>
44
+<B> Up:</B> <A NAME="tex2html1843"
45
+  HREF="node98.html">Mail User Agent +</A>
46
+<B> Previous:</B> <A NAME="tex2html1837"
47
+  HREF="node99.html">clamailfilter</A>
48
+ &nbsp <B>  <A NAME="tex2html1845"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00095200000000000000">
55
+ClamAssassin</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html98"
58
+  HREF="http://drivel.com/clamassassin/">http://drivel.com/clamassassin/</A></TT>
59
+<BR>    <B>Supports:</B> clamscan
60
+<BR>
61
+clamassassin is a simple script for virus scanning with clamscan which
62
+     works similarily to spamassassin. It's designed for integration with
63
+     procmail.
64
+
65
+<P>
66
+<BR><HR>
67
+<ADDRESS>
68
+Tomasz Kojm
69
+2005-02-06
70
+</ADDRESS>
71
+</BODY>
72
+</HTML>
0 73
new file mode 100644
... ...
@@ -0,0 +1,73 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>clamscan-procfilter</TITLE>
10
+<META NAME="description" CONTENT="clamscan-procfilter">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node102.html">
22
+<LINK REL="previous" HREF="node100.html">
23
+<LINK REL="up" HREF="node98.html">
24
+<LINK REL="next" HREF="node102.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1858"
30
+  HREF="node102.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1854"
33
+  HREF="node98.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1848"
36
+  HREF="node100.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1856"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1859"
43
+  HREF="node102.html">KMail</A>
44
+<B> Up:</B> <A NAME="tex2html1855"
45
+  HREF="node98.html">Mail User Agent +</A>
46
+<B> Previous:</B> <A NAME="tex2html1849"
47
+  HREF="node100.html">ClamAssassin</A>
48
+ &nbsp <B>  <A NAME="tex2html1857"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00095300000000000000">
55
+clamscan-procfilter</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html99"
58
+  HREF="http://www.virtualblueness.net/~blueness/clamscan-procfilter/">http://www.virtualblueness.net/~blueness/clamscan-procfilter/</A></TT>
59
+<BR>    <B>Supports:</B> clamscan
60
+<BR>
61
+A procmail filter for clamscan to work in conjunction with procmail.
62
+    A new email field, X-CLAMAV, with all the viruses found, is generated in
63
+    the email header.                       
64
+
65
+<P>
66
+<BR><HR>
67
+<ADDRESS>
68
+Tomasz Kojm
69
+2005-02-06
70
+</ADDRESS>
71
+</BODY>
72
+</HTML>
0 73
new file mode 100644
... ...
@@ -0,0 +1,72 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>KMail</TITLE>
10
+<META NAME="description" CONTENT="KMail">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node103.html">
22
+<LINK REL="previous" HREF="node101.html">
23
+<LINK REL="up" HREF="node98.html">
24
+<LINK REL="next" HREF="node103.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1870"
30
+  HREF="node103.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1866"
33
+  HREF="node98.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1860"
36
+  HREF="node101.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1868"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1871"
43
+  HREF="node103.html">MyClamMailFilter</A>
44
+<B> Up:</B> <A NAME="tex2html1867"
45
+  HREF="node98.html">Mail User Agent +</A>
46
+<B> Previous:</B> <A NAME="tex2html1861"
47
+  HREF="node101.html">clamscan-procfilter</A>
48
+ &nbsp <B>  <A NAME="tex2html1869"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00095400000000000000">
55
+KMail</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html100"
58
+  HREF="http://kmail.kde.org/">http://kmail.kde.org/</A></TT>
59
+<BR>    <B>Supports:</B> clamscan
60
+<BR>
61
+KMail is a fully-featured email client that fits nicely into the K Desktop
62
+    Environment, KDE. It supports attachment scanning with clamscan.
63
+
64
+<P>
65
+<BR><HR>
66
+<ADDRESS>
67
+Tomasz Kojm
68
+2005-02-06
69
+</ADDRESS>
70
+</BODY>
71
+</HTML>
0 72
new file mode 100644
... ...
@@ -0,0 +1,74 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>MyClamMailFilter</TITLE>
10
+<META NAME="description" CONTENT="MyClamMailFilter">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node104.html">
22
+<LINK REL="previous" HREF="node102.html">
23
+<LINK REL="up" HREF="node98.html">
24
+<LINK REL="next" HREF="node104.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1882"
30
+  HREF="node104.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1878"
33
+  HREF="node98.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1872"
36
+  HREF="node102.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1880"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1883"
43
+  HREF="node104.html">OpenWebMail</A>
44
+<B> Up:</B> <A NAME="tex2html1879"
45
+  HREF="node98.html">Mail User Agent +</A>
46
+<B> Previous:</B> <A NAME="tex2html1873"
47
+  HREF="node102.html">KMail</A>
48
+ &nbsp <B>  <A NAME="tex2html1881"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00095500000000000000">
55
+MyClamMailFilter</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html101"
58
+  HREF="http://muncul0.w.interia.pl/projects.html#myclammailfilter">http://muncul0.w.interia.pl/projects.html#myclammailfilter</A></TT>
59
+<BR>    <B>Supports:</B> clamscan
60
+<BR>
61
+MyClamMailFilter is an e-mail filter for procmail or maildrop.
62
+    When a virus is found, it renames attachments and modifies the subject.
63
+    It can also rename potentially dangerous attachments looking at their
64
+    extensions. The software is simple, fast and easy to customize.
65
+
66
+<P>
67
+<BR><HR>
68
+<ADDRESS>
69
+Tomasz Kojm
70
+2005-02-06
71
+</ADDRESS>
72
+</BODY>
73
+</HTML>
0 74
new file mode 100644
... ...
@@ -0,0 +1,74 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>OpenWebMail</TITLE>
10
+<META NAME="description" CONTENT="OpenWebMail">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node105.html">
22
+<LINK REL="previous" HREF="node103.html">
23
+<LINK REL="up" HREF="node98.html">
24
+<LINK REL="next" HREF="node105.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1894"
30
+  HREF="node105.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1890"
33
+  HREF="node98.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1884"
36
+  HREF="node103.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1892"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1895"
43
+  HREF="node105.html">QClam</A>
44
+<B> Up:</B> <A NAME="tex2html1891"
45
+  HREF="node98.html">Mail User Agent +</A>
46
+<B> Previous:</B> <A NAME="tex2html1885"
47
+  HREF="node103.html">MyClamMailFilter</A>
48
+ &nbsp <B>  <A NAME="tex2html1893"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00095600000000000000">
55
+OpenWebMail</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html102"
58
+  HREF="http://openwebmail.com/openwebmail/">http://openwebmail.com/openwebmail/</A></TT>
59
+<BR>    <B>Supports:</B> clamscan
60
+<BR>
61
+Open WebMail by default can use ClamAV as the external viruscheck module
62
+    to scan messages fetched from pop3 servers or all incoming messages. If a
63
+    message or its attachments is found to have virus, Open WebMail will move
64
+    the message from INBOX to the VIRUS folder automatically.
65
+
66
+<P>
67
+<BR><HR>
68
+<ADDRESS>
69
+Tomasz Kojm
70
+2005-02-06
71
+</ADDRESS>
72
+</BODY>
73
+</HTML>
0 74
new file mode 100644
... ...
@@ -0,0 +1,75 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>QClam</TITLE>
10
+<META NAME="description" CONTENT="QClam">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node106.html">
22
+<LINK REL="previous" HREF="node104.html">
23
+<LINK REL="up" HREF="node98.html">
24
+<LINK REL="next" HREF="node106.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1906"
30
+  HREF="node106.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1902"
33
+  HREF="node98.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1896"
36
+  HREF="node104.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1904"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1907"
43
+  HREF="node106.html">QMVC - Qmail Mail</A>
44
+<B> Up:</B> <A NAME="tex2html1903"
45
+  HREF="node98.html">Mail User Agent +</A>
46
+<B> Previous:</B> <A NAME="tex2html1897"
47
+  HREF="node104.html">OpenWebMail</A>
48
+ &nbsp <B>  <A NAME="tex2html1905"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00095700000000000000">
55
+QClam</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html103"
58
+  HREF="http://sageshome.net/oss/qclam.php">http://sageshome.net/oss/qclam.php</A></TT>
59
+<BR>    <B>Supports:</B> clamscan
60
+<BR>
61
+QClam is a simple program to plug ClamAV antivirus to your QMail mailbox.
62
+    It runs from your &nbsp;/.qmail file, receives incoming messages from QMail and
63
+    scans them using clamscan; if a virus found, it returns 99 to QMail telling
64
+    it that the message should not be processed (and it just gets removed).
65
+    QClam also writes results of scanning into log file: &nbsp;/qclam.
66
+
67
+<P>
68
+<BR><HR>
69
+<ADDRESS>
70
+Tomasz Kojm
71
+2005-02-06
72
+</ADDRESS>
73
+</BODY>
74
+</HTML>
0 75
new file mode 100644
... ...
@@ -0,0 +1,73 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>QMVC - Qmail Mail and Virus Control</TITLE>
10
+<META NAME="description" CONTENT="QMVC - Qmail Mail and Virus Control">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node107.html">
22
+<LINK REL="previous" HREF="node105.html">
23
+<LINK REL="up" HREF="node98.html">
24
+<LINK REL="next" HREF="node107.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1918"
30
+  HREF="node107.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1914"
33
+  HREF="node98.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1908"
36
+  HREF="node105.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1916"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1919"
43
+  HREF="node107.html">Sylpheed Claws</A>
44
+<B> Up:</B> <A NAME="tex2html1915"
45
+  HREF="node98.html">Mail User Agent +</A>
46
+<B> Previous:</B> <A NAME="tex2html1909"
47
+  HREF="node105.html">QClam</A>
48
+ &nbsp <B>  <A NAME="tex2html1917"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00095800000000000000">
55
+QMVC - Qmail Mail and Virus Control</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html104"
58
+  HREF="http://www.fehcom.de/qmail/qmvc.html">http://www.fehcom.de/qmail/qmvc.html</A></TT>
59
+<BR>    <B>Supports:</B> clamdscan, clamscan
60
+<BR>
61
+QMVC is an unidirectional mail filter for qmail. It works in conjunction
62
+    with the "dot-qmail" mechanism for qmail-local and is entirely designed
63
+    for qmail (no additional patches required).
64
+
65
+<P>
66
+<BR><HR>
67
+<ADDRESS>
68
+Tomasz Kojm
69
+2005-02-06
70
+</ADDRESS>
71
+</BODY>
72
+</HTML>
0 73
new file mode 100644
... ...
@@ -0,0 +1,74 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Sylpheed Claws</TITLE>
10
+<META NAME="description" CONTENT="Sylpheed Claws">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node108.html">
22
+<LINK REL="previous" HREF="node106.html">
23
+<LINK REL="up" HREF="node98.html">
24
+<LINK REL="next" HREF="node108.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1930"
30
+  HREF="node108.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1926"
33
+  HREF="node98.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1920"
36
+  HREF="node106.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1928"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1931"
43
+  HREF="node108.html">SoftlabsAV</A>
44
+<B> Up:</B> <A NAME="tex2html1927"
45
+  HREF="node98.html">Mail User Agent +</A>
46
+<B> Previous:</B> <A NAME="tex2html1921"
47
+  HREF="node106.html">QMVC - Qmail Mail</A>
48
+ &nbsp <B>  <A NAME="tex2html1929"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00095900000000000000">
55
+Sylpheed Claws</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html105"
58
+  HREF="http://claws.sylpheed.org/">http://claws.sylpheed.org/</A></TT>
59
+<BR>    <B>Supports:</B> libclamav
60
+<BR>
61
+Sylpheed Claws is a bleeding edge branch of Sylpheed, a light weight mail
62
+    user agent for UNIX. It can scan attachments in mail received from POP,
63
+    IMAP or a local account and optionally delete the mail or save it to a
64
+    designated folder.
65
+
66
+<P>
67
+<BR><HR>
68
+<ADDRESS>
69
+Tomasz Kojm
70
+2005-02-06
71
+</ADDRESS>
72
+</BODY>
73
+</HTML>
0 74
new file mode 100644
... ...
@@ -0,0 +1,72 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>SoftlabsAV</TITLE>
10
+<META NAME="description" CONTENT="SoftlabsAV">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="previous" HREF="node107.html">
22
+<LINK REL="up" HREF="node98.html">
23
+<LINK REL="next" HREF="node109.html">
24
+</HEAD>
25
+
26
+<BODY >
27
+<!--Navigation Panel-->
28
+<A NAME="tex2html1940"
29
+  HREF="node109.html">
30
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
31
+<A NAME="tex2html1936"
32
+  HREF="node98.html">
33
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
34
+<A NAME="tex2html1932"
35
+  HREF="node107.html">
36
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
37
+<A NAME="tex2html1938"
38
+  HREF="node1.html">
39
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
40
+<BR>
41
+<B> Next:</B> <A NAME="tex2html1941"
42
+  HREF="node109.html">Graphical User Interface +</A>
43
+<B> Up:</B> <A NAME="tex2html1937"
44
+  HREF="node98.html">Mail User Agent +</A>
45
+<B> Previous:</B> <A NAME="tex2html1933"
46
+  HREF="node107.html">Sylpheed Claws</A>
47
+ &nbsp <B>  <A NAME="tex2html1939"
48
+  HREF="node1.html">Contents</A></B> 
49
+<BR>
50
+<BR>
51
+<!--End of Navigation Panel-->
52
+
53
+<H3><A NAME="SECTION000951000000000000000">
54
+SoftlabsAV</A>
55
+</H3>
56
+    <B>Homepage:</B> <TT><A NAME="tex2html106"
57
+  HREF="http://antivirus.softlabs.info/">http://antivirus.softlabs.info/</A></TT>
58
+<BR>    <B>Supports:</B> clamscan
59
+<BR>
60
+Softlabs AntiVirus is a generic anti-virus filter for incoming mail
61
+    servers on Unix, running as plugin for procmail. In addition, it plugs
62
+    to the Clam AntiVirus scanner (clamscan) if available.
63
+
64
+<P>
65
+<BR><HR>
66
+<ADDRESS>
67
+Tomasz Kojm
68
+2005-02-06
69
+</ADDRESS>
70
+</BODY>
71
+</HTML>
0 72
new file mode 100644
... ...
@@ -0,0 +1,93 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Graphical User Interface + ClamAV</TITLE>
10
+<META NAME="description" CONTENT="Graphical User Interface + ClamAV">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node120.html">
22
+<LINK REL="previous" HREF="node98.html">
23
+<LINK REL="up" HREF="node47.html">
24
+<LINK REL="next" HREF="node110.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1952"
30
+  HREF="node110.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1948"
33
+  HREF="node47.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1942"
36
+  HREF="node108.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1950"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1953"
43
+  HREF="node110.html">AVScan</A>
44
+<B> Up:</B> <A NAME="tex2html1949"
45
+  HREF="node47.html">Third party software</A>
46
+<B> Previous:</B> <A NAME="tex2html1943"
47
+  HREF="node108.html">SoftlabsAV</A>
48
+ &nbsp <B>  <A NAME="tex2html1951"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION00096000000000000000">
55
+<I>Graphical User Interface + ClamAV</I></A>
56
+</H2>
57
+
58
+<P>
59
+<BR><HR>
60
+<!--Table of Child-Links-->
61
+<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
62
+
63
+<UL>
64
+<LI><A NAME="tex2html1954"
65
+  HREF="node110.html">AVScan</A>
66
+<LI><A NAME="tex2html1955"
67
+  HREF="node111.html">BeClam</A>
68
+<LI><A NAME="tex2html1956"
69
+  HREF="node112.html">Clamaktion</A>
70
+<LI><A NAME="tex2html1957"
71
+  HREF="node113.html">ClamShell</A>
72
+<LI><A NAME="tex2html1958"
73
+  HREF="node114.html">ClamTk</A>
74
+<LI><A NAME="tex2html1959"
75
+  HREF="node115.html">clamXav</A>
76
+<LI><A NAME="tex2html1960"
77
+  HREF="node116.html">ClamWin</A>
78
+<LI><A NAME="tex2html1961"
79
+  HREF="node117.html">FETCAV</A>
80
+<LI><A NAME="tex2html1962"
81
+  HREF="node118.html">KlamAV</A>
82
+<LI><A NAME="tex2html1963"
83
+  HREF="node119.html">wbmclamav</A>
84
+</UL>
85
+<!--End of Table of Child-Links-->
86
+<BR><HR>
87
+<ADDRESS>
88
+Tomasz Kojm
89
+2005-02-06
90
+</ADDRESS>
91
+</BODY>
92
+</HTML>
0 93
new file mode 100644
... ...
@@ -0,0 +1,95 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Requirements</TITLE>
10
+<META NAME="description" CONTENT="Requirements">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node12.html">
22
+<LINK REL="previous" HREF="node10.html">
23
+<LINK REL="up" HREF="node10.html">
24
+<LINK REL="next" HREF="node12.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html616"
30
+  HREF="node12.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html612"
33
+  HREF="node10.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html606"
36
+  HREF="node10.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html614"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html617"
43
+  HREF="node12.html">Installing on a shell</A>
44
+<B> Up:</B> <A NAME="tex2html613"
45
+  HREF="node10.html">Installation</A>
46
+<B> Previous:</B> <A NAME="tex2html607"
47
+  HREF="node10.html">Installation</A>
48
+ &nbsp <B>  <A NAME="tex2html615"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION00041000000000000000">
55
+Requirements</A>
56
+</H2>
57
+    The following elements are required to compile ClamAV:
58
+    
59
+<UL>
60
+<LI>zlib and zlib-devel packages
61
+</LI>
62
+<LI>gcc compiler suite (both 2.9x and 3.x are supported)
63
+    
64
+</LI>
65
+</UL>
66
+    The following packages are optional but <B>highly recommended</B>:
67
+    
68
+<UL>
69
+<LI>bzip2 and bzip2-devel library
70
+</LI>
71
+<LI>GNU MP 3
72
+<BR>
73
+It's very important to install the GMP package because it allows
74
+	<code>freshclam</code> to verify the digital signatures of the virus
75
+	databases. If freshclam was compiled without GMP support it will
76
+	display "SECURITY WARNING: NO SUPPORT FOR DIGITAL SIGNATURES" on every
77
+	update. You can download GNU MP at <TT><A NAME="tex2html28"
78
+  HREF="http://www.swox.com/gmp/">http://www.swox.com/gmp/</A></TT>
79
+<BR>
80
+A note for Solaris/SPARC users: you must set the <I>ABI</I> system
81
+	variable to 32 (e.g. <code>setenv ABI 32</code>) before running the
82
+	configuration script of GMP.
83
+    
84
+</LI>
85
+</UL>
86
+
87
+<P>
88
+<BR><HR>
89
+<ADDRESS>
90
+Tomasz Kojm
91
+2005-02-06
92
+</ADDRESS>
93
+</BODY>
94
+</HTML>
0 95
new file mode 100644
... ...
@@ -0,0 +1,74 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>AVScan</TITLE>
10
+<META NAME="description" CONTENT="AVScan">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node111.html">
22
+<LINK REL="previous" HREF="node109.html">
23
+<LINK REL="up" HREF="node109.html">
24
+<LINK REL="next" HREF="node111.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1974"
30
+  HREF="node111.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1970"
33
+  HREF="node109.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1964"
36
+  HREF="node109.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1972"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1975"
43
+  HREF="node111.html">BeClam</A>
44
+<B> Up:</B> <A NAME="tex2html1971"
45
+  HREF="node109.html">Graphical User Interface +</A>
46
+<B> Previous:</B> <A NAME="tex2html1965"
47
+  HREF="node109.html">Graphical User Interface +</A>
48
+ &nbsp <B>  <A NAME="tex2html1973"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00096100000000000000">
55
+AVScan</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html107"
58
+  HREF="http://wolfpack.twu.net/Endeavour2/contrib/index.html#avscan">http://wolfpack.twu.net/Endeavour2/contrib/index.html#avscan</A></TT>
59
+<BR>    <B>Supports:</B> libclamav
60
+<BR>
61
+AVScan is an anti-virus scanner for Endeavour Mark II that uses the ClamAV
62
+    library. It allows you to create a list of scan items for frequently
63
+    scanned locations and features easy virus database updating, all in
64
+    a simple GUI environment.
65
+
66
+<P>
67
+<BR><HR>
68
+<ADDRESS>
69
+Tomasz Kojm
70
+2005-02-06
71
+</ADDRESS>
72
+</BODY>
73
+</HTML>
0 74
new file mode 100644
... ...
@@ -0,0 +1,71 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>BeClam</TITLE>
10
+<META NAME="description" CONTENT="BeClam">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node112.html">
22
+<LINK REL="previous" HREF="node110.html">
23
+<LINK REL="up" HREF="node109.html">
24
+<LINK REL="next" HREF="node112.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1986"
30
+  HREF="node112.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1982"
33
+  HREF="node109.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1976"
36
+  HREF="node110.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1984"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1987"
43
+  HREF="node112.html">Clamaktion</A>
44
+<B> Up:</B> <A NAME="tex2html1983"
45
+  HREF="node109.html">Graphical User Interface +</A>
46
+<B> Previous:</B> <A NAME="tex2html1977"
47
+  HREF="node110.html">AVScan</A>
48
+ &nbsp <B>  <A NAME="tex2html1985"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00096200000000000000">
55
+BeClam</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html108"
58
+  HREF="http://www.bebits.com/app/3930/">http://www.bebits.com/app/3930/</A></TT>
59
+<BR>    <B>Supports:</B> ClamAV
60
+<BR>
61
+BeClam is a port of ClamAV for the BeOS operating system.
62
+
63
+<P>
64
+<BR><HR>
65
+<ADDRESS>
66
+Tomasz Kojm
67
+2005-02-06
68
+</ADDRESS>
69
+</BODY>
70
+</HTML>
0 71
new file mode 100644
... ...
@@ -0,0 +1,72 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Clamaktion</TITLE>
10
+<META NAME="description" CONTENT="Clamaktion">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node113.html">
22
+<LINK REL="previous" HREF="node111.html">
23
+<LINK REL="up" HREF="node109.html">
24
+<LINK REL="next" HREF="node113.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1998"
30
+  HREF="node113.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1994"
33
+  HREF="node109.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1988"
36
+  HREF="node111.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1996"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1999"
43
+  HREF="node113.html">ClamShell</A>
44
+<B> Up:</B> <A NAME="tex2html1995"
45
+  HREF="node109.html">Graphical User Interface +</A>
46
+<B> Previous:</B> <A NAME="tex2html1989"
47
+  HREF="node111.html">BeClam</A>
48
+ &nbsp <B>  <A NAME="tex2html1997"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00096300000000000000">
55
+Clamaktion</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html109"
58
+  HREF="http://web.tiscali.it/rospolosco/clamaktion/">http://web.tiscali.it/rospolosco/clamaktion/</A></TT>
59
+<BR>    <B>Supports:</B> clamscan
60
+<BR>
61
+clamaktion is a little utility which allows KDE 3 users to scan files
62
+    and directories with clamscan from the right-click Konqueror menu.
63
+
64
+<P>
65
+<BR><HR>
66
+<ADDRESS>
67
+Tomasz Kojm
68
+2005-02-06
69
+</ADDRESS>
70
+</BODY>
71
+</HTML>
0 72
new file mode 100644
... ...
@@ -0,0 +1,72 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>ClamShell</TITLE>
10
+<META NAME="description" CONTENT="ClamShell">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node114.html">
22
+<LINK REL="previous" HREF="node112.html">
23
+<LINK REL="up" HREF="node109.html">
24
+<LINK REL="next" HREF="node114.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html2010"
30
+  HREF="node114.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html2006"
33
+  HREF="node109.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html2000"
36
+  HREF="node112.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html2008"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html2011"
43
+  HREF="node114.html">ClamTk</A>
44
+<B> Up:</B> <A NAME="tex2html2007"
45
+  HREF="node109.html">Graphical User Interface +</A>
46
+<B> Previous:</B> <A NAME="tex2html2001"
47
+  HREF="node112.html">Clamaktion</A>
48
+ &nbsp <B>  <A NAME="tex2html2009"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00096400000000000000">
55
+ClamShell</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html110"
58
+  HREF="http://home.comcast.net/~schwalbrichard/">http://home.comcast.net/~schwalbrichard/</A></TT>
59
+<BR>    <B>Supports:</B> clamscan
60
+<BR>
61
+ClamShell is a GUI frontend, written in Java, for the Linux version of
62
+    ClamAV.
63
+
64
+<P>
65
+<BR><HR>
66
+<ADDRESS>
67
+Tomasz Kojm
68
+2005-02-06
69
+</ADDRESS>
70
+</BODY>
71
+</HTML>
0 72
new file mode 100644
... ...
@@ -0,0 +1,71 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>ClamTk</TITLE>
10
+<META NAME="description" CONTENT="ClamTk">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node115.html">
22
+<LINK REL="previous" HREF="node113.html">
23
+<LINK REL="up" HREF="node109.html">
24
+<LINK REL="next" HREF="node115.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html2022"
30
+  HREF="node115.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html2018"
33
+  HREF="node109.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html2012"
36
+  HREF="node113.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html2020"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html2023"
43
+  HREF="node115.html">clamXav</A>
44
+<B> Up:</B> <A NAME="tex2html2019"
45
+  HREF="node109.html">Graphical User Interface +</A>
46
+<B> Previous:</B> <A NAME="tex2html2013"
47
+  HREF="node113.html">ClamShell</A>
48
+ &nbsp <B>  <A NAME="tex2html2021"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00096500000000000000">
55
+ClamTk</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html111"
58
+  HREF="http://www.rootshell.be/~phen0m/clamtk/">http://www.rootshell.be/~phen0m/clamtk/</A></TT>
59
+<BR>    <B>Supports:</B> ClamAV
60
+<BR>
61
+ClamTk is a perl-tk GUI for ClamAV.
62
+
63
+<P>
64
+<BR><HR>
65
+<ADDRESS>
66
+Tomasz Kojm
67
+2005-02-06
68
+</ADDRESS>
69
+</BODY>
70
+</HTML>
0 71
new file mode 100644
... ...
@@ -0,0 +1,72 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>clamXav</TITLE>
10
+<META NAME="description" CONTENT="clamXav">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node116.html">
22
+<LINK REL="previous" HREF="node114.html">
23
+<LINK REL="up" HREF="node109.html">
24
+<LINK REL="next" HREF="node116.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html2034"
30
+  HREF="node116.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html2030"
33
+  HREF="node109.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html2024"
36
+  HREF="node114.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html2032"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html2035"
43
+  HREF="node116.html">ClamWin</A>
44
+<B> Up:</B> <A NAME="tex2html2031"
45
+  HREF="node109.html">Graphical User Interface +</A>
46
+<B> Previous:</B> <A NAME="tex2html2025"
47
+  HREF="node114.html">ClamTk</A>
48
+ &nbsp <B>  <A NAME="tex2html2033"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00096600000000000000"></A> <A NAME="clamxav"></A>
55
+<BR>
56
+clamXav
57
+</H3>
58
+    <B>Homepage:</B> <TT><A NAME="tex2html112"
59
+  HREF="http://www.markallan.co.uk/clamXav">http://www.markallan.co.uk/clamXav</A></TT>
60
+<BR>    <B>Supports:</B> ClamAV
61
+<BR>
62
+clamXav is a virus scanner with GUI for Mac OS X.
63
+
64
+<P>
65
+<BR><HR>
66
+<ADDRESS>
67
+Tomasz Kojm
68
+2005-02-06
69
+</ADDRESS>
70
+</BODY>
71
+</HTML>
0 72
new file mode 100644
... ...
@@ -0,0 +1,78 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>ClamWin</TITLE>
10
+<META NAME="description" CONTENT="ClamWin">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node117.html">
22
+<LINK REL="previous" HREF="node115.html">
23
+<LINK REL="up" HREF="node109.html">
24
+<LINK REL="next" HREF="node117.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html2046"
30
+  HREF="node117.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html2042"
33
+  HREF="node109.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html2036"
36
+  HREF="node115.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html2044"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html2047"
43
+  HREF="node117.html">FETCAV</A>
44
+<B> Up:</B> <A NAME="tex2html2043"
45
+  HREF="node109.html">Graphical User Interface +</A>
46
+<B> Previous:</B> <A NAME="tex2html2037"
47
+  HREF="node115.html">clamXav</A>
48
+ &nbsp <B>  <A NAME="tex2html2045"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00096700000000000000"></A> <A NAME="clamwin"></A>
55
+<BR>
56
+ClamWin
57
+</H3>
58
+    <B>Homepage:</B> <TT><A NAME="tex2html113"
59
+  HREF="http://clamwin.sourceforge.net/">http://clamwin.sourceforge.net/</A></TT>
60
+<BR>    <B>Supports:</B> clamscan, freshclam
61
+<BR>
62
+ClamWin provides Graphical User Interface to Clam AntiVirus scanning
63
+    engine. It allows to select and scan a folder or file, configure settings
64
+    and update virus databases. It also includes a Windows Taskbar tray icon.
65
+    ClamWin also features a context menu handler for Windows Explorer which
66
+    installs Scan into the right-click explorer menu for files and folders.
67
+    The package comes with an installer built with InnoSetup. Cygwin dlls
68
+    are included.
69
+
70
+<P>
71
+<BR><HR>
72
+<ADDRESS>
73
+Tomasz Kojm
74
+2005-02-06
75
+</ADDRESS>
76
+</BODY>
77
+</HTML>
0 78
new file mode 100644
... ...
@@ -0,0 +1,72 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>FETCAV</TITLE>
10
+<META NAME="description" CONTENT="FETCAV">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node118.html">
22
+<LINK REL="previous" HREF="node116.html">
23
+<LINK REL="up" HREF="node109.html">
24
+<LINK REL="next" HREF="node118.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html2058"
30
+  HREF="node118.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html2054"
33
+  HREF="node109.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html2048"
36
+  HREF="node116.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html2056"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html2059"
43
+  HREF="node118.html">KlamAV</A>
44
+<B> Up:</B> <A NAME="tex2html2055"
45
+  HREF="node109.html">Graphical User Interface +</A>
46
+<B> Previous:</B> <A NAME="tex2html2049"
47
+  HREF="node116.html">ClamWin</A>
48
+ &nbsp <B>  <A NAME="tex2html2057"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00096800000000000000">
55
+FETCAV</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html114"
58
+  HREF="http://www.thymox.uklinux.net/">http://www.thymox.uklinux.net/</A></TT>
59
+<BR>    <B>Supports:</B> clamscan
60
+<BR>
61
+FETCAV stands for Front End To Clam AntiVirus. It's a GUI interface
62
+    to ClamAV and requires Xdialog.
63
+
64
+<P>
65
+<BR><HR>
66
+<ADDRESS>
67
+Tomasz Kojm
68
+2005-02-06
69
+</ADDRESS>
70
+</BODY>
71
+</HTML>
0 72
new file mode 100644
... ...
@@ -0,0 +1,74 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>KlamAV</TITLE>
10
+<META NAME="description" CONTENT="KlamAV">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node119.html">
22
+<LINK REL="previous" HREF="node117.html">
23
+<LINK REL="up" HREF="node109.html">
24
+<LINK REL="next" HREF="node119.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html2070"
30
+  HREF="node119.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html2066"
33
+  HREF="node109.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html2060"
36
+  HREF="node117.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html2068"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html2071"
43
+  HREF="node119.html">wbmclamav</A>
44
+<B> Up:</B> <A NAME="tex2html2067"
45
+  HREF="node109.html">Graphical User Interface +</A>
46
+<B> Previous:</B> <A NAME="tex2html2061"
47
+  HREF="node117.html">FETCAV</A>
48
+ &nbsp <B>  <A NAME="tex2html2069"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00096900000000000000">
55
+KlamAV</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html115"
58
+  HREF="http://sourceforge.net/projects/klamav/">http://sourceforge.net/projects/klamav/</A></TT>
59
+<BR>    <B>Supports:</B> ClamAV
60
+<BR>
61
+ClamAV Anti-Virus protection for the KDE desktop. The features include:
62
+    'on access' scanning, manual scanning, quarantine management, downloading
63
+    updates, mail scanning (KMail/Evolution), automated installation (ClamAV
64
+    and Dazuko pre-packaged).
65
+
66
+<P>
67
+<BR><HR>
68
+<ADDRESS>
69
+Tomasz Kojm
70
+2005-02-06
71
+</ADDRESS>
72
+</BODY>
73
+</HTML>
0 74
new file mode 100644
... ...
@@ -0,0 +1,71 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>wbmclamav</TITLE>
10
+<META NAME="description" CONTENT="wbmclamav">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="previous" HREF="node118.html">
22
+<LINK REL="up" HREF="node109.html">
23
+<LINK REL="next" HREF="node120.html">
24
+</HEAD>
25
+
26
+<BODY >
27
+<!--Navigation Panel-->
28
+<A NAME="tex2html2080"
29
+  HREF="node120.html">
30
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
31
+<A NAME="tex2html2076"
32
+  HREF="node109.html">
33
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
34
+<A NAME="tex2html2072"
35
+  HREF="node118.html">
36
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
37
+<A NAME="tex2html2078"
38
+  HREF="node1.html">
39
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
40
+<BR>
41
+<B> Next:</B> <A NAME="tex2html2081"
42
+  HREF="node120.html">Library + ClamAV</A>
43
+<B> Up:</B> <A NAME="tex2html2077"
44
+  HREF="node109.html">Graphical User Interface +</A>
45
+<B> Previous:</B> <A NAME="tex2html2073"
46
+  HREF="node118.html">KlamAV</A>
47
+ &nbsp <B>  <A NAME="tex2html2079"
48
+  HREF="node1.html">Contents</A></B> 
49
+<BR>
50
+<BR>
51
+<!--End of Navigation Panel-->
52
+
53
+<H3><A NAME="SECTION000961000000000000000">
54
+wbmclamav</A>
55
+</H3>
56
+    <B>Homepage:</B> <TT><A NAME="tex2html116"
57
+  HREF="http://wbmclamav.labs.libre-entreprise.org/">http://wbmclamav.labs.libre-entreprise.org/</A></TT>
58
+<BR>    <B>Supports:</B> ClamAV
59
+<BR>
60
+wbmclamav is a Webmin module to manage Clam AntiVirus, written by
61
+    Emmanuel Saracco. 
62
+
63
+<P>
64
+<BR><HR>
65
+<ADDRESS>
66
+Tomasz Kojm
67
+2005-02-06
68
+</ADDRESS>
69
+</BODY>
70
+</HTML>
0 71
new file mode 100644
... ...
@@ -0,0 +1,81 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Installing on a shell account</TITLE>
10
+<META NAME="description" CONTENT="Installing on a shell account">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node13.html">
22
+<LINK REL="previous" HREF="node11.html">
23
+<LINK REL="up" HREF="node10.html">
24
+<LINK REL="next" HREF="node13.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html628"
30
+  HREF="node13.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html624"
33
+  HREF="node10.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html618"
36
+  HREF="node11.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html626"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html629"
43
+  HREF="node13.html">Adding new system user</A>
44
+<B> Up:</B> <A NAME="tex2html625"
45
+  HREF="node10.html">Installation</A>
46
+<B> Previous:</B> <A NAME="tex2html619"
47
+  HREF="node11.html">Requirements</A>
48
+ &nbsp <B>  <A NAME="tex2html627"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION00042000000000000000">
55
+Installing on a shell account</A>
56
+</H2>
57
+    To install ClamAV on a shell account (e.g. on some shared host) you
58
+    need not create any additional users or groups. Assuming your
59
+    home directory is <code>/home/gary</code> you should build it as follows:
60
+    <PRE>
61
+	$ ./configure --prefix=/home/gary/clamav --disable-clamav
62
+	$ make; make install
63
+</PRE>
64
+    To test your installation execute:
65
+    <PRE>
66
+	$ ~/clamav/bin/freshclam
67
+	$ ~/clamav/bin/clamscan ~
68
+</PRE>
69
+    The <code>--disable-clamav</code> switch disables testing for the existence of
70
+    the <I>clamav</I> user and group but <code>clamscan</code> would still require an
71
+    unprivileged account to work in a superuser mode.
72
+
73
+<P>
74
+<BR><HR>
75
+<ADDRESS>
76
+Tomasz Kojm
77
+2005-02-06
78
+</ADDRESS>
79
+</BODY>
80
+</HTML>
0 81
new file mode 100644
... ...
@@ -0,0 +1,89 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Library + ClamAV</TITLE>
10
+<META NAME="description" CONTENT="Library + ClamAV">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node129.html">
22
+<LINK REL="previous" HREF="node109.html">
23
+<LINK REL="up" HREF="node47.html">
24
+<LINK REL="next" HREF="node121.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html2092"
30
+  HREF="node121.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html2088"
33
+  HREF="node47.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html2082"
36
+  HREF="node119.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html2090"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html2093"
43
+  HREF="node121.html">ClamAVPlugin</A>
44
+<B> Up:</B> <A NAME="tex2html2089"
45
+  HREF="node47.html">Third party software</A>
46
+<B> Previous:</B> <A NAME="tex2html2083"
47
+  HREF="node119.html">wbmclamav</A>
48
+ &nbsp <B>  <A NAME="tex2html2091"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION00097000000000000000">
55
+<I>Library + ClamAV</I></A>
56
+</H2>
57
+
58
+<P>
59
+<BR><HR>
60
+<!--Table of Child-Links-->
61
+<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
62
+
63
+<UL>
64
+<LI><A NAME="tex2html2094"
65
+  HREF="node121.html">ClamAVPlugin</A>
66
+<LI><A NAME="tex2html2095"
67
+  HREF="node122.html">clamavr</A>
68
+<LI><A NAME="tex2html2096"
69
+  HREF="node123.html">D bindings for ClamAV</A>
70
+<LI><A NAME="tex2html2097"
71
+  HREF="node124.html">File::Scan::ClamAV</A>
72
+<LI><A NAME="tex2html2098"
73
+  HREF="node125.html">Mail::ClamAV</A>
74
+<LI><A NAME="tex2html2099"
75
+  HREF="node126.html">php-clamav</A>
76
+<LI><A NAME="tex2html2100"
77
+  HREF="node127.html">pyclamav</A>
78
+<LI><A NAME="tex2html2101"
79
+  HREF="node128.html">WRAVLib</A>
80
+</UL>
81
+<!--End of Table of Child-Links-->
82
+<BR><HR>
83
+<ADDRESS>
84
+Tomasz Kojm
85
+2005-02-06
86
+</ADDRESS>
87
+</BODY>
88
+</HTML>
0 89
new file mode 100644
... ...
@@ -0,0 +1,71 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>ClamAVPlugin</TITLE>
10
+<META NAME="description" CONTENT="ClamAVPlugin">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node122.html">
22
+<LINK REL="previous" HREF="node120.html">
23
+<LINK REL="up" HREF="node120.html">
24
+<LINK REL="next" HREF="node122.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html2112"
30
+  HREF="node122.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html2108"
33
+  HREF="node120.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html2102"
36
+  HREF="node120.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html2110"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html2113"
43
+  HREF="node122.html">clamavr</A>
44
+<B> Up:</B> <A NAME="tex2html2109"
45
+  HREF="node120.html">Library + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html2103"
47
+  HREF="node120.html">Library + ClamAV</A>
48
+ &nbsp <B>  <A NAME="tex2html2111"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00097100000000000000">
55
+ClamAVPlugin</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html117"
58
+  HREF="http://wiki.apache.org/spamassassin/ClamAVPlugin">http://wiki.apache.org/spamassassin/ClamAVPlugin</A></TT>
59
+<BR>    <B>Supports:</B> libclamav via File::Scan::ClamAV
60
+<BR>
61
+A ClamAV plugin for SpamAssassin 3.x.
62
+
63
+<P>
64
+<BR><HR>
65
+<ADDRESS>
66
+Tomasz Kojm
67
+2005-02-06
68
+</ADDRESS>
69
+</BODY>
70
+</HTML>
0 71
new file mode 100644
... ...
@@ -0,0 +1,71 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>clamavr</TITLE>
10
+<META NAME="description" CONTENT="clamavr">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node123.html">
22
+<LINK REL="previous" HREF="node121.html">
23
+<LINK REL="up" HREF="node120.html">
24
+<LINK REL="next" HREF="node123.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html2124"
30
+  HREF="node123.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html2120"
33
+  HREF="node120.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html2114"
36
+  HREF="node121.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html2122"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html2125"
43
+  HREF="node123.html">D bindings for ClamAV</A>
44
+<B> Up:</B> <A NAME="tex2html2121"
45
+  HREF="node120.html">Library + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html2115"
47
+  HREF="node121.html">ClamAVPlugin</A>
48
+ &nbsp <B>  <A NAME="tex2html2123"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00097200000000000000">
55
+clamavr</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html118"
58
+  HREF="http://raa.ruby-lang.org/list.rhtml?name=clamavr">http://raa.ruby-lang.org/list.rhtml?name=clamavr</A></TT>
59
+<BR>    <B>Supports:</B> libclamav
60
+<BR>
61
+Ruby binding for ClamAV.
62
+
63
+<P>
64
+<BR><HR>
65
+<ADDRESS>
66
+Tomasz Kojm
67
+2005-02-06
68
+</ADDRESS>
69
+</BODY>
70
+</HTML>
0 71
new file mode 100644
... ...
@@ -0,0 +1,73 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>D bindings for ClamAV</TITLE>
10
+<META NAME="description" CONTENT="D bindings for ClamAV">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node124.html">
22
+<LINK REL="previous" HREF="node122.html">
23
+<LINK REL="up" HREF="node120.html">
24
+<LINK REL="next" HREF="node124.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html2136"
30
+  HREF="node124.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html2132"
33
+  HREF="node120.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html2126"
36
+  HREF="node122.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html2134"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html2137"
43
+  HREF="node124.html">File::Scan::ClamAV</A>
44
+<B> Up:</B> <A NAME="tex2html2133"
45
+  HREF="node120.html">Library + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html2127"
47
+  HREF="node122.html">clamavr</A>
48
+ &nbsp <B>  <A NAME="tex2html2135"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00097300000000000000">
55
+D bindings for ClamAV</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html119"
58
+  HREF="http://dmd.kuehne.cn/diverse.html#clamav_d">http://dmd.kuehne.cn/diverse.html#clamav_d</A></TT>
59
+<BR>    <B>Supports:</B> ClamAV
60
+<BR>
61
+ClamAV bindings for the D programming language
62
+    (<TT><A NAME="tex2html120"
63
+  HREF="http://digitalmars.com/d/">http://digitalmars.com/d/</A></TT>).
64
+
65
+<P>
66
+<BR><HR>
67
+<ADDRESS>
68
+Tomasz Kojm
69
+2005-02-06
70
+</ADDRESS>
71
+</BODY>
72
+</HTML>
0 73
new file mode 100644
... ...
@@ -0,0 +1,71 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>File::Scan::ClamAV</TITLE>
10
+<META NAME="description" CONTENT="File::Scan::ClamAV">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node125.html">
22
+<LINK REL="previous" HREF="node123.html">
23
+<LINK REL="up" HREF="node120.html">
24
+<LINK REL="next" HREF="node125.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html2148"
30
+  HREF="node125.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html2144"
33
+  HREF="node120.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html2138"
36
+  HREF="node123.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html2146"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html2149"
43
+  HREF="node125.html">Mail::ClamAV</A>
44
+<B> Up:</B> <A NAME="tex2html2145"
45
+  HREF="node120.html">Library + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html2139"
47
+  HREF="node123.html">D bindings for ClamAV</A>
48
+ &nbsp <B>  <A NAME="tex2html2147"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00097400000000000000">
55
+File::Scan::ClamAV</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html121"
58
+  HREF="http://search.cpan.org/~cfaber/File-Scan-ClamAV-1.06/lib/File/Scan/ClamAV.pm">http://search.cpan.org/~cfaber/File-Scan-ClamAV-1.06/lib/File/Scan/ClamAV.pm</A></TT>
59
+<BR>    <B>Supports:</B> clamd
60
+<BR>
61
+Scan files and control clamd directly from Perl.
62
+
63
+<P>
64
+<BR><HR>
65
+<ADDRESS>
66
+Tomasz Kojm
67
+2005-02-06
68
+</ADDRESS>
69
+</BODY>
70
+</HTML>
0 71
new file mode 100644
... ...
@@ -0,0 +1,71 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Mail::ClamAV</TITLE>
10
+<META NAME="description" CONTENT="Mail::ClamAV">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node126.html">
22
+<LINK REL="previous" HREF="node124.html">
23
+<LINK REL="up" HREF="node120.html">
24
+<LINK REL="next" HREF="node126.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html2160"
30
+  HREF="node126.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html2156"
33
+  HREF="node120.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html2150"
36
+  HREF="node124.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html2158"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html2161"
43
+  HREF="node126.html">php-clamav</A>
44
+<B> Up:</B> <A NAME="tex2html2157"
45
+  HREF="node120.html">Library + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html2151"
47
+  HREF="node124.html">File::Scan::ClamAV</A>
48
+ &nbsp <B>  <A NAME="tex2html2159"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00097500000000000000">
55
+Mail::ClamAV</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html122"
58
+  HREF="http://cpan.gossamer-threads.com/modules/by-authors/id/S/SA/SABECK/">http://cpan.gossamer-threads.com/modules/by-authors/id/S/SA/SABECK/</A></TT>
59
+<BR>    <B>Supports:</B> libclamav
60
+<BR>
61
+Perl binding for ClamAV.
62
+
63
+<P>
64
+<BR><HR>
65
+<ADDRESS>
66
+Tomasz Kojm
67
+2005-02-06
68
+</ADDRESS>
69
+</BODY>
70
+</HTML>
0 71
new file mode 100644
... ...
@@ -0,0 +1,72 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>php-clamav</TITLE>
10
+<META NAME="description" CONTENT="php-clamav">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node127.html">
22
+<LINK REL="previous" HREF="node125.html">
23
+<LINK REL="up" HREF="node120.html">
24
+<LINK REL="next" HREF="node127.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html2172"
30
+  HREF="node127.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html2168"
33
+  HREF="node120.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html2162"
36
+  HREF="node125.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html2170"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html2173"
43
+  HREF="node127.html">pyclamav</A>
44
+<B> Up:</B> <A NAME="tex2html2169"
45
+  HREF="node120.html">Library + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html2163"
47
+  HREF="node125.html">Mail::ClamAV</A>
48
+ &nbsp <B>  <A NAME="tex2html2171"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00097600000000000000">
55
+php-clamav</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html123"
58
+  HREF="http://freshmeat.net/projects/php-clam/">http://freshmeat.net/projects/php-clam/</A></TT>
59
+<BR>    <B>Supports:</B> libclamav
60
+<BR>
61
+php-clamav is a small module that implements a limited subset of the
62
+    libclamav API in order to scan buffers and files from within PHP.
63
+
64
+<P>
65
+<BR><HR>
66
+<ADDRESS>
67
+Tomasz Kojm
68
+2005-02-06
69
+</ADDRESS>
70
+</BODY>
71
+</HTML>
0 72
new file mode 100644
... ...
@@ -0,0 +1,71 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>pyclamav</TITLE>
10
+<META NAME="description" CONTENT="pyclamav">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node128.html">
22
+<LINK REL="previous" HREF="node126.html">
23
+<LINK REL="up" HREF="node120.html">
24
+<LINK REL="next" HREF="node128.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html2184"
30
+  HREF="node128.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html2180"
33
+  HREF="node120.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html2174"
36
+  HREF="node126.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html2182"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html2185"
43
+  HREF="node128.html">WRAVLib</A>
44
+<B> Up:</B> <A NAME="tex2html2181"
45
+  HREF="node120.html">Library + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html2175"
47
+  HREF="node126.html">php-clamav</A>
48
+ &nbsp <B>  <A NAME="tex2html2183"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00097700000000000000">
55
+pyclamav</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html124"
58
+  HREF="http://xael.org/norman/python/pyclamav/index.html">http://xael.org/norman/python/pyclamav/index.html</A></TT>
59
+<BR>    <B>Supports:</B> libclamav
60
+<BR>
61
+Python binding for ClamAV.
62
+
63
+<P>
64
+<BR><HR>
65
+<ADDRESS>
66
+Tomasz Kojm
67
+2005-02-06
68
+</ADDRESS>
69
+</BODY>
70
+</HTML>
0 71
new file mode 100644
... ...
@@ -0,0 +1,72 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>WRAVLib</TITLE>
10
+<META NAME="description" CONTENT="WRAVLib">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="previous" HREF="node127.html">
22
+<LINK REL="up" HREF="node120.html">
23
+<LINK REL="next" HREF="node129.html">
24
+</HEAD>
25
+
26
+<BODY >
27
+<!--Navigation Panel-->
28
+<A NAME="tex2html2194"
29
+  HREF="node129.html">
30
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
31
+<A NAME="tex2html2190"
32
+  HREF="node120.html">
33
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
34
+<A NAME="tex2html2186"
35
+  HREF="node127.html">
36
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
37
+<A NAME="tex2html2192"
38
+  HREF="node1.html">
39
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
40
+<BR>
41
+<B> Next:</B> <A NAME="tex2html2195"
42
+  HREF="node129.html">Miscellaneous + ClamAV</A>
43
+<B> Up:</B> <A NAME="tex2html2191"
44
+  HREF="node120.html">Library + ClamAV</A>
45
+<B> Previous:</B> <A NAME="tex2html2187"
46
+  HREF="node127.html">pyclamav</A>
47
+ &nbsp <B>  <A NAME="tex2html2193"
48
+  HREF="node1.html">Contents</A></B> 
49
+<BR>
50
+<BR>
51
+<!--End of Navigation Panel-->
52
+
53
+<H3><A NAME="SECTION00097800000000000000">
54
+WRAVLib</A>
55
+</H3>
56
+    <B>Homepage:</B> <TT><A NAME="tex2html125"
57
+  HREF="http://www.wolfereiter.com/wravlib/">http://www.wolfereiter.com/wravlib/</A></TT>
58
+<BR>    <B>Supports:</B> clamscan, clamd
59
+<BR>
60
+WRAVLib is an extensible integration library to provide a virus security
61
+    counter measure for MONO/.NET applications. WRAVLib is written in pure
62
+    <code>C#</code> and has been tested with Microsoft .NET 1.1 and Novell Mono 1.0.1.
63
+
64
+<P>
65
+<BR><HR>
66
+<ADDRESS>
67
+Tomasz Kojm
68
+2005-02-06
69
+</ADDRESS>
70
+</BODY>
71
+</HTML>
0 72
new file mode 100644
... ...
@@ -0,0 +1,92 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Miscellaneous + ClamAV</TITLE>
10
+<META NAME="description" CONTENT="Miscellaneous + ClamAV">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="previous" HREF="node120.html">
22
+<LINK REL="up" HREF="node47.html">
23
+<LINK REL="next" HREF="node130.html">
24
+</HEAD>
25
+
26
+<BODY >
27
+<!--Navigation Panel-->
28
+<A NAME="tex2html2204"
29
+  HREF="node130.html">
30
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
31
+<A NAME="tex2html2200"
32
+  HREF="node47.html">
33
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
34
+<A NAME="tex2html2196"
35
+  HREF="node128.html">
36
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
37
+<A NAME="tex2html2202"
38
+  HREF="node1.html">
39
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
40
+<BR>
41
+<B> Next:</B> <A NAME="tex2html2205"
42
+  HREF="node130.html">INSERT</A>
43
+<B> Up:</B> <A NAME="tex2html2201"
44
+  HREF="node47.html">Third party software</A>
45
+<B> Previous:</B> <A NAME="tex2html2197"
46
+  HREF="node128.html">WRAVLib</A>
47
+ &nbsp <B>  <A NAME="tex2html2203"
48
+  HREF="node1.html">Contents</A></B> 
49
+<BR>
50
+<BR>
51
+<!--End of Navigation Panel-->
52
+
53
+<H2><A NAME="SECTION00098000000000000000">
54
+<I>Miscellaneous + ClamAV</I></A>
55
+</H2>
56
+
57
+<P>
58
+<BR><HR>
59
+<!--Table of Child-Links-->
60
+<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
61
+
62
+<UL>
63
+<LI><A NAME="tex2html2206"
64
+  HREF="node130.html">INSERT</A>
65
+<LI><A NAME="tex2html2207"
66
+  HREF="node131.html">Local Area Security</A>
67
+<LI><A NAME="tex2html2208"
68
+  HREF="node132.html">mailgraph</A>
69
+<LI><A NAME="tex2html2209"
70
+  HREF="node133.html">mailman-clamav</A>
71
+<LI><A NAME="tex2html2210"
72
+  HREF="node134.html">Moodle</A>
73
+<LI><A NAME="tex2html2211"
74
+  HREF="node135.html">nclamd</A>
75
+<LI><A NAME="tex2html2212"
76
+  HREF="node136.html">qmailmrtg7</A>
77
+<LI><A NAME="tex2html2213"
78
+  HREF="node137.html">redWall Firewall</A>
79
+<LI><A NAME="tex2html2214"
80
+  HREF="node138.html">Scan Log Analyzer</A>
81
+<LI><A NAME="tex2html2215"
82
+  HREF="node139.html">snort-inline</A>
83
+</UL>
84
+<!--End of Table of Child-Links-->
85
+<BR><HR>
86
+<ADDRESS>
87
+Tomasz Kojm
88
+2005-02-06
89
+</ADDRESS>
90
+</BODY>
91
+</HTML>
0 92
new file mode 100644
... ...
@@ -0,0 +1,75 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Adding new system user and group</TITLE>
10
+<META NAME="description" CONTENT="Adding new system user and group">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node14.html">
22
+<LINK REL="previous" HREF="node12.html">
23
+<LINK REL="up" HREF="node10.html">
24
+<LINK REL="next" HREF="node14.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html640"
30
+  HREF="node14.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html636"
33
+  HREF="node10.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html630"
36
+  HREF="node12.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html638"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html641"
43
+  HREF="node14.html">Compilation of base package</A>
44
+<B> Up:</B> <A NAME="tex2html637"
45
+  HREF="node10.html">Installation</A>
46
+<B> Previous:</B> <A NAME="tex2html631"
47
+  HREF="node12.html">Installing on a shell</A>
48
+ &nbsp <B>  <A NAME="tex2html639"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION00043000000000000000">
55
+Adding new system user and group</A>
56
+</H2>
57
+    If you are installing ClamAV for the first time, you have to add a new
58
+    user and group to your system: <A NAME="tex2html29"
59
+  HREF="footnode.html#foot192"><SUP>3</SUP></A>    <PRE>
60
+	# groupadd clamav
61
+	# useradd -g clamav -s /bin/false -c "Clam AntiVirus" clamav
62
+</PRE>
63
+    Consult a system manual if your OS has not <I>groupadd</I> and
64
+    <I>useradd</I> utilities. The account should be locked in
65
+    <I>/etc/passwd</I> or <I>/etc/shadow</I>.
66
+
67
+<P>
68
+<BR><HR>
69
+<ADDRESS>
70
+Tomasz Kojm
71
+2005-02-06
72
+</ADDRESS>
73
+</BODY>
74
+</HTML>
0 75
new file mode 100644
... ...
@@ -0,0 +1,77 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>INSERT</TITLE>
10
+<META NAME="description" CONTENT="INSERT">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node131.html">
22
+<LINK REL="previous" HREF="node129.html">
23
+<LINK REL="up" HREF="node129.html">
24
+<LINK REL="next" HREF="node131.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html2226"
30
+  HREF="node131.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html2222"
33
+  HREF="node129.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html2216"
36
+  HREF="node129.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html2224"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html2227"
43
+  HREF="node131.html">Local Area Security</A>
44
+<B> Up:</B> <A NAME="tex2html2223"
45
+  HREF="node129.html">Miscellaneous + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html2217"
47
+  HREF="node129.html">Miscellaneous + ClamAV</A>
48
+ &nbsp <B>  <A NAME="tex2html2225"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00098100000000000000">
55
+INSERT</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html126"
58
+  HREF="http://www.inside-security.de/INSERT_en.html">http://www.inside-security.de/INSERT_en.html</A></TT>
59
+<BR>    <B>Supports:</B> ClamAV
60
+<BR>
61
+INSERT (the Inside Security Rescue Toolkit) aims to be a multi-functional,
62
+    multi-purpose disaster recovery and network analysis system. It boots from
63
+    a credit card-sized CD-ROM and is basically a stripped-down version of
64
+    Knoppix. It features good hardware detection, fluxbox, emelfm,
65
+    links-hacked, ssh, tcpdump, nmap, chntpwd, and much more. It provides full
66
+    read-write support for NTFS partitions (using captive), and the ClamAV
67
+    virus scanner (including the signature database). 
68
+
69
+<P>
70
+<BR><HR>
71
+<ADDRESS>
72
+Tomasz Kojm
73
+2005-02-06
74
+</ADDRESS>
75
+</BODY>
76
+</HTML>
0 77
new file mode 100644
... ...
@@ -0,0 +1,73 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Local Area Security</TITLE>
10
+<META NAME="description" CONTENT="Local Area Security">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node132.html">
22
+<LINK REL="previous" HREF="node130.html">
23
+<LINK REL="up" HREF="node129.html">
24
+<LINK REL="next" HREF="node132.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html2238"
30
+  HREF="node132.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html2234"
33
+  HREF="node129.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html2228"
36
+  HREF="node130.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html2236"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html2239"
43
+  HREF="node132.html">mailgraph</A>
44
+<B> Up:</B> <A NAME="tex2html2235"
45
+  HREF="node129.html">Miscellaneous + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html2229"
47
+  HREF="node130.html">INSERT</A>
48
+ &nbsp <B>  <A NAME="tex2html2237"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00098200000000000000">
55
+Local Area Security</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html127"
58
+  HREF="http://www.localareasecurity.com/">http://www.localareasecurity.com/</A></TT>
59
+<BR>    <B>Supports:</B> ClamAV
60
+<BR>
61
+Local Area Security Linux is a Live CD distribution with a strong
62
+    emphasis on security tools and small footprint. It can be used to run
63
+    ClamAV from a CDROM. 
64
+
65
+<P>
66
+<BR><HR>
67
+<ADDRESS>
68
+Tomasz Kojm
69
+2005-02-06
70
+</ADDRESS>
71
+</BODY>
72
+</HTML>
0 73
new file mode 100644
... ...
@@ -0,0 +1,73 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>mailgraph</TITLE>
10
+<META NAME="description" CONTENT="mailgraph">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node133.html">
22
+<LINK REL="previous" HREF="node131.html">
23
+<LINK REL="up" HREF="node129.html">
24
+<LINK REL="next" HREF="node133.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html2250"
30
+  HREF="node133.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html2246"
33
+  HREF="node129.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html2240"
36
+  HREF="node131.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html2248"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html2251"
43
+  HREF="node133.html">mailman-clamav</A>
44
+<B> Up:</B> <A NAME="tex2html2247"
45
+  HREF="node129.html">Miscellaneous + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html2241"
47
+  HREF="node131.html">Local Area Security</A>
48
+ &nbsp <B>  <A NAME="tex2html2249"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00098300000000000000">
55
+mailgraph</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html128"
58
+  HREF="http://people.ee.ethz.ch/~dws/software/mailgraph/">http://people.ee.ethz.ch/~dws/software/mailgraph/</A></TT>
59
+<BR>    <B>Supports:</B> clamd
60
+<BR>
61
+mailgraph is a very simple mail statistics RRDtool frontend for Postfix
62
+    that produces daily, weekly, monthly and yearly graphs of received/sent
63
+    and bounced/rejected mail (SMTP traffic).
64
+
65
+<P>
66
+<BR><HR>
67
+<ADDRESS>
68
+Tomasz Kojm
69
+2005-02-06
70
+</ADDRESS>
71
+</BODY>
72
+</HTML>
0 73
new file mode 100644
... ...
@@ -0,0 +1,75 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>mailman-clamav</TITLE>
10
+<META NAME="description" CONTENT="mailman-clamav">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node134.html">
22
+<LINK REL="previous" HREF="node132.html">
23
+<LINK REL="up" HREF="node129.html">
24
+<LINK REL="next" HREF="node134.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html2262"
30
+  HREF="node134.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html2258"
33
+  HREF="node129.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html2252"
36
+  HREF="node132.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html2260"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html2263"
43
+  HREF="node134.html">Moodle</A>
44
+<B> Up:</B> <A NAME="tex2html2259"
45
+  HREF="node129.html">Miscellaneous + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html2253"
47
+  HREF="node132.html">mailgraph</A>
48
+ &nbsp <B>  <A NAME="tex2html2261"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00098400000000000000">
55
+mailman-clamav</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html129"
58
+  HREF="http://www.tummy.com/Software/mailman-clamav/">http://www.tummy.com/Software/mailman-clamav/</A></TT>
59
+<BR>    <B>Supports:</B> clamd
60
+<BR>
61
+This module includes a Mailman handler for scanning incoming messages
62
+    through ClamAV. The handler allows Mailman to be configured to hold or
63
+    discard messages which contain viruses. Particularly useful is the
64
+    discard option, which prevents list administrators from having to
65
+    manually deal with viruses.
66
+
67
+<P>
68
+<BR><HR>
69
+<ADDRESS>
70
+Tomasz Kojm
71
+2005-02-06
72
+</ADDRESS>
73
+</BODY>
74
+</HTML>
0 75
new file mode 100644
... ...
@@ -0,0 +1,73 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Moodle</TITLE>
10
+<META NAME="description" CONTENT="Moodle">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node135.html">
22
+<LINK REL="previous" HREF="node133.html">
23
+<LINK REL="up" HREF="node129.html">
24
+<LINK REL="next" HREF="node135.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html2274"
30
+  HREF="node135.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html2270"
33
+  HREF="node129.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html2264"
36
+  HREF="node133.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html2272"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html2275"
43
+  HREF="node135.html">nclamd</A>
44
+<B> Up:</B> <A NAME="tex2html2271"
45
+  HREF="node129.html">Miscellaneous + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html2265"
47
+  HREF="node133.html">mailman-clamav</A>
48
+ &nbsp <B>  <A NAME="tex2html2273"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00098500000000000000">
55
+Moodle</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html130"
58
+  HREF="http://moodle.org/">http://moodle.org/</A></TT>
59
+<BR>    <B>Supports:</B> clamscan
60
+<BR>
61
+Moodle is a course management system - a software package designed to help
62
+    educators create quality online courses. It can use ClamAV to scan files
63
+    submitted by students.
64
+
65
+<P>
66
+<BR><HR>
67
+<ADDRESS>
68
+Tomasz Kojm
69
+2005-02-06
70
+</ADDRESS>
71
+</BODY>
72
+</HTML>
0 73
new file mode 100644
... ...
@@ -0,0 +1,73 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>nclamd</TITLE>
10
+<META NAME="description" CONTENT="nclamd">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node136.html">
22
+<LINK REL="previous" HREF="node134.html">
23
+<LINK REL="up" HREF="node129.html">
24
+<LINK REL="next" HREF="node136.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html2286"
30
+  HREF="node136.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html2282"
33
+  HREF="node129.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html2276"
36
+  HREF="node134.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html2284"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html2287"
43
+  HREF="node136.html">qmailmrtg7</A>
44
+<B> Up:</B> <A NAME="tex2html2283"
45
+  HREF="node129.html">Miscellaneous + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html2277"
47
+  HREF="node134.html">Moodle</A>
48
+ &nbsp <B>  <A NAME="tex2html2285"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00098600000000000000">
55
+nclamd</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html131"
58
+  HREF="http://www.kyzo.com/nclamd/">http://www.kyzo.com/nclamd/</A></TT>
59
+<BR>    <B>Supports:</B> libclamav
60
+<BR>
61
+nclamd, nclamav-milter and nclamdscan are rewritten versions of the
62
+    original tools and use processes instead of threads, and ripMIME instead
63
+    of the clamav built-in MIME decoder.
64
+
65
+<P>
66
+<BR><HR>
67
+<ADDRESS>
68
+Tomasz Kojm
69
+2005-02-06
70
+</ADDRESS>
71
+</BODY>
72
+</HTML>
0 73
new file mode 100644
... ...
@@ -0,0 +1,73 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>qmailmrtg7</TITLE>
10
+<META NAME="description" CONTENT="qmailmrtg7">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node137.html">
22
+<LINK REL="previous" HREF="node135.html">
23
+<LINK REL="up" HREF="node129.html">
24
+<LINK REL="next" HREF="node137.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html2298"
30
+  HREF="node137.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html2294"
33
+  HREF="node129.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html2288"
36
+  HREF="node135.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html2296"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html2299"
43
+  HREF="node137.html">redWall Firewall</A>
44
+<B> Up:</B> <A NAME="tex2html2295"
45
+  HREF="node129.html">Miscellaneous + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html2289"
47
+  HREF="node135.html">nclamd</A>
48
+ &nbsp <B>  <A NAME="tex2html2297"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00098700000000000000">
55
+qmailmrtg7</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html132"
58
+  HREF="http://www.inter7.com/qmailmrtg7/">http://www.inter7.com/qmailmrtg7/</A></TT>
59
+<BR>    <B>Supports:</B> ClamAV
60
+<BR>
61
+qmailmrtg7 utilizes qmail and tcpserver/multilog's extensive logging
62
+    capabilities to create mrtg graphs. It efficiently processes the log
63
+    files and can graph viruses found by ClamAV.
64
+
65
+<P>
66
+<BR><HR>
67
+<ADDRESS>
68
+Tomasz Kojm
69
+2005-02-06
70
+</ADDRESS>
71
+</BODY>
72
+</HTML>
0 73
new file mode 100644
... ...
@@ -0,0 +1,73 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>redWall Firewall</TITLE>
10
+<META NAME="description" CONTENT="redWall Firewall">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node138.html">
22
+<LINK REL="previous" HREF="node136.html">
23
+<LINK REL="up" HREF="node129.html">
24
+<LINK REL="next" HREF="node138.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html2310"
30
+  HREF="node138.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html2306"
33
+  HREF="node129.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html2300"
36
+  HREF="node136.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html2308"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html2311"
43
+  HREF="node138.html">Scan Log Analyzer</A>
44
+<B> Up:</B> <A NAME="tex2html2307"
45
+  HREF="node129.html">Miscellaneous + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html2301"
47
+  HREF="node136.html">qmailmrtg7</A>
48
+ &nbsp <B>  <A NAME="tex2html2309"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00098800000000000000">
55
+redWall Firewall</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html133"
58
+  HREF="http://redwall.sourceforge.net/">http://redwall.sourceforge.net/</A></TT>
59
+<BR>    <B>Supports:</B> ClamAV
60
+<BR>
61
+redWall is a bootable CD-ROM firewall which focuses on web-based
62
+    reporting of the firewall's status. It supports virus filtering with
63
+    amavisd-new and ClamAV.
64
+
65
+<P>
66
+<BR><HR>
67
+<ADDRESS>
68
+Tomasz Kojm
69
+2005-02-06
70
+</ADDRESS>
71
+</BODY>
72
+</HTML>
0 73
new file mode 100644
... ...
@@ -0,0 +1,72 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Scan Log Analyzer</TITLE>
10
+<META NAME="description" CONTENT="Scan Log Analyzer">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node139.html">
22
+<LINK REL="previous" HREF="node137.html">
23
+<LINK REL="up" HREF="node129.html">
24
+<LINK REL="next" HREF="node139.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html2322"
30
+  HREF="node139.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html2318"
33
+  HREF="node129.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html2312"
36
+  HREF="node137.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html2320"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html2323"
43
+  HREF="node139.html">snort-inline</A>
44
+<B> Up:</B> <A NAME="tex2html2319"
45
+  HREF="node129.html">Miscellaneous + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html2313"
47
+  HREF="node137.html">redWall Firewall</A>
48
+ &nbsp <B>  <A NAME="tex2html2321"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00098900000000000000">
55
+Scan Log Analyzer</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html134"
58
+  HREF="http://pandaemail.sourceforge.net/av-tools/">http://pandaemail.sourceforge.net/av-tools/</A></TT>
59
+<BR>    <B>Supports:</B> ClamAV
60
+<BR>
61
+Scan analyzer allows you to plot and view graphical representation of
62
+    log data from virus logs of RAV, ClamAV and Vexira. 
63
+
64
+<P>
65
+<BR><HR>
66
+<ADDRESS>
67
+Tomasz Kojm
68
+2005-02-06
69
+</ADDRESS>
70
+</BODY>
71
+</HTML>
0 72
new file mode 100644
... ...
@@ -0,0 +1,73 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>snort-inline</TITLE>
10
+<META NAME="description" CONTENT="snort-inline">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="previous" HREF="node138.html">
22
+<LINK REL="up" HREF="node129.html">
23
+<LINK REL="next" HREF="node140.html">
24
+</HEAD>
25
+
26
+<BODY >
27
+<!--Navigation Panel-->
28
+<A NAME="tex2html2332"
29
+  HREF="node140.html">
30
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
31
+<A NAME="tex2html2328"
32
+  HREF="node129.html">
33
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
34
+<A NAME="tex2html2324"
35
+  HREF="node138.html">
36
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
37
+<A NAME="tex2html2330"
38
+  HREF="node1.html">
39
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
40
+<BR>
41
+<B> Next:</B> <A NAME="tex2html2333"
42
+  HREF="node140.html">Credits</A>
43
+<B> Up:</B> <A NAME="tex2html2329"
44
+  HREF="node129.html">Miscellaneous + ClamAV</A>
45
+<B> Previous:</B> <A NAME="tex2html2325"
46
+  HREF="node138.html">Scan Log Analyzer</A>
47
+ &nbsp <B>  <A NAME="tex2html2331"
48
+  HREF="node1.html">Contents</A></B> 
49
+<BR>
50
+<BR>
51
+<!--End of Navigation Panel-->
52
+
53
+<H3><A NAME="SECTION000981000000000000000">
54
+snort-inline</A>
55
+</H3>
56
+    <B>Homepage:</B> <TT><A NAME="tex2html135"
57
+  HREF="http://snort-inline.sourceforge.net/">http://snort-inline.sourceforge.net/</A></TT>
58
+<BR>    <B>Supports:</B> libclamav
59
+<BR>
60
+snort-inline ships with a ClamAV preprocessor that will scan your network
61
+    traffic for viruses. You can choose which protocols must be monitored. If
62
+    a virus is detected, snort-inline can send a reset and drop the relative
63
+    packets.
64
+
65
+<P>
66
+<BR><HR>
67
+<ADDRESS>
68
+Tomasz Kojm
69
+2005-02-06
70
+</ADDRESS>
71
+</BODY>
72
+</HTML>
0 73
new file mode 100644
... ...
@@ -0,0 +1,84 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Compilation of base package</TITLE>
10
+<META NAME="description" CONTENT="Compilation of base package">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node15.html">
22
+<LINK REL="previous" HREF="node13.html">
23
+<LINK REL="up" HREF="node10.html">
24
+<LINK REL="next" HREF="node15.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html652"
30
+  HREF="node15.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html648"
33
+  HREF="node10.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html642"
36
+  HREF="node13.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html650"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html653"
43
+  HREF="node15.html">Compilation with clamav-milter enabled</A>
44
+<B> Up:</B> <A NAME="tex2html649"
45
+  HREF="node10.html">Installation</A>
46
+<B> Previous:</B> <A NAME="tex2html643"
47
+  HREF="node13.html">Adding new system user</A>
48
+ &nbsp <B>  <A NAME="tex2html651"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION00044000000000000000">
55
+Compilation of base package</A>
56
+</H2>
57
+    Once you have created the clamav user and group, please extract the archive:
58
+    <PRE>
59
+	$ zcat clamav-x.yz.tar.gz | tar xvf -
60
+	$ cd clamav-x.yz
61
+</PRE>
62
+    Assuming you want to install the configuration files in /etc, configure
63
+    the package as follows:
64
+    <PRE>
65
+	$ ./configure --sysconfdir=/etc
66
+</PRE>
67
+    Currently <I>gcc</I> is required to compile ClamAV.
68
+    <PRE>
69
+	$ make
70
+	$ su -c "make install"
71
+</PRE>
72
+    In the last step the software is installed in the /usr/local directory
73
+    and the config file goes to /etc. <B>WARNING: Never enable the SUID
74
+    or SGID bits in Clam AntiVirus binaries.</B>
75
+
76
+<P>
77
+<BR><HR>
78
+<ADDRESS>
79
+Tomasz Kojm
80
+2005-02-06
81
+</ADDRESS>
82
+</BODY>
83
+</HTML>
0 84
new file mode 100644
... ...
@@ -0,0 +1,83 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Credits</TITLE>
10
+<META NAME="description" CONTENT="Credits">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node146.html">
22
+<LINK REL="previous" HREF="node47.html">
23
+<LINK REL="up" HREF="clamdoc.html">
24
+<LINK REL="next" HREF="node141.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html2344"
30
+  HREF="node141.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html2340"
33
+  HREF="clamdoc.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html2334"
36
+  HREF="node139.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html2342"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html2345"
43
+  HREF="node141.html">Database mirrors</A>
44
+<B> Up:</B> <A NAME="tex2html2341"
45
+  HREF="clamdoc.html">clamdoc</A>
46
+<B> Previous:</B> <A NAME="tex2html2335"
47
+  HREF="node139.html">snort-inline</A>
48
+ &nbsp <B>  <A NAME="tex2html2343"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H1><A NAME="SECTION000100000000000000000">
55
+Credits</A>
56
+</H1>
57
+
58
+<P>
59
+<BR><HR>
60
+<!--Table of Child-Links-->
61
+<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
62
+
63
+<UL>
64
+<LI><A NAME="tex2html2346"
65
+  HREF="node141.html">Database mirrors</A>
66
+<LI><A NAME="tex2html2347"
67
+  HREF="node142.html">Contributors</A>
68
+<LI><A NAME="tex2html2348"
69
+  HREF="node143.html">Donors</A>
70
+<LI><A NAME="tex2html2349"
71
+  HREF="node144.html">Graphics</A>
72
+<LI><A NAME="tex2html2350"
73
+  HREF="node145.html">OpenAntiVirus</A>
74
+</UL>
75
+<!--End of Table of Child-Links-->
76
+<BR><HR>
77
+<ADDRESS>
78
+Tomasz Kojm
79
+2005-02-06
80
+</ADDRESS>
81
+</BODY>
82
+</HTML>
0 83
new file mode 100644
... ...
@@ -0,0 +1,1263 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Database mirrors</TITLE>
10
+<META NAME="description" CONTENT="Database mirrors">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node142.html">
22
+<LINK REL="previous" HREF="node140.html">
23
+<LINK REL="up" HREF="node140.html">
24
+<LINK REL="next" HREF="node142.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html2361"
30
+  HREF="node142.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html2357"
33
+  HREF="node140.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html2351"
36
+  HREF="node140.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html2359"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html2362"
43
+  HREF="node142.html">Contributors</A>
44
+<B> Up:</B> <A NAME="tex2html2358"
45
+  HREF="node140.html">Credits</A>
46
+<B> Previous:</B> <A NAME="tex2html2352"
47
+  HREF="node140.html">Credits</A>
48
+ &nbsp <B>  <A NAME="tex2html2360"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION000101000000000000000"></A><A NAME="mirrors"></A>
55
+<BR>
56
+Database mirrors
57
+</H2>
58
+    Thanks to the help of many companies and organisations we have a few
59
+    dozens of very fast and reliable mirrors. Moreover, our advanced
60
+    push-mirroring mechanism allows database maintainers to update all
61
+    of them in less than one minute!
62
+    <DIV ALIGN="CENTER">
63
+<FONT SIZE="-1">    </FONT><TABLE CELLPADDING=3 BORDER="1">
64
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">
65
+	Mirror </FONT></TD>
66
+<TD ALIGN="CENTER"><FONT SIZE="-1"> IP </FONT></TD>
67
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Location </FONT></TD>
68
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Administrator</FONT></TD>
69
+</TR>
70
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html136"
71
+  HREF="clamav.man.olsztyn.pl">clamav.man.olsztyn.pl</A></TT> </FONT></TD>
72
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 213.184.16.3 </FONT></TD>
73
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Olsztyn, </FONT></TD>
74
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Robert d`Aystetten</FONT></TD>
75
+</TR>
76
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
77
+				    </FONT></TD>
78
+<TD ALIGN="CENTER"><FONT SIZE="-1">		   </FONT></TD>
79
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Poland   </FONT></TD>
80
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;dart*man.olsztyn.pl&gt;</FONT></TD>
81
+</TR>
82
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html137"
83
+  HREF="avmirror1.prod.rxgsys.com">avmirror1.prod.rxgsys.com</A></TT> </FONT></TD>
84
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 64.74.124.90 </FONT></TD>
85
+<TD ALIGN="CENTER"><FONT SIZE="-1"> USA </FONT></TD>
86
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Graham Wooden</FONT></TD>
87
+</TR>
88
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
89
+					</FONT></TD>
90
+<TD ALIGN="CENTER"><FONT SIZE="-1">	       </FONT></TD>
91
+<TD ALIGN="CENTER"><FONT SIZE="-1">     </FONT></TD>
92
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;graham*rxgsys.com&gt;</FONT></TD>
93
+</TR>
94
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html138"
95
+  HREF="avmirror2.prod.rxgsys.com">avmirror2.prod.rxgsys.com</A></TT> </FONT></TD>
96
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 207.201.202.73 </FONT></TD>
97
+<TD ALIGN="CENTER"><FONT SIZE="-1"> USA </FONT></TD>
98
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Graham Wooden</FONT></TD>
99
+</TR>
100
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
101
+					</FONT></TD>
102
+<TD ALIGN="CENTER"><FONT SIZE="-1">		 </FONT></TD>
103
+<TD ALIGN="CENTER"><FONT SIZE="-1">     </FONT></TD>
104
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;graham*rxgsys.com&gt;</FONT></TD>
105
+</TR>
106
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html139"
107
+  HREF="clamav.power-netz.de">clamav.power-netz.de</A></TT> </FONT></TD>
108
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 212.162.12.159 </FONT></TD>
109
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Dusseldorf, </FONT></TD>
110
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Andreas Gietl</FONT></TD>
111
+</TR>
112
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
113
+				</FONT></TD>
114
+<TD ALIGN="CENTER"><FONT SIZE="-1">		 </FONT></TD>
115
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Germany     </FONT></TD>
116
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;a.gietl*e-admin.de&gt;</FONT></TD>
117
+</TR>
118
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html140"
119
+  HREF="clamav.essentkabel.com">clamav.essentkabel.com</A></TT> </FONT></TD>
120
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 195.85.130.84 </FONT></TD>
121
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Netherlands </FONT></TD>
122
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Chris van Meerendonk</FONT></TD>
123
+</TR>
124
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
125
+				     </FONT></TD>
126
+<TD ALIGN="CENTER"><FONT SIZE="-1">		     </FONT></TD>
127
+<TD ALIGN="CENTER"><FONT SIZE="-1">		   </FONT></TD>
128
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;mirror*essentkabel.com&gt;</FONT></TD>
129
+</TR>
130
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html141"
131
+  HREF="clamav.inet6.fr">clamav.inet6.fr</A></TT> </FONT></TD>
132
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 62.210.153.201 </FONT></TD>
133
+<TD ALIGN="CENTER"><FONT SIZE="-1"> France </FONT></TD>
134
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Lionel Bouton</FONT></TD>
135
+</TR>
136
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
137
+			      </FONT></TD>
138
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 62.210.153.202 </FONT></TD>
139
+<TD ALIGN="CENTER"><FONT SIZE="-1">        </FONT></TD>
140
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;clamavdb*inet6.fr&gt;</FONT></TD>
141
+</TR>
142
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html142"
143
+  HREF="clamav.netopia.pt">clamav.netopia.pt</A></TT> </FONT></TD>
144
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 193.126.14.29 </FONT></TD>
145
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Portugal </FONT></TD>
146
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Miguel Bettencourt Dias</FONT></TD>
147
+</TR>
148
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
149
+				</FONT></TD>
150
+<TD ALIGN="CENTER"><FONT SIZE="-1">		</FONT></TD>
151
+<TD ALIGN="CENTER"><FONT SIZE="-1">	   </FONT></TD>
152
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;mbd*netopia.pt&gt;</FONT></TD>
153
+</TR>
154
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html143"
155
+  HREF="clamav.sonic.net">clamav.sonic.net</A></TT> </FONT></TD>
156
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 209.204.175.217 </FONT></TD>
157
+<TD ALIGN="CENTER"><FONT SIZE="-1"> USA </FONT></TD>
158
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Kelsey Cummings</FONT></TD>
159
+</TR>
160
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
161
+			       </FONT></TD>
162
+<TD ALIGN="CENTER"><FONT SIZE="-1">		 </FONT></TD>
163
+<TD ALIGN="CENTER"><FONT SIZE="-1">     </FONT></TD>
164
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;kgc*sonic.net&gt;</FONT></TD>
165
+</TR>
166
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html144"
167
+  HREF="clamav.gossamer-threads.com">clamav.gossamer-threads.com</A></TT> </FONT></TD>
168
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 64.69.64.158 </FONT></TD>
169
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Canada </FONT></TD>
170
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Alex Krohn</FONT></TD>
171
+</TR>
172
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
173
+				          </FONT></TD>
174
+<TD ALIGN="CENTER"><FONT SIZE="-1">		 </FONT></TD>
175
+<TD ALIGN="CENTER"><FONT SIZE="-1">	  </FONT></TD>
176
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;mirrors*gossamer-threads.com&gt;</FONT></TD>
177
+</TR>
178
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html145"
179
+  HREF="clamav.catt.com">clamav.catt.com</A></TT> </FONT></TD>
180
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 64.18.100.4 </FONT></TD>
181
+<TD ALIGN="CENTER"><FONT SIZE="-1"> USA </FONT></TD>
182
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Mike Cathey</FONT></TD>
183
+</TR>
184
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
185
+			      </FONT></TD>
186
+<TD ALIGN="CENTER"><FONT SIZE="-1">		    </FONT></TD>
187
+<TD ALIGN="CENTER"><FONT SIZE="-1">	  </FONT></TD>
188
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;mirrors*catt.com&gt;</FONT></TD>
189
+</TR>
190
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html146"
191
+  HREF="db.clamav.or.id">db.clamav.or.id</A></TT> </FONT></TD>
192
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 202.134.0.71 </FONT></TD>
193
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Indonesia </FONT></TD>
194
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Fajar Nugraha</FONT></TD>
195
+</TR>
196
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
197
+				     </FONT></TD>
198
+<TD ALIGN="CENTER"><FONT SIZE="-1">             </FONT></TD>
199
+<TD ALIGN="CENTER"><FONT SIZE="-1">           </FONT></TD>
200
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;fajar*telkom.co.id&gt;</FONT></TD>
201
+</TR>
202
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
203
+	<TT><A NAME="tex2html147"
204
+  HREF="clamav-du.viaverio.com">clamav-du.viaverio.com</A></TT> </FONT></TD>
205
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 199.239.233.95 </FONT></TD>
206
+<TD ALIGN="CENTER"><FONT SIZE="-1"> USA </FONT></TD>
207
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Scott Wiersdorf</FONT></TD>
208
+</TR>
209
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
210
+				     </FONT></TD>
211
+<TD ALIGN="CENTER"><FONT SIZE="-1">		      </FONT></TD>
212
+<TD ALIGN="CENTER"><FONT SIZE="-1">	    </FONT></TD>
213
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;scott*perlcode.org&gt;</FONT></TD>
214
+</TR>
215
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
216
+	<TT><A NAME="tex2html148"
217
+  HREF="clamav-sj.viaverio.com">clamav-sj.viaverio.com</A></TT> </FONT></TD>
218
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 128.121.60.235 </FONT></TD>
219
+<TD ALIGN="CENTER"><FONT SIZE="-1"> USA </FONT></TD>
220
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Scott Wiersdorf</FONT></TD>
221
+</TR>
222
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
223
+				     </FONT></TD>
224
+<TD ALIGN="CENTER"><FONT SIZE="-1">		      </FONT></TD>
225
+<TD ALIGN="CENTER"><FONT SIZE="-1">	    </FONT></TD>
226
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;scott*perlcode.org&gt;</FONT></TD>
227
+</TR>
228
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
229
+	<TT><A NAME="tex2html149"
230
+  HREF="clamavdb.heanet.ie">clamavdb.heanet.ie</A></TT> </FONT></TD>
231
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 193.1.219.100 </FONT></TD>
232
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Ireland </FONT></TD>
233
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Colm MacCarthaigh</FONT></TD>
234
+</TR>
235
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
236
+				 </FONT></TD>
237
+<TD ALIGN="CENTER"><FONT SIZE="-1">		 </FONT></TD>
238
+<TD ALIGN="CENTER"><FONT SIZE="-1">	   </FONT></TD>
239
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;mirrors*heanet.ie&gt;</FONT></TD>
240
+</TR>
241
+</TABLE>
242
+    
243
+</DIV>
244
+    <DIV ALIGN="CENTER">
245
+<FONT SIZE="-1">    </FONT><TABLE CELLPADDING=3 BORDER="1">
246
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">
247
+	Mirror </FONT></TD>
248
+<TD ALIGN="CENTER"><FONT SIZE="-1"> IP </FONT></TD>
249
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Location </FONT></TD>
250
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Administrator</FONT></TD>
251
+</TR>
252
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html150"
253
+  HREF="clamav.crysys.hu">clamav.crysys.hu</A></TT> </FONT></TD>
254
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 152.66.249.132 </FONT></TD>
255
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Hungary </FONT></TD>
256
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Bencsath Boldizsar</FONT></TD>
257
+</TR>
258
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
259
+			       </FONT></TD>
260
+<TD ALIGN="CENTER"><FONT SIZE="-1">		</FONT></TD>
261
+<TD ALIGN="CENTER"><FONT SIZE="-1">	  </FONT></TD>
262
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;boldi*mail2004.crysys.hit.bme.hu&gt;</FONT></TD>
263
+</TR>
264
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html151"
265
+  HREF="clamav.rockriver.net">clamav.rockriver.net</A></TT> </FONT></TD>
266
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 209.94.36.5 </FONT></TD>
267
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Illinois, USA </FONT></TD>
268
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Thomas D. Harker</FONT></TD>
269
+</TR>
270
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
271
+				   </FONT></TD>
272
+<TD ALIGN="CENTER"><FONT SIZE="-1">		 </FONT></TD>
273
+<TD ALIGN="CENTER"><FONT SIZE="-1">		 </FONT></TD>
274
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;tom*rockriver.net&gt;</FONT></TD>
275
+</TR>
276
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
277
+	<TT><A NAME="tex2html152"
278
+  HREF="clamav.xmundo.net">clamav.xmundo.net</A></TT> </FONT></TD>
279
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 200.68.106.40 </FONT></TD>
280
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Argentina </FONT></TD>
281
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Cristian Daniel Merz</FONT></TD>
282
+</TR>
283
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
284
+				</FONT></TD>
285
+<TD ALIGN="CENTER"><FONT SIZE="-1">		</FONT></TD>
286
+<TD ALIGN="CENTER"><FONT SIZE="-1">	    </FONT></TD>
287
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;mirrors*xmundo.net&gt;</FONT></TD>
288
+</TR>
289
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html153"
290
+  HREF="clamav.infotex.com">clamav.infotex.com</A></TT> </FONT></TD>
291
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 66.139.73.146 </FONT></TD>
292
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Texas, USA </FONT></TD>
293
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Matthew Jonkman</FONT></TD>
294
+</TR>
295
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
296
+				 </FONT></TD>
297
+<TD ALIGN="CENTER"><FONT SIZE="-1">		 </FONT></TD>
298
+<TD ALIGN="CENTER"><FONT SIZE="-1">	      </FONT></TD>
299
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;matt*infotex.com&gt;</FONT></TD>
300
+</TR>
301
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
302
+	<TT><A NAME="tex2html154"
303
+  HREF="clamav.mirror.transip.nl">clamav.mirror.transip.nl</A></TT> </FONT></TD>
304
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 80.69.67.3 </FONT></TD>
305
+<TD ALIGN="CENTER"><FONT SIZE="-1"> The Netherlands </FONT></TD>
306
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Walter Hop</FONT></TD>
307
+</TR>
308
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
309
+				 </FONT></TD>
310
+<TD ALIGN="CENTER"><FONT SIZE="-1">		 </FONT></TD>
311
+<TD ALIGN="CENTER"><FONT SIZE="-1">	      </FONT></TD>
312
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;walter*transip.nl&gt;</FONT></TD>
313
+</TR>
314
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
315
+	<TT><A NAME="tex2html155"
316
+  HREF="clamavdb.osj.net">clamavdb.osj.net</A></TT> </FONT></TD>
317
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 218.44.253.75 </FONT></TD>
318
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Japan </FONT></TD>
319
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Masaki Ikeda</FONT></TD>
320
+</TR>
321
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
322
+			       </FONT></TD>
323
+<TD ALIGN="CENTER"><FONT SIZE="-1">	       </FONT></TD>
324
+<TD ALIGN="CENTER"><FONT SIZE="-1">       </FONT></TD>
325
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;masaki*orange.co.jp&gt;</FONT></TD>
326
+</TR>
327
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html156"
328
+  HREF="clamav.ialfa.net">clamav.ialfa.net</A></TT> </FONT></TD>
329
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 210.22.201.152 </FONT></TD>
330
+<TD ALIGN="CENTER"><FONT SIZE="-1"> People's Republic </FONT></TD>
331
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Alfa Shen</FONT></TD>
332
+</TR>
333
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
334
+			       </FONT></TD>
335
+<TD ALIGN="CENTER"><FONT SIZE="-1">		</FONT></TD>
336
+<TD ALIGN="CENTER"><FONT SIZE="-1"> of China	    </FONT></TD>
337
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;alfa*ialfa.net&gt;</FONT></TD>
338
+</TR>
339
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html157"
340
+  HREF="clamavdb.ikk.sztaki.hu">clamavdb.ikk.sztaki.hu</A></TT> </FONT></TD>
341
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 193.225.86.3 </FONT></TD>
342
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Hungary </FONT></TD>
343
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Gabor Kiss</FONT></TD>
344
+</TR>
345
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
346
+				     </FONT></TD>
347
+<TD ALIGN="CENTER"><FONT SIZE="-1">		    </FONT></TD>
348
+<TD ALIGN="CENTER"><FONT SIZE="-1">	      </FONT></TD>
349
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;kissg*debella.ikk.sztaki.hu&gt;</FONT></TD>
350
+</TR>
351
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html158"
352
+  HREF="clamav.mirrors.nks.net">clamav.mirrors.nks.net</A></TT> </FONT></TD>
353
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 24.73.112.74 </FONT></TD>
354
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Florida, USA </FONT></TD>
355
+<TD ALIGN="CENTER"><FONT SIZE="-1"> James Neal</FONT></TD>
356
+</TR>
357
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
358
+				     </FONT></TD>
359
+<TD ALIGN="CENTER"><FONT SIZE="-1">		    </FONT></TD>
360
+<TD ALIGN="CENTER"><FONT SIZE="-1">		   </FONT></TD>
361
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;clam-admin*nks.net&gt;</FONT></TD>
362
+</TR>
363
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html159"
364
+  HREF="clamav.kratern.se">clamav.kratern.se</A></TT> </FONT></TD>
365
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 212.31.160.239 </FONT></TD>
366
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Sweden </FONT></TD>
367
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Emil Ljungdahl</FONT></TD>
368
+</TR>
369
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
370
+				</FONT></TD>
371
+<TD ALIGN="CENTER"><FONT SIZE="-1">	         </FONT></TD>
372
+<TD ALIGN="CENTER"><FONT SIZE="-1">	  </FONT></TD>
373
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;emil*kratern.se&gt;</FONT></TD>
374
+</TR>
375
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html160"
376
+  HREF="clamav.dif.dk">clamav.dif.dk</A></TT> </FONT></TD>
377
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 193.138.115.108 </FONT></TD>
378
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Denmark </FONT></TD>
379
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Jesper Juhl</FONT></TD>
380
+</TR>
381
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
382
+			    </FONT></TD>
383
+<TD ALIGN="CENTER"><FONT SIZE="-1">		      </FONT></TD>
384
+<TD ALIGN="CENTER"><FONT SIZE="-1">		</FONT></TD>
385
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;juhl*dif.dk&gt;</FONT></TD>
386
+</TR>
387
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html161"
388
+  HREF="clamav.dbplc.com">clamav.dbplc.com</A></TT> </FONT></TD>
389
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 217.154.108.81 </FONT></TD>
390
+<TD ALIGN="CENTER"><FONT SIZE="-1"> United Kingdom </FONT></TD>
391
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Simon Pither</FONT></TD>
392
+</TR>
393
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
394
+			       </FONT></TD>
395
+<TD ALIGN="CENTER"><FONT SIZE="-1">		</FONT></TD>
396
+<TD ALIGN="CENTER"><FONT SIZE="-1">		 </FONT></TD>
397
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;simon*digitalbrain.com&gt;</FONT></TD>
398
+</TR>
399
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html162"
400
+  HREF="clamav.unet.brandeis.edu">clamav.unet.brandeis.edu</A></TT> </FONT></TD>
401
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 129.64.99.170 </FONT></TD>
402
+<TD ALIGN="CENTER"><FONT SIZE="-1"> USA </FONT></TD>
403
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Rich Graves</FONT></TD>
404
+</TR>
405
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
406
+				       </FONT></TD>
407
+<TD ALIGN="CENTER"><FONT SIZE="-1">	       </FONT></TD>
408
+<TD ALIGN="CENTER"><FONT SIZE="-1">     </FONT></TD>
409
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;rcgraves*brandeis.edu&gt;</FONT></TD>
410
+</TR>
411
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html163"
412
+  HREF="clamav.im1.net">clamav.im1.net</A></TT> </FONT></TD>
413
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 65.77.42.207 </FONT></TD>
414
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Florida, US </FONT></TD>
415
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Dmitri Pavlenkov</FONT></TD>
416
+</TR>
417
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
418
+			     </FONT></TD>
419
+<TD ALIGN="CENTER"><FONT SIZE="-1">		    </FONT></TD>
420
+<TD ALIGN="CENTER"><FONT SIZE="-1">		  </FONT></TD>
421
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;dmitri*im1.com&gt;</FONT></TD>
422
+</TR>
423
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html164"
424
+  HREF="clamav.elektrotech-ker.hu">clamav.elektrotech-ker.hu</A></TT> </FONT></TD>
425
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 80.95.80.7 </FONT></TD>
426
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Hungary </FONT></TD>
427
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Bodrogi Zsolt</FONT></TD>
428
+</TR>
429
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
430
+					</FONT></TD>
431
+<TD ALIGN="CENTER"><FONT SIZE="-1">	     </FONT></TD>
432
+<TD ALIGN="CENTER"><FONT SIZE="-1">	       </FONT></TD>
433
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;odin*szilank.hu&gt;</FONT></TD>
434
+</TR>
435
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html165"
436
+  HREF="clamav.stockingshq.com">clamav.stockingshq.com</A></TT> </FONT></TD>
437
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 212.113.16.74 </FONT></TD>
438
+<TD ALIGN="CENTER"><FONT SIZE="-1"> United Kingdom </FONT></TD>
439
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;dave*stockingshq.com&gt;</FONT></TD>
440
+</TR>
441
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html166"
442
+  HREF="clamav.acnova.com">clamav.acnova.com</A></TT> </FONT></TD>
443
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 203.81.40.167 </FONT></TD>
444
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Singapore </FONT></TD>
445
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Lennard Seah</FONT></TD>
446
+</TR>
447
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
448
+				</FONT></TD>
449
+<TD ALIGN="CENTER"><FONT SIZE="-1">		</FONT></TD>
450
+<TD ALIGN="CENTER"><FONT SIZE="-1">	    </FONT></TD>
451
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;myself*lennardseah.com&gt;</FONT></TD>
452
+</TR>
453
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
454
+	<TT><A NAME="tex2html167"
455
+  HREF="clamdb.prolocation.net">clamdb.prolocation.net</A></TT> </FONT></TD>
456
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 213.73.255.243 </FONT></TD>
457
+<TD ALIGN="CENTER"><FONT SIZE="-1"> The Netherlands </FONT></TD>
458
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Raymond Dijkxhoorn</FONT></TD>
459
+</TR>
460
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
461
+				     </FONT></TD>
462
+<TD ALIGN="CENTER"><FONT SIZE="-1">		      </FONT></TD>
463
+<TD ALIGN="CENTER"><FONT SIZE="-1">			</FONT></TD>
464
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;raymond*prolocation.net&gt;</FONT></TD>
465
+</TR>
466
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
467
+	<TT><A NAME="tex2html168"
468
+  HREF="clamav.xyxx.com">clamav.xyxx.com</A></TT> </FONT></TD>
469
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 65.75.154.69 </FONT></TD>
470
+<TD ALIGN="CENTER"><FONT SIZE="-1"> San Francisco/Palo Alto </FONT></TD>
471
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Myron Davis</FONT></TD>
472
+</TR>
473
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
474
+			      </FONT></TD>
475
+<TD ALIGN="CENTER"><FONT SIZE="-1">		     </FONT></TD>
476
+<TD ALIGN="CENTER"><FONT SIZE="-1"> California, USA	       </FONT></TD>
477
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;myrond*xyxx.com&gt;</FONT></TD>
478
+</TR>
479
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
480
+	<TT><A NAME="tex2html169"
481
+  HREF="clamav.walkertek.com">clamav.walkertek.com</A></TT> </FONT></TD>
482
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 38.136.139.7 </FONT></TD>
483
+<TD ALIGN="CENTER"><FONT SIZE="-1"> USA </FONT></TD>
484
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Stephen Walker</FONT></TD>
485
+</TR>
486
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
487
+				   </FONT></TD>
488
+<TD ALIGN="CENTER"><FONT SIZE="-1">		  </FONT></TD>
489
+<TD ALIGN="CENTER"><FONT SIZE="-1">	</FONT></TD>
490
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;swalker*walkertek.com&gt;</FONT></TD>
491
+</TR>
492
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
493
+	<TT><A NAME="tex2html170"
494
+  HREF="clamav.mirror.cygnal.ca">clamav.mirror.cygnal.ca</A></TT> </FONT></TD>
495
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 24.244.193.21 </FONT></TD>
496
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Burlington,	</FONT></TD>
497
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Rafal Rzeczkowski</FONT></TD>
498
+</TR>
499
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
500
+				      </FONT></TD>
501
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 24.244.193.22 </FONT></TD>
502
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Ontario, Canada </FONT></TD>
503
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;mirrors*cygnal.ca&gt;</FONT></TD>
504
+</TR>
505
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
506
+	<TT><A NAME="tex2html171"
507
+  HREF="clamav.securityminded.net">clamav.securityminded.net</A></TT> </FONT></TD>
508
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 209.8.40.140 </FONT></TD>
509
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Ashburn, USA </FONT></TD>
510
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Thomas Petersen</FONT></TD>
511
+</TR>
512
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
513
+					</FONT></TD>
514
+<TD ALIGN="CENTER"><FONT SIZE="-1">	       </FONT></TD>
515
+<TD ALIGN="CENTER"><FONT SIZE="-1">	      </FONT></TD>
516
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;tomp*securityminded.net&gt;</FONT></TD>
517
+</TR>
518
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
519
+	<TT><A NAME="tex2html172"
520
+  HREF="clamav.island.net.au">clamav.island.net.au</A></TT> </FONT></TD>
521
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 203.28.142.36 </FONT></TD>
522
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Sydney    </FONT></TD>
523
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Hugh Blandford</FONT></TD>
524
+</TR>
525
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
526
+				   </FONT></TD>
527
+<TD ALIGN="CENTER"><FONT SIZE="-1">		   </FONT></TD>
528
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Australia </FONT></TD>
529
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;hugh*island.net.au&gt;</FONT></TD>
530
+</TR>
531
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
532
+	<TT><A NAME="tex2html173"
533
+  HREF="clamav.iol.cz">clamav.iol.cz</A></TT> </FONT></TD>
534
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 194.228.2.38 </FONT></TD>
535
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Czech Republic </FONT></TD>
536
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Lenka Sevcikova</FONT></TD>
537
+</TR>
538
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
539
+			    </FONT></TD>
540
+<TD ALIGN="CENTER"><FONT SIZE="-1">		   </FONT></TD>
541
+<TD ALIGN="CENTER"><FONT SIZE="-1">		    </FONT></TD>
542
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;lenka.sevcikova*ct.cz&gt;</FONT></TD>
543
+</TR>
544
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
545
+	<TT><A NAME="tex2html174"
546
+  HREF="clamav.securitywonks.net">clamav.securitywonks.net</A></TT> </FONT></TD>
547
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 66.197.159.213 </FONT></TD>
548
+<TD ALIGN="CENTER"><FONT SIZE="-1"> USA </FONT></TD>
549
+<TD ALIGN="CENTER"><FONT SIZE="-1"> D. Raghu Veer</FONT></TD>
550
+</TR>
551
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
552
+				       </FONT></TD>
553
+<TD ALIGN="CENTER"><FONT SIZE="-1">		</FONT></TD>
554
+<TD ALIGN="CENTER"><FONT SIZE="-1">     </FONT></TD>
555
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;clamav*zyserver.net&gt;</FONT></TD>
556
+</TR>
557
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
558
+	<TT><A NAME="tex2html175"
559
+  HREF="clamav.pcn.de">clamav.pcn.de</A></TT> </FONT></TD>
560
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 213.203.254.4 </FONT></TD>
561
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Hamburg, </FONT></TD>
562
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Karsten Gessner</FONT></TD>
563
+</TR>
564
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
565
+			    </FONT></TD>
566
+<TD ALIGN="CENTER"><FONT SIZE="-1">		    </FONT></TD>
567
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Germany  </FONT></TD>
568
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;karsten*pcn.de&gt;</FONT></TD>
569
+</TR>
570
+</TABLE>
571
+    
572
+</DIV>
573
+    <DIV ALIGN="CENTER">
574
+<FONT SIZE="-1">    </FONT><TABLE CELLPADDING=3 BORDER="1">
575
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">
576
+	Mirror </FONT></TD>
577
+<TD ALIGN="CENTER"><FONT SIZE="-1"> IP </FONT></TD>
578
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Location </FONT></TD>
579
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Administrator</FONT></TD>
580
+</TR>
581
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
582
+	<TT><A NAME="tex2html176"
583
+  HREF="clamav.enderunix.org">clamav.enderunix.org</A></TT> </FONT></TD>
584
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 193.140.143.23 </FONT></TD>
585
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Turkey </FONT></TD>
586
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Omer Faruk Sen</FONT></TD>
587
+</TR>
588
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
589
+				   </FONT></TD>
590
+<TD ALIGN="CENTER"><FONT SIZE="-1">		    </FONT></TD>
591
+<TD ALIGN="CENTER"><FONT SIZE="-1">	     </FONT></TD>
592
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;ofsen*enderunix.org&gt;</FONT></TD>
593
+</TR>
594
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
595
+	<TT><A NAME="tex2html177"
596
+  HREF="clamav.ovh.net">clamav.ovh.net</A></TT> </FONT></TD>
597
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 213.186.33.38 </FONT></TD>
598
+<TD ALIGN="CENTER"><FONT SIZE="-1"> France </FONT></TD>
599
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Germain Masse</FONT></TD>
600
+</TR>
601
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
602
+			     </FONT></TD>
603
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 213.186.33.37 </FONT></TD>
604
+<TD ALIGN="CENTER"><FONT SIZE="-1">        </FONT></TD>
605
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;germain.masse*ovh.net&gt;</FONT></TD>
606
+</TR>
607
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
608
+	<TT><A NAME="tex2html178"
609
+  HREF="clamav.spod.org">clamav.spod.org</A></TT> </FONT></TD>
610
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 195.92.99.99 </FONT></TD>
611
+<TD ALIGN="CENTER"><FONT SIZE="-1"> United Kingdom </FONT></TD>
612
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Ian Kirk</FONT></TD>
613
+</TR>
614
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
615
+			      </FONT></TD>
616
+<TD ALIGN="CENTER"><FONT SIZE="-1">		     </FONT></TD>
617
+<TD ALIGN="CENTER"><FONT SIZE="-1">		      </FONT></TD>
618
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;blob*blob.co.uk&gt;</FONT></TD>
619
+</TR>
620
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
621
+	<TT><A NAME="tex2html179"
622
+  HREF="clamav.intercom.net.ua">clamav.intercom.net.ua</A></TT> </FONT></TD>
623
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 195.13.43.28 </FONT></TD>
624
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Ukraine </FONT></TD>
625
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Artie Missirov</FONT></TD>
626
+</TR>
627
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
628
+				     </FONT></TD>
629
+<TD ALIGN="CENTER"><FONT SIZE="-1">		    </FONT></TD>
630
+<TD ALIGN="CENTER"><FONT SIZE="-1">	      </FONT></TD>
631
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;kadjy*intercom.net.ua&gt;</FONT></TD>
632
+</TR>
633
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
634
+	<TT><A NAME="tex2html180"
635
+  HREF="clamav.mirror.vutbr.cz">clamav.mirror.vutbr.cz</A></TT> </FONT></TD>
636
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 147.229.3.16 </FONT></TD>
637
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Czech Republic </FONT></TD>
638
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Tomas Kreuzwieser</FONT></TD>
639
+</TR>
640
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
641
+				     </FONT></TD>
642
+<TD ALIGN="CENTER"><FONT SIZE="-1">		    </FONT></TD>
643
+<TD ALIGN="CENTER"><FONT SIZE="-1">		     </FONT></TD>
644
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;mirror-adm*cis.vutbr.cz&gt;</FONT></TD>
645
+</TR>
646
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
647
+	<TT><A NAME="tex2html181"
648
+  HREF="database.clamav.ps.pl">database.clamav.ps.pl</A></TT> </FONT></TD>
649
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 212.14.28.36 </FONT></TD>
650
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Poland </FONT></TD>
651
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Adam Popik</FONT></TD>
652
+</TR>
653
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
654
+				    </FONT></TD>
655
+<TD ALIGN="CENTER"><FONT SIZE="-1">		   </FONT></TD>
656
+<TD ALIGN="CENTER"><FONT SIZE="-1">	    </FONT></TD>
657
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;adam*popik.pl&gt;</FONT></TD>
658
+</TR>
659
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
660
+	<TT><A NAME="tex2html182"
661
+  HREF="clamav.fx-services.com">clamav.fx-services.com</A></TT> </FONT></TD>
662
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 69.93.108.98 </FONT></TD>
663
+<TD ALIGN="CENTER"><FONT SIZE="-1"> USA </FONT></TD>
664
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Robin Vley</FONT></TD>
665
+</TR>
666
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
667
+				     </FONT></TD>
668
+<TD ALIGN="CENTER"><FONT SIZE="-1">		    </FONT></TD>
669
+<TD ALIGN="CENTER"><FONT SIZE="-1">	  </FONT></TD>
670
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;robin*fx-services.com&gt;</FONT></TD>
671
+</TR>
672
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
673
+	<TT><A NAME="tex2html183"
674
+  HREF="clamav.univ-nantes.fr">clamav.univ-nantes.fr</A></TT> </FONT></TD>
675
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 193.52.101.131 </FONT></TD>
676
+<TD ALIGN="CENTER"><FONT SIZE="-1"> France </FONT></TD>
677
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Yann Dupont</FONT></TD>
678
+</TR>
679
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
680
+				    </FONT></TD>
681
+<TD ALIGN="CENTER"><FONT SIZE="-1">		     </FONT></TD>
682
+<TD ALIGN="CENTER"><FONT SIZE="-1">	      </FONT></TD>
683
+<TD ALIGN="CENTER"><FONT SIZE="-1">	&lt;yann.dupont*univ-nantes.fr&gt;</FONT></TD>
684
+</TR>
685
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
686
+	<TT><A NAME="tex2html184"
687
+  HREF="clamav.blackroute.net">clamav.blackroute.net</A></TT> </FONT></TD>
688
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 64.246.44.108 </FONT></TD>
689
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Texas, USA </FONT></TD>
690
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Maarten Van Horenbeeck</FONT></TD>
691
+</TR>
692
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
693
+				    </FONT></TD>
694
+<TD ALIGN="CENTER"><FONT SIZE="-1">		    </FONT></TD>
695
+<TD ALIGN="CENTER"><FONT SIZE="-1">		 </FONT></TD>
696
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;maarten*daemon.be&gt;</FONT></TD>
697
+</TR>
698
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
699
+	<TT><A NAME="tex2html185"
700
+  HREF="clamavdb.mithril-linux.org">clamavdb.mithril-linux.org</A></TT> </FONT></TD>
701
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 211.10.155.48 </FONT></TD>
702
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Japan </FONT></TD>
703
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Hideki Yamane</FONT></TD>
704
+</TR>
705
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
706
+					 </FONT></TD>
707
+<TD ALIGN="CENTER"><FONT SIZE="-1">		 </FONT></TD>
708
+<TD ALIGN="CENTER"><FONT SIZE="-1">	 </FONT></TD>
709
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;henrich*samba.gr.jp&gt;</FONT></TD>
710
+</TR>
711
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
712
+	<TT><A NAME="tex2html186"
713
+  HREF="clamavdb.planetmirror.com">clamavdb.planetmirror.com</A></TT> </FONT></TD>
714
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 203.16.234.78 </FONT></TD>
715
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Australia </FONT></TD>
716
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Jason Andrade</FONT></TD>
717
+</TR>
718
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
719
+					</FONT></TD>
720
+<TD ALIGN="CENTER"><FONT SIZE="-1">		</FONT></TD>
721
+<TD ALIGN="CENTER"><FONT SIZE="-1">	    </FONT></TD>
722
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;support*planetmirror.com&gt;</FONT></TD>
723
+</TR>
724
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
725
+	<TT><A NAME="tex2html187"
726
+  HREF="clamavdb.raimei.co.jp">clamavdb.raimei.co.jp</A></TT> </FONT></TD>
727
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 219.106.255.66 </FONT></TD>
728
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Japan </FONT></TD>
729
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Araki Musashi</FONT></TD>
730
+</TR>
731
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
732
+				    </FONT></TD>
733
+<TD ALIGN="CENTER"><FONT SIZE="-1">		     </FONT></TD>
734
+<TD ALIGN="CENTER"><FONT SIZE="-1">	     </FONT></TD>
735
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;araki*raimei.co.jp&gt;</FONT></TD>
736
+</TR>
737
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
738
+	<TT><A NAME="tex2html188"
739
+  HREF="clamav.pathlink.com">clamav.pathlink.com</A></TT> </FONT></TD>
740
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 129.250.169.81 </FONT></TD>
741
+<TD ALIGN="CENTER"><FONT SIZE="-1"> USA </FONT></TD>
742
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Kachun Lee</FONT></TD>
743
+</TR>
744
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
745
+				  </FONT></TD>
746
+<TD ALIGN="CENTER"><FONT SIZE="-1">		   </FONT></TD>
747
+<TD ALIGN="CENTER"><FONT SIZE="-1">	 </FONT></TD>
748
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;kachun*pathlink.com&gt;</FONT></TD>
749
+</TR>
750
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
751
+	<TT><A NAME="tex2html189"
752
+  HREF="clamav.mirror.camelnetwork.com">clamav.mirror.camelnetwork.com</A></TT> </FONT></TD>
753
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 213.230.200.242 </FONT></TD>
754
+<TD ALIGN="CENTER"><FONT SIZE="-1"> UK </FONT></TD>
755
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Chris Burton</FONT></TD>
756
+</TR>
757
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
758
+					     </FONT></TD>
759
+<TD ALIGN="CENTER"><FONT SIZE="-1">		       </FONT></TD>
760
+<TD ALIGN="CENTER"><FONT SIZE="-1">    </FONT></TD>
761
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;clamav.mirror*camelnetwork.com&gt;</FONT></TD>
762
+</TR>
763
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
764
+	<TT><A NAME="tex2html190"
765
+  HREF="clamav.unnet.nl">clamav.unnet.nl</A></TT> </FONT></TD>
766
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 62.133.206.90 </FONT></TD>
767
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Netherlands </FONT></TD>
768
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Cliff Albert</FONT></TD>
769
+</TR>
770
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
771
+			      </FONT></TD>
772
+<TD ALIGN="CENTER"><FONT SIZE="-1">		      </FONT></TD>
773
+<TD ALIGN="CENTER"><FONT SIZE="-1">		    </FONT></TD>
774
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;cliff*unilogicnetworks.net&gt;</FONT></TD>
775
+</TR>
776
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
777
+	<TT><A NAME="tex2html191"
778
+  HREF="clamav.easynet.fr">clamav.easynet.fr</A></TT> </FONT></TD>
779
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 212.180.1.29 </FONT></TD>
780
+<TD ALIGN="CENTER"><FONT SIZE="-1"> France </FONT></TD>
781
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Jean-Louis Bergamo</FONT></TD>
782
+</TR>
783
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
784
+				</FONT></TD>
785
+<TD ALIGN="CENTER"><FONT SIZE="-1">	       </FONT></TD>
786
+<TD ALIGN="CENTER"><FONT SIZE="-1">	</FONT></TD>
787
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;mailadmin*easynet.fr&gt;</FONT></TD>
788
+</TR>
789
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
790
+	<TT><A NAME="tex2html192"
791
+  HREF="clamav.edebris.com">clamav.edebris.com</A></TT> </FONT></TD>
792
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 216.24.174.245 </FONT></TD>
793
+<TD ALIGN="CENTER"><FONT SIZE="-1"> USA </FONT></TD>
794
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Edward Kujawski</FONT></TD>
795
+</TR>
796
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
797
+				 </FONT></TD>
798
+<TD ALIGN="CENTER"><FONT SIZE="-1">		  </FONT></TD>
799
+<TD ALIGN="CENTER"><FONT SIZE="-1">	</FONT></TD>
800
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;ed*hp.uab.edu&gt;</FONT></TD>
801
+</TR>
802
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
803
+	<TT><A NAME="tex2html193"
804
+  HREF="clamav.inoc.net">clamav.inoc.net</A></TT> </FONT></TD>
805
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 64.246.134.133 </FONT></TD>
806
+<TD ALIGN="CENTER"><FONT SIZE="-1"> USA </FONT></TD>
807
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Robert Blayzor</FONT></TD>
808
+</TR>
809
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
810
+			      </FONT></TD>
811
+<TD ALIGN="CENTER"><FONT SIZE="-1">		       </FONT></TD>
812
+<TD ALIGN="CENTER"><FONT SIZE="-1">     </FONT></TD>
813
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;noc*inoc.net&gt;</FONT></TD>
814
+</TR>
815
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
816
+	<TT><A NAME="tex2html194"
817
+  HREF="clamav.devolution.com">clamav.devolution.com</A></TT> </FONT></TD>
818
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 206.58.251.131 </FONT></TD>
819
+<TD ALIGN="CENTER"><FONT SIZE="-1"> California, </FONT></TD>
820
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Scott Call</FONT></TD>
821
+</TR>
822
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
823
+				    </FONT></TD>
824
+<TD ALIGN="CENTER"><FONT SIZE="-1">		     </FONT></TD>
825
+<TD ALIGN="CENTER"><FONT SIZE="-1">		   </FONT></TD>
826
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;scall*atgi.net&gt;</FONT></TD>
827
+</TR>
828
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
829
+	<TT><A NAME="tex2html195"
830
+  HREF="clamavdb.hostlink.com.hk">clamavdb.hostlink.com.hk</A></TT> </FONT></TD>
831
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 210.245.160.22 </FONT></TD>
832
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Hong Kong </FONT></TD>
833
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Alex Fong</FONT></TD>
834
+</TR>
835
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
836
+				       </FONT></TD>
837
+<TD ALIGN="CENTER"><FONT SIZE="-1">		</FONT></TD>
838
+<TD ALIGN="CENTER"><FONT SIZE="-1">	    </FONT></TD>
839
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;alexfkl*hostlink.com.hk&gt;</FONT></TD>
840
+</TR>
841
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
842
+	<TT><A NAME="tex2html196"
843
+  HREF="clamav.clearfield.com">clamav.clearfield.com</A></TT> </FONT></TD>
844
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 65.110.48.11 </FONT></TD>
845
+<TD ALIGN="CENTER"><FONT SIZE="-1"> USA </FONT></TD>
846
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Jean-Francois Pirus</FONT></TD>
847
+</TR>
848
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
849
+				    </FONT></TD>
850
+<TD ALIGN="CENTER"><FONT SIZE="-1">		   </FONT></TD>
851
+<TD ALIGN="CENTER"><FONT SIZE="-1">	 </FONT></TD>
852
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;jfp*clearfield.com&gt;</FONT></TD>
853
+</TR>
854
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
855
+	<TT><A NAME="tex2html197"
856
+  HREF="clamav.oltrelinux.com">clamav.oltrelinux.com</A></TT> </FONT></TD>
857
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 194.242.226.43 </FONT></TD>
858
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Italy </FONT></TD>
859
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Luca Gibelli</FONT></TD>
860
+</TR>
861
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
862
+				    </FONT></TD>
863
+<TD ALIGN="CENTER"><FONT SIZE="-1">		     </FONT></TD>
864
+<TD ALIGN="CENTER"><FONT SIZE="-1">	     </FONT></TD>
865
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;l.gibelli*oltrelinux.com&gt;</FONT></TD>
866
+</TR>
867
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
868
+	<TT><A NAME="tex2html198"
869
+  HREF="clamav.artcoms.ru">clamav.artcoms.ru</A></TT> </FONT></TD>
870
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 80.244.224.247 </FONT></TD>
871
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Russia </FONT></TD>
872
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Syrnikov Alexei</FONT></TD>
873
+</TR>
874
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
875
+				</FONT></TD>
876
+<TD ALIGN="CENTER"><FONT SIZE="-1">		 </FONT></TD>
877
+<TD ALIGN="CENTER"><FONT SIZE="-1">	  </FONT></TD>
878
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;san*artcoms.ru&gt;</FONT></TD>
879
+</TR>
880
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
881
+	<TT><A NAME="tex2html199"
882
+  HREF="xarch.clamav.net">xarch.clamav.net</A></TT> </FONT></TD>
883
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 129.27.62.129 </FONT></TD>
884
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Austria </FONT></TD>
885
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Reini Urban</FONT></TD>
886
+</TR>
887
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
888
+			       </FONT></TD>
889
+<TD ALIGN="CENTER"><FONT SIZE="-1">	       </FONT></TD>
890
+<TD ALIGN="CENTER"><FONT SIZE="-1">	 </FONT></TD>
891
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;rurban*x-ray.at&gt;</FONT></TD>
892
+</TR>
893
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
894
+	<TT><A NAME="tex2html200"
895
+  HREF="clamav.linux.it">clamav.linux.it</A></TT> </FONT></TD>
896
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 213.92.8.5 </FONT></TD>
897
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Italy </FONT></TD>
898
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Marco d'Itri</FONT></TD>
899
+</TR>
900
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
901
+			      </FONT></TD>
902
+<TD ALIGN="CENTER"><FONT SIZE="-1">		   </FONT></TD>
903
+<TD ALIGN="CENTER"><FONT SIZE="-1">	   </FONT></TD>
904
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;md*linux.it&gt;</FONT></TD>
905
+</TR>
906
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
907
+	<TT><A NAME="tex2html201"
908
+  HREF="clamav.eastweb.ru">clamav.eastweb.ru</A></TT> </FONT></TD>
909
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 213.219.245.4 </FONT></TD>
910
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Russia </FONT></TD>
911
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Leonid Novikov</FONT></TD>
912
+</TR>
913
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
914
+				</FONT></TD>
915
+<TD ALIGN="CENTER"><FONT SIZE="-1">		</FONT></TD>
916
+<TD ALIGN="CENTER"><FONT SIZE="-1">	 </FONT></TD>
917
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;lenni*eastweb.ru&gt;</FONT></TD>
918
+</TR>
919
+</TABLE>
920
+    
921
+</DIV>
922
+    <DIV ALIGN="CENTER">
923
+<FONT SIZE="-1">    </FONT><TABLE CELLPADDING=3 BORDER="1">
924
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">
925
+	Mirror </FONT></TD>
926
+<TD ALIGN="CENTER"><FONT SIZE="-1"> IP </FONT></TD>
927
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Location </FONT></TD>
928
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Administrator</FONT></TD>
929
+</TR>
930
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html202"
931
+  HREF="clamav.mirrors.webpartner.dk">clamav.mirrors.webpartner.dk</A></TT> </FONT></TD>
932
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 195.184.96.15 </FONT></TD>
933
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Denmark </FONT></TD>
934
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Nicolai Gylling &lt;nsg*webpartner.dk&gt;</FONT></TD>
935
+</TR>
936
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
937
+					   </FONT></TD>
938
+<TD ALIGN="CENTER"><FONT SIZE="-1">		   </FONT></TD>
939
+<TD ALIGN="CENTER"><FONT SIZE="-1">	     </FONT></TD>
940
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Lasse Brandt &lt;lb*webpartner.dk&gt;</FONT></TD>
941
+</TR>
942
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
943
+	<TT><A NAME="tex2html203"
944
+  HREF="mirror.etf.bg.ac.yu">mirror.etf.bg.ac.yu</A></TT> </FONT></TD>
945
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 147.91.8.58 </FONT></TD>
946
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Belgrade, Serbia </FONT></TD>
947
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Ljubisa Radivojevic</FONT></TD>
948
+</TR>
949
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
950
+				  </FONT></TD>
951
+<TD ALIGN="CENTER"><FONT SIZE="-1">		</FONT></TD>
952
+<TD ALIGN="CENTER"><FONT SIZE="-1"> and Montenegro   </FONT></TD>
953
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;ljubisa*etf.bg.ac.yu&gt;</FONT></TD>
954
+</TR>
955
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
956
+	<TT><A NAME="tex2html204"
957
+  HREF="clamav.bridgeband.net">clamav.bridgeband.net</A></TT> </FONT></TD>
958
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 63.166.28.8 </FONT></TD>
959
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Montana, </FONT></TD>
960
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Mikel Bauer</FONT></TD>
961
+</TR>
962
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
963
+				    </FONT></TD>
964
+<TD ALIGN="CENTER"><FONT SIZE="-1">		  </FONT></TD>
965
+<TD ALIGN="CENTER"><FONT SIZE="-1"> USA	     </FONT></TD>
966
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;mikel*bridgeband.net&gt;</FONT></TD>
967
+</TR>
968
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
969
+	<TT><A NAME="tex2html205"
970
+  HREF="clamav.kgt.org">clamav.kgt.org</A></TT> </FONT></TD>
971
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 217.20.122.250 </FONT></TD>
972
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Germany </FONT></TD>
973
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Thomas Koeppe</FONT></TD>
974
+</TR>
975
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
976
+			     </FONT></TD>
977
+<TD ALIGN="CENTER"><FONT SIZE="-1">		      </FONT></TD>
978
+<TD ALIGN="CENTER"><FONT SIZE="-1">		</FONT></TD>
979
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;thomas*kgt.org&gt;</FONT></TD>
980
+</TR>
981
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
982
+	<TT><A NAME="tex2html206"
983
+  HREF="clamav.mirror.waycom.net">clamav.mirror.waycom.net</A></TT> </FONT></TD>
984
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 195.214.240.53 </FONT></TD>
985
+<TD ALIGN="CENTER"><FONT SIZE="-1"> France </FONT></TD>
986
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Frederic Deletang</FONT></TD>
987
+</TR>
988
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
989
+				       </FONT></TD>
990
+<TD ALIGN="CENTER"><FONT SIZE="-1">		</FONT></TD>
991
+<TD ALIGN="CENTER"><FONT SIZE="-1">	 </FONT></TD>
992
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;fd*waycom.net&gt;</FONT></TD>
993
+</TR>
994
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
995
+	<TT><A NAME="tex2html207"
996
+  HREF="clamav.cryms.info">clamav.cryms.info</A></TT> </FONT></TD>
997
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 194.29.5.19 </FONT></TD>
998
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Lugano,	    </FONT></TD>
999
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Lorenzo Patocchi</FONT></TD>
1000
+</TR>
1001
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
1002
+				</FONT></TD>
1003
+<TD ALIGN="CENTER"><FONT SIZE="-1">	      </FONT></TD>
1004
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Switzerland </FONT></TD>
1005
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;lorenzo.patocchi*cryms.com&gt;</FONT></TD>
1006
+</TR>
1007
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1008
+	<TT><A NAME="tex2html208"
1009
+  HREF="clamav.mirror.pacific.net.au">clamav.mirror.pacific.net.au</A></TT> </FONT></TD>
1010
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 61.8.0.16 </FONT></TD>
1011
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Australia </FONT></TD>
1012
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Martin Foster</FONT></TD>
1013
+</TR>
1014
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
1015
+					   </FONT></TD>
1016
+<TD ALIGN="CENTER"><FONT SIZE="-1">	       </FONT></TD>
1017
+<TD ALIGN="CENTER"><FONT SIZE="-1">	   </FONT></TD>
1018
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;mirror-team*pacific.net.au&gt;</FONT></TD>
1019
+</TR>
1020
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1021
+	<TT><A NAME="tex2html209"
1022
+  HREF="clamavdb.mirrors.net.ru">clamavdb.mirrors.net.ru</A></TT> </FONT></TD>
1023
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 212.16.26.185 </FONT></TD>
1024
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Russia </FONT></TD>
1025
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Andrew V. Kovalev</FONT></TD>
1026
+</TR>
1027
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
1028
+				      </FONT></TD>
1029
+<TD ALIGN="CENTER"><FONT SIZE="-1">		      </FONT></TD>
1030
+<TD ALIGN="CENTER"><FONT SIZE="-1">	       </FONT></TD>
1031
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;mirrors*mirrors.net.ru&gt;</FONT></TD>
1032
+</TR>
1033
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1034
+	<TT><A NAME="tex2html210"
1035
+  HREF="clamav.cbn.net.id">clamav.cbn.net.id</A></TT> </FONT></TD>
1036
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 202.158.56.242 </FONT></TD>
1037
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Indonesia </FONT></TD>
1038
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Riv Octovahriz</FONT></TD>
1039
+</TR>
1040
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
1041
+				</FONT></TD>
1042
+<TD ALIGN="CENTER"><FONT SIZE="-1">		 </FONT></TD>
1043
+<TD ALIGN="CENTER"><FONT SIZE="-1">	     </FONT></TD>
1044
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;riv*cbn.net.id&gt;</FONT></TD>
1045
+</TR>
1046
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1047
+	<TT><A NAME="tex2html211"
1048
+  HREF="clamav.forthnet.gr">clamav.forthnet.gr</A></TT> </FONT></TD>
1049
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 193.92.150.194 </FONT></TD>
1050
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Greece </FONT></TD>
1051
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Nick Katsamas</FONT></TD>
1052
+</TR>
1053
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
1054
+				 </FONT></TD>
1055
+<TD ALIGN="CENTER"><FONT SIZE="-1">		  </FONT></TD>
1056
+<TD ALIGN="CENTER"><FONT SIZE="-1">	   </FONT></TD>
1057
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;virus_admin*forthnet.gr&gt;</FONT></TD>
1058
+</TR>
1059
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1060
+	<TT><A NAME="tex2html212"
1061
+  HREF="fuxhausen.tiscali.de">fuxhausen.tiscali.de</A></TT> </FONT></TD>
1062
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 62.26.160.3 </FONT></TD>
1063
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Germany </FONT></TD>
1064
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Elke Hahnen</FONT></TD>
1065
+</TR>
1066
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
1067
+				   </FONT></TD>
1068
+<TD ALIGN="CENTER"><FONT SIZE="-1">		 </FONT></TD>
1069
+<TD ALIGN="CENTER"><FONT SIZE="-1">	   </FONT></TD>
1070
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;elke.hahnen*de.tiscali.com&gt;</FONT></TD>
1071
+</TR>
1072
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1073
+	<TT><A NAME="tex2html213"
1074
+  HREF="clamav.theshell.com">clamav.theshell.com</A></TT> </FONT></TD>
1075
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 209.200.146.2 </FONT></TD>
1076
+<TD ALIGN="CENTER"><FONT SIZE="-1"> USA </FONT></TD>
1077
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Peter Avalos</FONT></TD>
1078
+</TR>
1079
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
1080
+				  </FONT></TD>
1081
+<TD ALIGN="CENTER"><FONT SIZE="-1">		  </FONT></TD>
1082
+<TD ALIGN="CENTER"><FONT SIZE="-1">	</FONT></TD>
1083
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;pavalos*theshell.com&gt;</FONT></TD>
1084
+</TR>
1085
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1086
+	<TT><A NAME="tex2html214"
1087
+  HREF="clamav.inode.at">clamav.inode.at</A></TT> </FONT></TD>
1088
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 81.223.20.171 </FONT></TD>
1089
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Austria </FONT></TD>
1090
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Michael Renner</FONT></TD>
1091
+</TR>
1092
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
1093
+			      </FONT></TD>
1094
+<TD ALIGN="CENTER"><FONT SIZE="-1">		      </FONT></TD>
1095
+<TD ALIGN="CENTER"><FONT SIZE="-1">		</FONT></TD>
1096
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;mirror*inode.at&gt;</FONT></TD>
1097
+</TR>
1098
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1099
+	<TT><A NAME="tex2html215"
1100
+  HREF="clamav.informatik.fh-furtwangen.de">clamav.informatik.fh-furtwangen.de</A></TT> </FONT></TD>
1101
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 141.28.73.8 </FONT></TD>
1102
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Germany </FONT></TD>
1103
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Sebastian Siewior</FONT></TD>
1104
+</TR>
1105
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
1106
+						 </FONT></TD>
1107
+<TD ALIGN="CENTER"><FONT SIZE="-1">	       </FONT></TD>
1108
+<TD ALIGN="CENTER"><FONT SIZE="-1">	 </FONT></TD>
1109
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;bigeasy*foo.fh-furtwangen.de&gt;</FONT></TD>
1110
+</TR>
1111
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1112
+	<TT><A NAME="tex2html216"
1113
+  HREF="clamav.cpss.edu.hk">clamav.cpss.edu.hk</A></TT> </FONT></TD>
1114
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 218.189.210.14 </FONT></TD>
1115
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Hong Kong </FONT></TD>
1116
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Wan Pui Wa</FONT></TD>
1117
+</TR>
1118
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
1119
+				 </FONT></TD>
1120
+<TD ALIGN="CENTER"><FONT SIZE="-1">		  </FONT></TD>
1121
+<TD ALIGN="CENTER"><FONT SIZE="-1">	      </FONT></TD>
1122
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;puiwa*cpss.edu.hk&gt;</FONT></TD>
1123
+</TR>
1124
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1125
+	<TT><A NAME="tex2html217"
1126
+  HREF="clamav.irontec.com">clamav.irontec.com</A></TT> </FONT></TD>
1127
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 66.111.55.10 </FONT></TD>
1128
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Tampa, </FONT></TD>
1129
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Iker Sagasti Markina</FONT></TD>
1130
+</TR>
1131
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
1132
+				 </FONT></TD>
1133
+<TD ALIGN="CENTER"><FONT SIZE="-1">		</FONT></TD>
1134
+<TD ALIGN="CENTER"><FONT SIZE="-1"> USA	 </FONT></TD>
1135
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;iker*irontec.com&gt;</FONT></TD>
1136
+</TR>
1137
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
1138
+	<TT><A NAME="tex2html218"
1139
+  HREF="clamav.optical.com.mx">clamav.optical.com.mx</A></TT> </FONT></TD>
1140
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 200.53.122.8 </FONT></TD>
1141
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Mexico </FONT></TD>
1142
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Omar Armas</FONT></TD>
1143
+</TR>
1144
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
1145
+				    </FONT></TD>
1146
+<TD ALIGN="CENTER"><FONT SIZE="-1">		   </FONT></TD>
1147
+<TD ALIGN="CENTER"><FONT SIZE="-1">	    </FONT></TD>
1148
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;oarmas*mpsnet.net.mx&gt;</FONT></TD>
1149
+</TR>
1150
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1151
+	<TT><A NAME="tex2html219"
1152
+  HREF="idea.sec.dico.unimi.it">idea.sec.dico.unimi.it</A></TT> </FONT></TD>
1153
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 159.149.155.69 </FONT></TD>
1154
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Italy </FONT></TD>
1155
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Lorenzo Martignoni</FONT></TD>
1156
+</TR>
1157
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
1158
+				     </FONT></TD>
1159
+<TD ALIGN="CENTER"><FONT SIZE="-1">		      </FONT></TD>
1160
+<TD ALIGN="CENTER"><FONT SIZE="-1">	      </FONT></TD>
1161
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;lorenzo*cert-it.dico.unimi.it&gt;</FONT></TD>
1162
+</TR>
1163
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1164
+	<TT><A NAME="tex2html220"
1165
+  HREF="clamav.cs.pu.edu.tw">clamav.cs.pu.edu.tw</A></TT> </FONT></TD>
1166
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 140.128.9.18 </FONT></TD>
1167
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Taiwan </FONT></TD>
1168
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Hsun-Chang Chang</FONT></TD>
1169
+</TR>
1170
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
1171
+				  </FONT></TD>
1172
+<TD ALIGN="CENTER"><FONT SIZE="-1">		 </FONT></TD>
1173
+<TD ALIGN="CENTER"><FONT SIZE="-1">	  </FONT></TD>
1174
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;hcchang*cs.pu.edu.tw&gt;</FONT></TD>
1175
+</TR>
1176
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1177
+	<TT><A NAME="tex2html221"
1178
+  HREF="clamav.skynet.cz">clamav.skynet.cz</A></TT> </FONT></TD>
1179
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 193.165.254.12 </FONT></TD>
1180
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Czech Republic </FONT></TD>
1181
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Jaroslav Jurasek</FONT></TD>
1182
+</TR>
1183
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
1184
+			       </FONT></TD>
1185
+<TD ALIGN="CENTER"><FONT SIZE="-1">		</FONT></TD>
1186
+<TD ALIGN="CENTER"><FONT SIZE="-1">		 </FONT></TD>
1187
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;jaroslav.jurasek*skynet.cz&gt;</FONT></TD>
1188
+</TR>
1189
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1190
+	<TT><A NAME="tex2html222"
1191
+  HREF="clamav.virus.opteqint.net">clamav.virus.opteqint.net</A></TT> </FONT></TD>
1192
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 209.25.178.86 </FONT></TD>
1193
+<TD ALIGN="CENTER"><FONT SIZE="-1"> USA </FONT></TD>
1194
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Dave Blakey</FONT></TD>
1195
+</TR>
1196
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
1197
+					</FONT></TD>
1198
+<TD ALIGN="CENTER"><FONT SIZE="-1">		</FONT></TD>
1199
+<TD ALIGN="CENTER"><FONT SIZE="-1">     </FONT></TD>
1200
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;dave*opteqint.net&gt;</FONT></TD>
1201
+</TR>
1202
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1203
+	<TT><A NAME="tex2html223"
1204
+  HREF="clamav.ubak.gov.tr">clamav.ubak.gov.tr</A></TT> </FONT></TD>
1205
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 212.174.131.5 </FONT></TD>
1206
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Turkey </FONT></TD>
1207
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Ali Erdinc Koroglu</FONT></TD>
1208
+</TR>
1209
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
1210
+				 </FONT></TD>
1211
+<TD ALIGN="CENTER"><FONT SIZE="-1">		 </FONT></TD>
1212
+<TD ALIGN="CENTER"><FONT SIZE="-1">	  </FONT></TD>
1213
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;erdinc*erdinc.info&gt;</FONT></TD>
1214
+</TR>
1215
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1216
+	<TT><A NAME="tex2html224"
1217
+  HREF="clamav.ecualinux.com">clamav.ecualinux.com</A></TT> </FONT></TD>
1218
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 66.111.57.40 </FONT></TD>
1219
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Ecuador </FONT></TD>
1220
+<TD ALIGN="CENTER"><FONT SIZE="-1"> E. Perez Estevez</FONT></TD>
1221
+</TR>
1222
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
1223
+				   </FONT></TD>
1224
+<TD ALIGN="CENTER"><FONT SIZE="-1">		  </FONT></TD>
1225
+<TD ALIGN="CENTER"><FONT SIZE="-1">	    </FONT></TD>
1226
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;info*ecualinux.com&gt;</FONT></TD>
1227
+</TR>
1228
+</TABLE>
1229
+    
1230
+</DIV>
1231
+
1232
+<P>
1233
+<HR>
1234
+<!--Navigation Panel-->
1235
+<A NAME="tex2html2361"
1236
+  HREF="node142.html">
1237
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
1238
+<A NAME="tex2html2357"
1239
+  HREF="node140.html">
1240
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
1241
+<A NAME="tex2html2351"
1242
+  HREF="node140.html">
1243
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
1244
+<A NAME="tex2html2359"
1245
+  HREF="node1.html">
1246
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
1247
+<BR>
1248
+<B> Next:</B> <A NAME="tex2html2362"
1249
+  HREF="node142.html">Contributors</A>
1250
+<B> Up:</B> <A NAME="tex2html2358"
1251
+  HREF="node140.html">Credits</A>
1252
+<B> Previous:</B> <A NAME="tex2html2352"
1253
+  HREF="node140.html">Credits</A>
1254
+ &nbsp <B>  <A NAME="tex2html2360"
1255
+  HREF="node1.html">Contents</A></B> 
1256
+<!--End of Navigation Panel-->
1257
+<ADDRESS>
1258
+Tomasz Kojm
1259
+2005-02-06
1260
+</ADDRESS>
1261
+</BODY>
1262
+</HTML>
0 1263
new file mode 100644
... ...
@@ -0,0 +1,525 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Contributors</TITLE>
10
+<META NAME="description" CONTENT="Contributors">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node143.html">
22
+<LINK REL="previous" HREF="node141.html">
23
+<LINK REL="up" HREF="node140.html">
24
+<LINK REL="next" HREF="node143.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html2373"
30
+  HREF="node143.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html2369"
33
+  HREF="node140.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html2363"
36
+  HREF="node141.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html2371"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html2374"
43
+  HREF="node143.html">Donors</A>
44
+<B> Up:</B> <A NAME="tex2html2370"
45
+  HREF="node140.html">Credits</A>
46
+<B> Previous:</B> <A NAME="tex2html2364"
47
+  HREF="node141.html">Database mirrors</A>
48
+ &nbsp <B>  <A NAME="tex2html2372"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION000102000000000000000">
55
+Contributors</A>
56
+</H2>
57
+    The following people contributed to our project in some way (providing
58
+    patches, bug reports, technical support, documentation, good ideas...):
59
+    
60
+<UL>
61
+<LI>Sergey Y. Afonin &lt;asy*kraft-s.ru&gt;
62
+</LI>
63
+<LI>Robert Allerstorfer &lt;roal*anet.at&gt;
64
+</LI>
65
+<LI>Claudio Alonso &lt;cfalonso*yahoo.com&gt;
66
+</LI>
67
+<LI>Kamil Andrusz &lt;wizz*mniam.net&gt;
68
+</LI>
69
+<LI>Jean-Edouard Babin &lt;Jeb*jeb.com.fr&gt;
70
+</LI>
71
+<LI>Marc Baudoin &lt;babafou*babafou.eu.org&gt;
72
+</LI>
73
+<LI>Scott Beck &lt;sbeck*gossamer-threads.com&gt;
74
+</LI>
75
+<LI>Rolf Eike Beer &lt;eike*mail.math.uni-mannheim.de&gt;
76
+</LI>
77
+<LI>Rene Bellora &lt;rbellora*tecnoaccion.com.ar&gt;
78
+</LI>
79
+<LI>Carlo Marcelo Arenas Belon &lt;carenas*sajinet.com.pe&gt;
80
+</LI>
81
+<LI>Hilko Bengen &lt;bengen*vdst-ka.inka.de&gt;
82
+</LI>
83
+<LI>Hank Beatty &lt;hbeatty*starband.net&gt;
84
+</LI>
85
+<LI>Patrick Bihan-Faou &lt;patrick*mindstep.com&gt;
86
+</LI>
87
+<LI>Martin Blapp &lt;mb*imp.ch&gt;
88
+</LI>
89
+<LI>Dale Blount &lt;dale*velocity.net&gt;
90
+</LI>
91
+<LI>Oliver Brandmueller &lt;ob*e-Gitt.NET&gt;
92
+</LI>
93
+<LI>Boguslaw Brandys &lt;brandys*o2.pl&gt;
94
+</LI>
95
+<LI>Igor Brezac &lt;igor*ipass.net&gt;
96
+</LI>
97
+<LI>Mike Brudenell &lt;pmb1*york.ac.uk&gt;
98
+</LI>
99
+<LI>Brian Bruns &lt;bruns*2mbit.com&gt;
100
+</LI>
101
+<LI>Len Budney &lt;lbudney*pobox.com&gt;
102
+</LI>
103
+<LI>Matt Butt &lt;mattb*cre8tiv.com&gt;
104
+</LI>
105
+<LI>Christopher X. Candreva &lt;chris*westnet.com&gt;
106
+</LI>
107
+<LI>Eric I. Lopez Carreon &lt;elopezc*technitrade.com&gt;
108
+</LI>
109
+<LI>Ales Casar &lt;casar*uni-mb.si&gt;
110
+</LI>
111
+<LI>Andrey Cherezov &lt;andrey*cherezov.koenig.su&gt;
112
+</LI>
113
+<LI>Alex Cherney &lt;alex*cher.id.au&gt;
114
+</LI>
115
+<LI>Tom G. Christensen &lt;tgc*statsbiblioteket.dk&gt;
116
+</LI>
117
+<LI>Nicholas Chua &lt;nicholas*ncmbox.net&gt;
118
+</LI>
119
+<LI>Chris Conn &lt;cconn*abacom.com&gt;
120
+</LI>
121
+<LI>Christoph Cordes &lt;ib*precompiled.de&gt;
122
+</LI>
123
+<LI>Ole Craig &lt;olc*cs.umass.edu&gt;
124
+</LI>
125
+<LI>Eugene Crosser &lt;crosser*rol.ru&gt;
126
+</LI>
127
+<LI>Damien Curtain &lt;damien*pagefault.org&gt;
128
+</LI>
129
+<LI>Krisztian Czako &lt;slapic*linux.co.hu&gt;
130
+</LI>
131
+<LI>Diego d'Ambra &lt;da*softcom.dk&gt;
132
+</LI>
133
+<LI>Michael Dankov &lt;misha*btrc.ru&gt;
134
+</LI>
135
+<LI>Yuri Dario &lt;mc6530*mclink.it&gt;
136
+</LI>
137
+<LI>David &lt;djgardner*users.sourceforge.net&gt;
138
+</LI>
139
+<LI>Maxim Dounin &lt;mdounin*rambler-co.ru&gt;
140
+</LI>
141
+<LI>Alejandro Dubrovsky &lt;s328940*student.uq.edu.au&gt;
142
+</LI>
143
+<LI>James P. Dugal &lt;jpd*louisiana.edu&gt;
144
+</LI>
145
+<LI>Magnus Ekdahl &lt;magnus*debian.org&gt;
146
+</LI>
147
+<LI>Mehmet Ekiz &lt;ekizm*tbmm.gov.tr&gt;
148
+</LI>
149
+<LI>Jens Elkner &lt;elkner*linofee.org&gt;
150
+</LI>
151
+<LI>Fred van Engen &lt;fred*wooha.org&gt;
152
+</LI>
153
+<LI>Jason Englander &lt;jason*englanders.cc&gt;
154
+</LI>
155
+<LI>Oden Eriksson &lt;oeriksson*mandrakesoft.com&gt;
156
+</LI>
157
+<LI>Andy Fiddaman &lt;af*jeamland.org&gt;
158
+</LI>
159
+<LI>Edison Figueira Junior &lt;edison*brc.com.br&gt;
160
+</LI>
161
+<LI>David Ford &lt;david+cert*blue-labs.org&gt;
162
+</LI>
163
+<LI>Martin Forssen &lt;maf*appgate.com&gt;
164
+</LI>
165
+<LI>Brian J. France &lt;list*firehawksystems.com&gt;
166
+</LI>
167
+<LI>Free Oscar &lt;freeoscar*wp.pl&gt;
168
+</LI>
169
+<LI>Martin Fuxa &lt;yeti*email.cz&gt;
170
+</LI>
171
+<LI>Piotr Gackiewicz &lt;gacek*intertele.pl&gt;
172
+</LI>
173
+<LI>Jeremy Garcia &lt;jeremy*linuxquestions.org&gt;
174
+</LI>
175
+<LI>Dean Gaudet &lt;dean-clamav*arctic.org&gt;
176
+</LI>
177
+<LI>Michel Gaudet &lt;Michel.Gaudet*ehess.fr&gt;
178
+</LI>
179
+<LI>Philippe Gay &lt;ph.gay*free.fr&gt;
180
+</LI>
181
+<LI>Nick Gazaloff &lt;nick*sbin.org&gt;
182
+</LI>
183
+<LI>Geoff Gibbs &lt;ggibbs*hgmp.mrc.ac.uk&gt;
184
+</LI>
185
+<LI>Luca 'NERvOus' Gibelli &lt;nervous*nervous.it&gt;
186
+</LI>
187
+<LI>Scott Gifford &lt;sgifford*suspectclass.com&gt;
188
+</LI>
189
+<LI>Wieslaw Glod &lt;wkg*x2.pl&gt;
190
+</LI>
191
+<LI>Stephen Gran &lt;steve*lobefin.net&gt;
192
+</LI>
193
+<LI>Matthew A. Grant &lt;grantma*anathoth.gen.nz&gt;
194
+</LI>
195
+<LI>Christophe Grenier &lt;grenier*cgsecurity.org&gt;
196
+</LI>
197
+<LI>Marek Gutkowski &lt;hobbit*core.segfault.pl&gt;
198
+</LI>
199
+<LI>Jason Haar &lt;Jason.Haar*trimble.co.nz&gt;
200
+</LI>
201
+<LI>Hrvoje Habjanic &lt;hrvoje.habjanic*zg.hinet.hr&gt;
202
+</LI>
203
+<LI>Michal Hajduczenia &lt;michalis*mat.uni.torun.pl&gt;
204
+</LI>
205
+<LI>Jean-Christophe Heger &lt;jcheger*acytec.com&gt;
206
+</LI>
207
+<LI>Martin Heinz &lt;Martin*hemag.ch&gt;
208
+</LI>
209
+<LI>Anders Herbjornsen &lt;andersh*gar.no&gt;
210
+</LI>
211
+<LI>Paul Hoadley &lt;paulh*logixsquad.net&gt;
212
+</LI>
213
+<LI>Robert Hogan &lt;robert*roberthogan.net&gt;
214
+</LI>
215
+<LI>Przemyslaw Holowczyc &lt;doozer*skc.com.pl&gt;
216
+</LI>
217
+<LI>Thomas W. Holt Jr. &lt;twh*cohesive.net&gt;
218
+</LI>
219
+<LI>James F.  Hranicky &lt;jfh*cise.ufl.edu&gt;
220
+</LI>
221
+<LI>Douglas J Hunley &lt;doug*hunley.homeip.net&gt;
222
+</LI>
223
+<LI>Kurt Huwig &lt;kurt*iku-netz.de&gt;
224
+</LI>
225
+<LI>Andy Igoshin &lt;ai*vsu.ru&gt;
226
+</LI>
227
+<LI>Michal Jaegermann &lt;michal*harddata.com&gt;
228
+</LI>
229
+<LI>Jay &lt;sysop-clamav*coronastreet.net&gt;
230
+</LI>
231
+<LI>Stephane Jeannenot &lt;stephane.jeannenot*wanadoo.fr&gt;
232
+</LI>
233
+<LI>Dave Jones &lt;dave*kalkbay.co.za&gt;
234
+</LI>
235
+<LI>Jesper Juhl &lt;juhl*dif.dk&gt;
236
+</LI>
237
+<LI>Alex Kah &lt;alex*narfonix.com&gt;
238
+</LI>
239
+<LI>Stefan Kaltenbrunner &lt;stefan*kaltenbrunner.cc&gt;
240
+</LI>
241
+<LI>Lloyd Kamara &lt;l.kamara*imperial.ac.uk&gt;
242
+</LI>
243
+<LI>Kazuhiko &lt;kazuhiko*fdiary.net&gt;
244
+</LI>
245
+<LI>Tomasz Klim &lt;tomek*euroneto.pl&gt;
246
+</LI>
247
+<LI>Robbert Kouprie &lt;robbert*exx.nl&gt;
248
+</LI>
249
+<LI>Martin Kraft &lt;martin.kraft*fal.de&gt;
250
+</LI>
251
+<LI>Petr Kristof &lt;Kristof.P*fce.vutbr.cz&gt;
252
+</LI>
253
+<LI>Henk Kuipers &lt;henk*opensourcesolutions.nl&gt;
254
+</LI>
255
+<LI>Nigel Kukard &lt;nkukard*lbsd.net&gt;
256
+</LI>
257
+<LI>Dr Andrzej Kurpiel &lt;akurpiel*mat.uni.torun.pl&gt;
258
+</LI>
259
+<LI>Mark Kushinsky &lt;mark*mdspc.com&gt;
260
+</LI>
261
+<LI>Mike Lambert &lt;lambert*jeol.com&gt;
262
+</LI>
263
+<LI>Thomas Lamy &lt;Thomas.Lamy*in-online.net&gt;
264
+</LI>
265
+<LI>Marty Lee &lt;marty*maui.co.uk&gt;
266
+</LI>
267
+<LI>Dennis Leeuw &lt;dleeuw*made-it.com&gt;
268
+</LI>
269
+<LI>Martin Lesser &lt;admin-debian*bettercom.de&gt;
270
+</LI>
271
+<LI>Peter N Lewis &lt;peter*stairways.com.au&gt;
272
+</LI>
273
+<LI>Matt Leyda &lt;mfleyda*e-one.com&gt;
274
+</LI>
275
+<LI>James Lick &lt;jlick*drivel.com&gt;
276
+</LI>
277
+<LI>Mike Loewen &lt;mloewen*sturgeon.cac.psu.edu&gt;
278
+</LI>
279
+<LI>Roger Lucas &lt;roger*planbit.co.uk&gt;
280
+</LI>
281
+<LI>Richard Lyons &lt;frob-clamav*webcentral.com.au&gt;
282
+</LI>
283
+<LI>David S. Madole &lt;david*madole.net&gt;
284
+</LI>
285
+<LI>Thomas Madsen &lt;tm*softcom.dk&gt;
286
+</LI>
287
+<LI>Bill Maidment &lt;bill*maidment.com.au&gt;
288
+</LI>
289
+<LI>Joe Maimon &lt;jmaimon*ttec.com&gt;
290
+</LI>
291
+<LI>Andrey V. Malyshev &lt;amal*krasn.ru&gt;
292
+</LI>
293
+<LI>Stefan Martig &lt;sm*officeco.ch&gt;
294
+</LI>
295
+<LI>Alexander Marx &lt;mad-ml*madness.at&gt;
296
+</LI>
297
+<LI>Andreas Marx (<TT><A NAME="tex2html225"
298
+  HREF="http://www.av-test.org/">http://www.av-test.org/</A></TT>)
299
+</LI>
300
+<LI>Chris Masters &lt;cmasters*insl.co.uk&gt;
301
+</LI>
302
+<LI>Fletcher Mattox &lt;fletcher*cs.utexas.edu&gt;
303
+</LI>
304
+<LI>Serhiy V. Matveyev &lt;matveyev*uatele.com&gt;
305
+</LI>
306
+<LI>Reinhard Max &lt;max*suse.de&gt;
307
+</LI>
308
+<LI>Brian May &lt;bam*debian.org&gt;
309
+</LI>
310
+<LI>Ken McKittrick &lt;klmac*usadatanet.com&gt;
311
+</LI>
312
+<LI>Chris van Meerendonk &lt;cvm*castel.nl&gt;
313
+</LI>
314
+<LI>Andrey J. Melnikoff &lt;temnota*kmv.ru&gt;
315
+</LI>
316
+<LI>Damian Menscher &lt;menscher*uiuc.edu&gt;
317
+</LI>
318
+<LI>Arkadiusz Miskiewicz &lt;misiek*pld-linux.org&gt;
319
+</LI>
320
+<LI>Ted Mittelstaedt &lt;tedm*toybox.placo.com&gt;
321
+</LI>
322
+<LI>Mark Mielke &lt;mark*mark.mielke.cc&gt;
323
+</LI>
324
+<LI>Jo Mills &lt;Jonathan.Mills*frequentis.com&gt;
325
+</LI>
326
+<LI>Dustin Mollo &lt;dustin.mollo*sonoma.edu&gt;
327
+</LI>
328
+<LI>Remi Mommsen &lt;remigius.mommsen*cern.ch&gt;
329
+</LI>
330
+<LI>Doug Monroe &lt;doug*planetconnect.com&gt;
331
+</LI>
332
+<LI>Alex S Moore &lt;asmoore*edge.net&gt;
333
+</LI>
334
+<LI>Dirk Mueller &lt;mueller*kde.org&gt;
335
+</LI>
336
+<LI>Flinn Mueller&lt;flinn*activeintra.net&gt;
337
+</LI>
338
+<LI>Hendrik Muhs &lt;Hendrik.Muhs*student.uni-magdeburg.de&gt;
339
+</LI>
340
+<LI>Simon Munton &lt;simon*munton.demon.co.uk&gt;
341
+</LI>
342
+<LI>Farit Nabiullin <TT><A NAME="tex2html226"
343
+  HREF="http://program.farit.ru/">http://program.farit.ru/</A></TT>
344
+</LI>
345
+<LI>Nemosoft Unv. &lt;nemosoft*smcc.demon.nl&gt;
346
+</LI>
347
+<LI>Wojciech Noworyta &lt;wnow*konarski.edu.pl&gt;
348
+</LI>
349
+<LI>Jorgen Norgaard &lt;jnp*anneli.dk&gt;
350
+</LI>
351
+<LI>Fajar A. Nugraha &lt;fajar*telkom.co.id&gt;
352
+</LI>
353
+<LI>Joe Oaks &lt;joe.oaks*hp.com&gt;
354
+</LI>
355
+<LI>Washington Odhiambo &lt;wash*wananchi.com&gt;
356
+</LI>
357
+<LI>Masaki Ogawa &lt;proc*mac.com&gt;
358
+</LI>
359
+<LI>Phil Oleson &lt;oz*nixil.net&gt;
360
+</LI>
361
+<LI>Jan Ondrej &lt;ondrejj*salstar.sk&gt;
362
+</LI>
363
+<LI>Martijn van Oosterhout &lt;kleptog*svana.org&gt;
364
+</LI>
365
+<LI>OpenAntiVirus Team (<TT><A NAME="tex2html227"
366
+  HREF="http://www.OpenAntiVirus.org/">http://www.OpenAntiVirus.org/</A></TT>)
367
+</LI>
368
+<LI>Tomasz Papszun &lt;tomek*lodz.tpsa.pl&gt;
369
+</LI>
370
+<LI>Eric Parsonage &lt;eric*eparsonage.com&gt;
371
+</LI>
372
+<LI>Oliver Paukstadt &lt;pstadt*stud.fh-heilbronn.de&gt;
373
+</LI>
374
+<LI>Christian Pelissier &lt;Christian.Pelissier*onera.fr&gt;
375
+</LI>
376
+<LI>Rudolph Pereira &lt;r.pereira*isu.usyd.edu.au&gt;
377
+</LI>
378
+<LI>Ed Phillips &lt;ed*UDel.Edu&gt;
379
+</LI>
380
+<LI>Andreas Piesk &lt;Andreas.Piesk*heise.de&gt;
381
+</LI>
382
+<LI>Mark Pizzolato &lt;clamav-devel*subscriptions.pizzolato.net&gt;
383
+</LI>
384
+<LI>Alex Pleiner &lt;pleiner*zeitform.de&gt;
385
+</LI>
386
+<LI>Ant La Porte &lt;ant*dvere.net&gt;
387
+</LI>
388
+<LI>Jef Poskanzer &lt;jef*acme.com&gt;
389
+</LI>
390
+<LI>Christophe Poujol &lt;Christophe.Poujol*atosorigin.com&gt;
391
+</LI>
392
+<LI>Sergei Pronin &lt;sp*finndesign.fi&gt;
393
+</LI>
394
+<LI>Thomas Quinot &lt;thomas*cuivre.fr.eu.org&gt;
395
+</LI>
396
+<LI>Ed Ravin &lt;eravin*panix.com&gt;
397
+</LI>
398
+<LI>Brian A. Reiter &lt;breiter*wolfereiter.com&gt;
399
+</LI>
400
+<LI>Rupert Roesler-Schmidt &lt;r.roesler-schmidt*uplink.at&gt;
401
+</LI>
402
+<LI>David Sanchez &lt;dsanchez*veloxia.com&gt;
403
+</LI>
404
+<LI>David Santinoli &lt;david*santinoli.com&gt;
405
+</LI>
406
+<LI>Vijay Sarvepalli &lt;vssarvep*office.uncg.edu&gt;
407
+</LI>
408
+<LI>Martin Schitter
409
+</LI>
410
+<LI>Theo Schlossnagle &lt;jesus*omniti.com&gt;
411
+</LI>
412
+<LI>Enrico Scholz &lt;enrico.scholz*informatik.tu-chemnitz.de&gt;
413
+</LI>
414
+<LI>Karina Schwarz &lt;k.schwarz*uplink.at&gt;
415
+</LI>
416
+<LI>Scsi &lt;scsi*softland.ru&gt;
417
+</LI>
418
+<LI>Dr Matthew J Seaman &lt;m.seaman*infracaninophile.co.uk&gt;
419
+</LI>
420
+<LI>Hector M. Rulot Segovia &lt;Hector.Rulot*uv.es&gt;
421
+</LI>
422
+<LI>Omer Faruk Sen &lt;ofsen*enderunix.org&gt;
423
+</LI>
424
+<LI>Sergey &lt;a_s_y*sama.ru&gt;
425
+</LI>
426
+<LI>Tuomas Silen &lt;tuomas.silen*nodeta.fi&gt;
427
+</LI>
428
+<LI>Al Smith &lt;ajs+clamav*aeschi.ch.eu.org&gt;
429
+</LI>
430
+<LI>Kevin Spicer &lt;kevin*kevinspicer.co.uk&gt;
431
+</LI>
432
+<LI>Ole Stanstrup &lt;ole*stanstrup.dk&gt;
433
+</LI>
434
+<LI>Adam Stein &lt;adam*scan.mc.xerox.com&gt;
435
+</LI>
436
+<LI>Steve &lt;steveb*webtribe.net&gt;
437
+</LI>
438
+<LI>Richard Stevenson &lt;richard*endace.com&gt;
439
+</LI>
440
+<LI>Sven Strickroth &lt;sstrickroth*gym-oha.de&gt;
441
+</LI>
442
+<LI>Matt Sullivan &lt;matt*sullivan.gen.nz&gt;
443
+</LI>
444
+<LI>Dr Zbigniew Szewczak &lt;zssz*mat.uni.torun.pl&gt;
445
+</LI>
446
+<LI>Joe Talbott &lt;josepht*cstone.net&gt;
447
+</LI>
448
+<LI>Gernot Tenchio &lt;g.tenchio*telco-tech.de&gt;
449
+</LI>
450
+<LI>Masahiro Teramoto &lt;markun*onohara.to&gt;
451
+</LI>
452
+<LI>Ryan Thompson &lt;clamav*sasknow.com&gt;
453
+</LI>
454
+<LI>Yar Tikhiy &lt;yar*comp.chem.msu.su&gt;
455
+</LI>
456
+<LI>Michael L. Torrie &lt;torriem*chem.byu.edu&gt;
457
+</LI>
458
+<LI>Trashware &lt;trashware*gmx.net&gt;
459
+</LI>
460
+<LI>Matthew Trent &lt;mtrent*localaccess.com&gt;
461
+</LI>
462
+<LI>Reini Urban &lt;rurban*x-ray.at&gt;
463
+</LI>
464
+<LI>Daniel Mario Vega &lt;dv5a*dc.uba.ar&gt;
465
+</LI>
466
+<LI>Laurent Wacrenier &lt;lwa*teaser.fr&gt;
467
+</LI>
468
+<LI>Charlie Watts &lt;cewatts*brainstorminternet.net&gt;
469
+</LI>
470
+<LI>Nicklaus Wicker &lt;n.wicker*cnk-networks.de&gt;
471
+</LI>
472
+<LI>David Woakes &lt;david*mitredata.co.uk&gt;
473
+</LI>
474
+<LI>Troy Wollenslegel &lt;troy*intranet.org&gt;
475
+</LI>
476
+<LI>ST Wong &lt;st-wong*cuhk.edu.hk&gt;
477
+</LI>
478
+<LI>Dale Woolridge &lt;dwoolridge*drh.net&gt;
479
+</LI>
480
+<LI>David Wu &lt;dyw*iohk.com&gt;
481
+</LI>
482
+<LI>Takumi Yamane &lt;yamtak*b-session.com&gt;
483
+</LI>
484
+<LI>Youza Youzovic &lt;youza*post.cz&gt;
485
+</LI>
486
+<LI>Leonid Zeitlin &lt;lz*europe.com&gt;
487
+</LI>
488
+<LI>ZMan Z. &lt;x86zman*go-a-way.dyndns.org&gt;
489
+</LI>
490
+<LI>Andoni Zubimendi &lt;andoni*lpsat.net&gt;
491
+</LI>
492
+</UL>
493
+
494
+<P>
495
+<HR>
496
+<!--Navigation Panel-->
497
+<A NAME="tex2html2373"
498
+  HREF="node143.html">
499
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
500
+<A NAME="tex2html2369"
501
+  HREF="node140.html">
502
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
503
+<A NAME="tex2html2363"
504
+  HREF="node141.html">
505
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
506
+<A NAME="tex2html2371"
507
+  HREF="node1.html">
508
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
509
+<BR>
510
+<B> Next:</B> <A NAME="tex2html2374"
511
+  HREF="node143.html">Donors</A>
512
+<B> Up:</B> <A NAME="tex2html2370"
513
+  HREF="node140.html">Credits</A>
514
+<B> Previous:</B> <A NAME="tex2html2364"
515
+  HREF="node141.html">Database mirrors</A>
516
+ &nbsp <B>  <A NAME="tex2html2372"
517
+  HREF="node1.html">Contents</A></B> 
518
+<!--End of Navigation Panel-->
519
+<ADDRESS>
520
+Tomasz Kojm
521
+2005-02-06
522
+</ADDRESS>
523
+</BODY>
524
+</HTML>
0 525
new file mode 100644
... ...
@@ -0,0 +1,331 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Donors</TITLE>
10
+<META NAME="description" CONTENT="Donors">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node144.html">
22
+<LINK REL="previous" HREF="node142.html">
23
+<LINK REL="up" HREF="node140.html">
24
+<LINK REL="next" HREF="node144.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html2385"
30
+  HREF="node144.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html2381"
33
+  HREF="node140.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html2375"
36
+  HREF="node142.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html2383"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html2386"
43
+  HREF="node144.html">Graphics</A>
44
+<B> Up:</B> <A NAME="tex2html2382"
45
+  HREF="node140.html">Credits</A>
46
+<B> Previous:</B> <A NAME="tex2html2376"
47
+  HREF="node142.html">Contributors</A>
48
+ &nbsp <B>  <A NAME="tex2html2384"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION000103000000000000000">
55
+Donors</A>
56
+</H2>
57
+    We've received financial support from: (in alphabetical order)
58
+    
59
+<UL>
60
+<LI>ActiveIntra.net Inc. (<TT><A NAME="tex2html228"
61
+  HREF="http://www.activeintra.net/">http://www.activeintra.net/</A></TT>)
62
+</LI>
63
+<LI>Advance Healthcare Group (<TT><A NAME="tex2html229"
64
+  HREF="http://www.ahgl.com.au/">http://www.ahgl.com.au/</A></TT>)
65
+</LI>
66
+<LI>American Computer &amp; Electronic Services Corp. (<TT><A NAME="tex2html230"
67
+  HREF="http://www.acesnw.com/">http://www.acesnw.com/</A></TT>)
68
+</LI>
69
+<LI>Anonymous donor from Colorado, US
70
+</LI>
71
+<LI>Atlas College (<TT><A NAME="tex2html231"
72
+  HREF="http://www.atlascollege.nl/">http://www.atlascollege.nl/</A></TT>)
73
+</LI>
74
+<LI>AWD Online (<TT><A NAME="tex2html232"
75
+  HREF="http://www.awdonline.com/">http://www.awdonline.com/</A></TT>)
76
+</LI>
77
+<LI>Bear and Bear Consulting, Inc. (<TT><A NAME="tex2html233"
78
+  HREF="http://www.bear-consulting.com/">http://www.bear-consulting.com/</A></TT>)
79
+</LI>
80
+<LI>Aaron Begley
81
+</LI>
82
+<LI>Craig H. Block
83
+</LI>
84
+<LI>Norman E. Brake, Jr.
85
+</LI>
86
+<LI>cedarcreeksoftware.com (<TT><A NAME="tex2html234"
87
+  HREF="http://www.cedarcreeksoftware.com/">http://www.cedarcreeksoftware.com/</A></TT>)
88
+</LI>
89
+<LI>Thanos Chatziathanassiou
90
+</LI>
91
+<LI>Cheahch from Singapore
92
+</LI>
93
+<LI>Conexim Australia - business web hosting (<TT><A NAME="tex2html235"
94
+  HREF="http://www.conexim.com.au">http://www.conexim.com.au</A></TT>)
95
+</LI>
96
+<LI>Joe Cooper
97
+</LI>
98
+<LI>Steve Donegan (<TT><A NAME="tex2html236"
99
+  HREF="http://www.donegan.org/">http://www.donegan.org/</A></TT>)
100
+</LI>
101
+<LI>Dynamic Network Services, Inc (<TT><A NAME="tex2html237"
102
+  HREF="http://www.dyndns.org/">http://www.dyndns.org/</A></TT>)
103
+</LI>
104
+<LI>Electric Embers (<TT><A NAME="tex2html238"
105
+  HREF="http://electricembers.net">http://electricembers.net</A></TT>)
106
+</LI>
107
+<LI>Epublica
108
+</LI>
109
+<LI>Bernhard Erdmann
110
+</LI>
111
+<LI>David Eriksson (<TT><A NAME="tex2html239"
112
+  HREF="http://www.2good.nu/">http://www.2good.nu/</A></TT>)
113
+</LI>
114
+<LI>Philip Ershler
115
+</LI>
116
+<LI>Explido Software USA Inc. (<TT><A NAME="tex2html240"
117
+  HREF="http://www.explido.us/">http://www.explido.us/</A></TT>)
118
+</LI>
119
+<LI>David Farrick
120
+</LI>
121
+<LI>Jim Feldman
122
+</LI>
123
+<LI>Petr Ferschmann (<TT><A NAME="tex2html241"
124
+  HREF="http://petr.ferschmann.cz/">http://petr.ferschmann.cz/</A></TT>)
125
+</LI>
126
+<LI>Andries Filmer (<TT><A NAME="tex2html242"
127
+  HREF="http://www.netexpo.nl/">http://www.netexpo.nl/</A></TT>)
128
+</LI>
129
+<LI>The Free Shopping Cart people (<TT><A NAME="tex2html243"
130
+  HREF="http://www.precisionweb.net/">http://www.precisionweb.net/</A></TT>)
131
+</LI>
132
+<LI>Paul Freeman
133
+</LI>
134
+<LI>Jack Fung
135
+</LI>
136
+<LI>Paolo Galeazzi
137
+</LI>
138
+<LI>GANDI (<TT><A NAME="tex2html244"
139
+  HREF="http://www.gandi.net/">http://www.gandi.net/</A></TT>)
140
+</LI>
141
+<LI>Jeremy Garcia (<TT><A NAME="tex2html245"
142
+  HREF="http://www.linuxquestions.org/">http://www.linuxquestions.org/</A></TT>)
143
+</LI>
144
+<LI>GBC Internet Service Center GmbH (<TT><A NAME="tex2html246"
145
+  HREF="http://www.gbc.net/">http://www.gbc.net/</A></TT>)
146
+</LI>
147
+<LI>GCS Tech (<TT><A NAME="tex2html247"
148
+  HREF="http://www.gcstech.net/">http://www.gcstech.net/</A></TT>)
149
+</LI>
150
+<LI>GHRS (<TT><A NAME="tex2html248"
151
+  HREF="http://www.ghrshotels.com/">http://www.ghrshotels.com/</A></TT>)
152
+</LI>
153
+<LI>Todd Goodman
154
+</LI>
155
+<LI>Bill Gradwohl (<TT><A NAME="tex2html249"
156
+  HREF="http://www.ycc.com/">http://www.ycc.com/</A></TT>)
157
+</LI>
158
+<LI>Grain-of-Salt Consulting
159
+</LI>
160
+<LI>Terje Gravvold
161
+</LI>
162
+<LI>Hart Computer (<TT><A NAME="tex2html250"
163
+  HREF="http://www.hart.co.jp/">http://www.hart.co.jp/</A></TT>)
164
+</LI>
165
+<LI>Hosting Metro LLC (<TT><A NAME="tex2html251"
166
+  HREF="http://www.hostingmetro.com/">http://www.hostingmetro.com/</A></TT>)
167
+</LI>
168
+<LI>IDEAL Software GmbH (<TT><A NAME="tex2html252"
169
+  HREF="http://www.IdealSoftware.com/">http://www.IdealSoftware.com/</A></TT>)
170
+</LI>
171
+<LI>Industry Standard Computers (<TT><A NAME="tex2html253"
172
+  HREF="http://www.ISCnetwork.com/">http://www.ISCnetwork.com/</A></TT>)
173
+</LI>
174
+<LI>Invisik Corporation (<TT><A NAME="tex2html254"
175
+  HREF="http://www.invisik.com/">http://www.invisik.com/</A></TT>)
176
+</LI>
177
+<LI>Craig Jackson
178
+</LI>
179
+<LI>Stuart Jones
180
+</LI>
181
+<LI>Jason Judge
182
+</LI>
183
+<LI>Keith (<TT><A NAME="tex2html255"
184
+  HREF="http://www.textpad.com/">http://www.textpad.com/</A></TT>)
185
+</LI>
186
+<LI>Brad Koehn
187
+</LI>
188
+<LI>Logic Partners Inc. (<TT><A NAME="tex2html256"
189
+  HREF="http://www.logicpartners.com/">http://www.logicpartners.com/</A></TT>)
190
+</LI>
191
+<LI>Mark Lotspaih (<TT><A NAME="tex2html257"
192
+  HREF="http://www.lotcom.org/">http://www.lotcom.org/</A></TT>)
193
+</LI>
194
+<LI>Michel Machado (<TT><A NAME="tex2html258"
195
+  HREF="http://oss.digirati.com.br/">http://oss.digirati.com.br/</A></TT>)
196
+</LI>
197
+<LI>Olivier Marechal
198
+</LI>
199
+<LI>Midcoast Internet Solutions
200
+</LI>
201
+<LI>Mimecast (<TT><A NAME="tex2html259"
202
+  HREF="http://www.mimecast.com/">http://www.mimecast.com/</A></TT>)
203
+</LI>
204
+<LI>Kazuhiro Miyaji
205
+</LI>
206
+<LI>Bozidar Mladenovic
207
+</LI>
208
+<LI>Paul Morgan
209
+</LI>
210
+<LI>Tomas Morkus
211
+</LI>
212
+<LI>Michael Nolan (<TT><A NAME="tex2html260"
213
+  HREF="http://www.michaelnolan.co.uk/">http://www.michaelnolan.co.uk/</A></TT>)
214
+</LI>
215
+<LI>Oneworkspace.com (<TT><A NAME="tex2html261"
216
+  HREF="http://www.oneworkspace.com/">http://www.oneworkspace.com/</A></TT>)
217
+</LI>
218
+<LI>Origin Solutions (<TT><A NAME="tex2html262"
219
+  HREF="http://www.originsolutions.com.au/">http://www.originsolutions.com.au/</A></TT>)
220
+</LI>
221
+<LI>outermedia GmbH (<TT><A NAME="tex2html263"
222
+  HREF="http://www.outermedia.de/">http://www.outermedia.de/</A></TT>)
223
+</LI>
224
+<LI>Alexander Panzhin
225
+</LI>
226
+<LI>Dan Pelleg
227
+</LI>
228
+<LI>Thodoris Pitikaris
229
+</LI>
230
+<LI>Paul Rantin
231
+</LI>
232
+<LI>Luke Reeves (<TT><A NAME="tex2html264"
233
+  HREF="http://www.neuro-tech.net/">http://www.neuro-tech.net/</A></TT>)
234
+</LI>
235
+<LI>RHX (<TT><A NAME="tex2html265"
236
+  HREF="http://www.rhx.it/">http://www.rhx.it/</A></TT>)
237
+</LI>
238
+<LI>Stefano Rizzetto
239
+</LI>
240
+<LI>Roaring Penguin Software Inc. (<TT><A NAME="tex2html266"
241
+  HREF="http://www.roaringpenguin.com/">http://www.roaringpenguin.com/</A></TT>)
242
+</LI>
243
+<LI>Luke Rosenthal
244
+</LI>
245
+<LI>School of Engineering, University of Pennsylvania (<TT><A NAME="tex2html267"
246
+  HREF="http://www.seas.upenn.edu/">http://www.seas.upenn.edu/</A></TT>)
247
+</LI>
248
+<LI>Tim Scoff
249
+</LI>
250
+<LI>Seattle Server (<TT><A NAME="tex2html268"
251
+  HREF="http://www.seattleserver.com/">http://www.seattleserver.com/</A></TT>)
252
+</LI>
253
+<LI>Software Workshop Inc (<TT><A NAME="tex2html269"
254
+  HREF="http://www.softwareworkshop.com/">http://www.softwareworkshop.com/</A></TT>)
255
+</LI>
256
+<LI>Solutions In A Box (<TT><A NAME="tex2html270"
257
+  HREF="http://www.siab.com.au/">http://www.siab.com.au/</A></TT>)
258
+</LI>
259
+<LI>Stephane Rault
260
+</LI>
261
+<LI>Fernando Augusto Medeiros Silva (<TT><A NAME="tex2html271"
262
+  HREF="http://www.linuxplace.com.br/">http://www.linuxplace.com.br/</A></TT>)
263
+</LI>
264
+<LI>StarBand (<TT><A NAME="tex2html272"
265
+  HREF="http://www.starband.com/">http://www.starband.com/</A></TT>)
266
+</LI>
267
+<LI>Synchro Sistemas de Informacao (<TT><A NAME="tex2html273"
268
+  HREF="http://synchro.com.br/">http://synchro.com.br/</A></TT>)
269
+</LI>
270
+<LI>Sahil Tandon
271
+</LI>
272
+<LI>Brad Tarver
273
+</LI>
274
+<LI>Per Reedtz Thomsen
275
+</LI>
276
+<LI>William Tisdale
277
+</LI>
278
+<LI>Up Time Technology (<TT><A NAME="tex2html274"
279
+  HREF="http://www.uptimetech.com/">http://www.uptimetech.com/</A></TT>)
280
+</LI>
281
+<LI>Ulfi
282
+</LI>
283
+<LI>Jeremy Vanderburg (<TT><A NAME="tex2html275"
284
+  HREF="http://www.jeremytech.com/">http://www.jeremytech.com/</A></TT>)
285
+</LI>
286
+<LI>Webzone Srl (<TT><A NAME="tex2html276"
287
+  HREF="http://www.webzone.it/">http://www.webzone.it/</A></TT>)
288
+</LI>
289
+<LI>Markus Welsch (<TT><A NAME="tex2html277"
290
+  HREF="http://www.linux-corner.net/">http://www.linux-corner.net/</A></TT>)
291
+</LI>
292
+<LI>Nicklaus Wicker
293
+</LI>
294
+<LI>David Williams (<TT><A NAME="tex2html278"
295
+  HREF="http://kayakero.net/">http://kayakero.net/</A></TT>)
296
+    
297
+</LI>
298
+</UL>
299
+
300
+<P>
301
+<HR>
302
+<!--Navigation Panel-->
303
+<A NAME="tex2html2385"
304
+  HREF="node144.html">
305
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
306
+<A NAME="tex2html2381"
307
+  HREF="node140.html">
308
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
309
+<A NAME="tex2html2375"
310
+  HREF="node142.html">
311
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
312
+<A NAME="tex2html2383"
313
+  HREF="node1.html">
314
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
315
+<BR>
316
+<B> Next:</B> <A NAME="tex2html2386"
317
+  HREF="node144.html">Graphics</A>
318
+<B> Up:</B> <A NAME="tex2html2382"
319
+  HREF="node140.html">Credits</A>
320
+<B> Previous:</B> <A NAME="tex2html2376"
321
+  HREF="node142.html">Contributors</A>
322
+ &nbsp <B>  <A NAME="tex2html2384"
323
+  HREF="node1.html">Contents</A></B> 
324
+<!--End of Navigation Panel-->
325
+<ADDRESS>
326
+Tomasz Kojm
327
+2005-02-06
328
+</ADDRESS>
329
+</BODY>
330
+</HTML>
0 331
new file mode 100644
... ...
@@ -0,0 +1,68 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Graphics</TITLE>
10
+<META NAME="description" CONTENT="Graphics">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node145.html">
22
+<LINK REL="previous" HREF="node143.html">
23
+<LINK REL="up" HREF="node140.html">
24
+<LINK REL="next" HREF="node145.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html2397"
30
+  HREF="node145.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html2393"
33
+  HREF="node140.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html2387"
36
+  HREF="node143.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html2395"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html2398"
43
+  HREF="node145.html">OpenAntiVirus</A>
44
+<B> Up:</B> <A NAME="tex2html2394"
45
+  HREF="node140.html">Credits</A>
46
+<B> Previous:</B> <A NAME="tex2html2388"
47
+  HREF="node143.html">Donors</A>
48
+ &nbsp <B>  <A NAME="tex2html2396"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION000104000000000000000">
55
+Graphics</A>
56
+</H2>
57
+    The authors of the nice ClamAV logo (look at the title page) and other
58
+    graphics are Mia Kalenius and Sergei Pronin &lt;sp*finndesign.fi&gt;    from Finndesign <TT><A NAME="tex2html279"
59
+  HREF="http://www.finndesign.fi/">http://www.finndesign.fi/</A></TT>
60
+<P>
61
+<BR><HR>
62
+<ADDRESS>
63
+Tomasz Kojm
64
+2005-02-06
65
+</ADDRESS>
66
+</BODY>
67
+</HTML>
0 68
new file mode 100644
... ...
@@ -0,0 +1,67 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>OpenAntiVirus</TITLE>
10
+<META NAME="description" CONTENT="OpenAntiVirus">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="previous" HREF="node144.html">
22
+<LINK REL="up" HREF="node140.html">
23
+<LINK REL="next" HREF="node146.html">
24
+</HEAD>
25
+
26
+<BODY >
27
+<!--Navigation Panel-->
28
+<A NAME="tex2html2407"
29
+  HREF="node146.html">
30
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
31
+<A NAME="tex2html2403"
32
+  HREF="node140.html">
33
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
34
+<A NAME="tex2html2399"
35
+  HREF="node144.html">
36
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
37
+<A NAME="tex2html2405"
38
+  HREF="node1.html">
39
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
40
+<BR>
41
+<B> Next:</B> <A NAME="tex2html2408"
42
+  HREF="node146.html">Authors</A>
43
+<B> Up:</B> <A NAME="tex2html2404"
44
+  HREF="node140.html">Credits</A>
45
+<B> Previous:</B> <A NAME="tex2html2400"
46
+  HREF="node144.html">Graphics</A>
47
+ &nbsp <B>  <A NAME="tex2html2406"
48
+  HREF="node1.html">Contents</A></B> 
49
+<BR>
50
+<BR>
51
+<!--End of Navigation Panel-->
52
+
53
+<H2><A NAME="SECTION000105000000000000000">
54
+OpenAntiVirus</A>
55
+</H2>
56
+    Our database includes the virus database (about 7000 signatures) from
57
+<BR>    <TT><A NAME="tex2html280"
58
+  HREF="http://OpenAntiVirus.org">http://OpenAntiVirus.org</A></TT>
59
+<P>
60
+<BR><HR>
61
+<ADDRESS>
62
+Tomasz Kojm
63
+2005-02-06
64
+</ADDRESS>
65
+</BODY>
66
+</HTML>
0 67
new file mode 100644
... ...
@@ -0,0 +1,146 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Authors</TITLE>
10
+<META NAME="description" CONTENT="Authors">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node147.html">
22
+<LINK REL="previous" HREF="node140.html">
23
+<LINK REL="up" HREF="clamdoc.html">
24
+<LINK REL="next" HREF="node147.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html2419"
30
+  HREF="node147.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html2415"
33
+  HREF="clamdoc.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html2409"
36
+  HREF="node145.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html2417"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html2420"
43
+  HREF="node147.html">About this document ...</A>
44
+<B> Up:</B> <A NAME="tex2html2416"
45
+  HREF="clamdoc.html">clamdoc</A>
46
+<B> Previous:</B> <A NAME="tex2html2410"
47
+  HREF="node145.html">OpenAntiVirus</A>
48
+ &nbsp <B>  <A NAME="tex2html2418"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H1><A NAME="SECTION000110000000000000000">
55
+Authors</A>
56
+</H1>
57
+
58
+<P>
59
+
60
+<UL>
61
+<LI>aCaB &lt;acab*clamav.net&gt;, Italy
62
+<BR>
63
+Role: virus database maintainer, coder
64
+
65
+<P>
66
+</LI>
67
+<LI>Mike Cathey &lt;mike*clamav.net&gt;, USA
68
+<BR>
69
+Role: co-sysadmin
70
+
71
+<P>
72
+</LI>
73
+<LI>Christoph Cordes &lt;ccordes*clamav.net&gt;, Germany
74
+<BR>
75
+Role: virus database maintainer
76
+
77
+<P>
78
+</LI>
79
+<LI>Diego d'Ambra &lt;diego*clamav.net&gt;, Denmark
80
+<BR>
81
+Role: virus database maintainer
82
+
83
+<P>
84
+</LI>
85
+<LI>Jason Englander &lt;jason*clamav.net&gt;, USA
86
+<BR>
87
+Role: inactive
88
+
89
+<P>
90
+</LI>
91
+<LI>Luca Gibelli &lt;luca*clamav.net&gt;, Italy
92
+<BR>
93
+Role: sysadmin, mirror coordinator
94
+
95
+<P>
96
+</LI>
97
+<LI>Nigel Horne &lt;njh*clamav.net&gt;, United Kingdom
98
+<BR>
99
+Role: coder
100
+
101
+<P>
102
+</LI>
103
+<LI>Tomasz Kojm &lt;tkojm*clamav.net&gt;, Poland
104
+<BR>
105
+Role: project leader, coder, virus database maintainer
106
+
107
+<P>
108
+</LI>
109
+<LI>Thomas Lamy &lt;tlamy*clamav.net&gt;, Germany
110
+<BR>
111
+Role: random hacker
112
+
113
+<P>
114
+</LI>
115
+<LI>Thomas Madsen &lt;tmadsen*clamav.net&gt;, Denmark
116
+<BR>
117
+Role: virus submission management
118
+
119
+<P>
120
+</LI>
121
+<LI>Denis De Messemacker &lt;ddm*clamav.net&gt;, Belgium
122
+<BR>
123
+Role: virus database maintainer
124
+
125
+<P>
126
+</LI>
127
+<LI>Tomasz Papszun &lt;tomek*clamav.net&gt;, Poland
128
+<BR>
129
+Role: virus database maintainer
130
+
131
+<P>
132
+</LI>
133
+<LI>Trog &lt;trog*clamav.net&gt;, United Kingdom
134
+<BR>
135
+Role: coder, virus database maintainer
136
+    
137
+</LI>
138
+</UL>
139
+<BR><HR>
140
+<ADDRESS>
141
+Tomasz Kojm
142
+2005-02-06
143
+</ADDRESS>
144
+</BODY>
145
+</HTML>
0 146
new file mode 100644
... ...
@@ -0,0 +1,74 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>About this document ...</TITLE>
10
+<META NAME="description" CONTENT="About this document ...">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="previous" HREF="node146.html">
22
+<LINK REL="up" HREF="clamdoc.html">
23
+</HEAD>
24
+
25
+<BODY >
26
+<!--Navigation Panel-->
27
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next_g.png"> 
28
+<A NAME="tex2html2425"
29
+  HREF="clamdoc.html">
30
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
31
+<A NAME="tex2html2421"
32
+  HREF="node146.html">
33
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
34
+<A NAME="tex2html2427"
35
+  HREF="node1.html">
36
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
37
+<BR>
38
+<B> Up:</B> <A NAME="tex2html2426"
39
+  HREF="clamdoc.html">clamdoc</A>
40
+<B> Previous:</B> <A NAME="tex2html2422"
41
+  HREF="node146.html">Authors</A>
42
+ &nbsp <B>  <A NAME="tex2html2428"
43
+  HREF="node1.html">Contents</A></B> 
44
+<BR>
45
+<BR>
46
+<!--End of Navigation Panel-->
47
+
48
+<H1><A NAME="SECTION000120000000000000000">
49
+About this document ...</A>
50
+</H1>
51
+ <P>
52
+This document was generated using the
53
+<A HREF="http://www-dsed.llnl.gov/files/programs/unix/latex2html/manual/"><STRONG>LaTeX</STRONG>2<tt>HTML</tt></A> translator Version 99.2beta8 (1.46)
54
+<P>
55
+Copyright &#169; 1993, 1994, 1995, 1996,
56
+<A HREF="http://cbl.leeds.ac.uk/nikos/personal.html">Nikos Drakos</A>, 
57
+Computer Based Learning Unit, University of Leeds.
58
+<BR>
59
+Copyright &#169; 1997, 1998, 1999,
60
+<A HREF="http://www.maths.mq.edu.au/~ross/">Ross Moore</A>, 
61
+Mathematics Department, Macquarie University, Sydney.
62
+<P>
63
+The command line arguments were: <BR>
64
+ <STRONG>latex2html</STRONG> <TT>-local_icons clamdoc.tex</TT>
65
+<P>
66
+The translation was initiated by Tomasz Kojm on 2005-02-06
67
+<BR><HR>
68
+<ADDRESS>
69
+Tomasz Kojm
70
+2005-02-06
71
+</ADDRESS>
72
+</BODY>
73
+</HTML>
0 74
new file mode 100644
... ...
@@ -0,0 +1,70 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Compilation with clamav-milter enabled</TITLE>
10
+<META NAME="description" CONTENT="Compilation with clamav-milter enabled">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="previous" HREF="node14.html">
22
+<LINK REL="up" HREF="node10.html">
23
+<LINK REL="next" HREF="node16.html">
24
+</HEAD>
25
+
26
+<BODY >
27
+<!--Navigation Panel-->
28
+<A NAME="tex2html662"
29
+  HREF="node16.html">
30
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
31
+<A NAME="tex2html658"
32
+  HREF="node10.html">
33
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
34
+<A NAME="tex2html654"
35
+  HREF="node14.html">
36
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
37
+<A NAME="tex2html660"
38
+  HREF="node1.html">
39
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
40
+<BR>
41
+<B> Next:</B> <A NAME="tex2html663"
42
+  HREF="node16.html">Configuration</A>
43
+<B> Up:</B> <A NAME="tex2html659"
44
+  HREF="node10.html">Installation</A>
45
+<B> Previous:</B> <A NAME="tex2html655"
46
+  HREF="node14.html">Compilation of base package</A>
47
+ &nbsp <B>  <A NAME="tex2html661"
48
+  HREF="node1.html">Contents</A></B> 
49
+<BR>
50
+<BR>
51
+<!--End of Navigation Panel-->
52
+
53
+<H2><A NAME="SECTION00045000000000000000">
54
+Compilation with clamav-milter enabled</A>
55
+</H2>
56
+    libmilter and its development files are required. To enable clamav-milter,
57
+    configure ClamAV with
58
+    <PRE>
59
+	$ ./configure --enable-milter
60
+</PRE>
61
+
62
+<P>
63
+<BR><HR>
64
+<ADDRESS>
65
+Tomasz Kojm
66
+2005-02-06
67
+</ADDRESS>
68
+</BODY>
69
+</HTML>
0 70
new file mode 100644
... ...
@@ -0,0 +1,87 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Configuration</TITLE>
10
+<META NAME="description" CONTENT="Configuration">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node23.html">
22
+<LINK REL="previous" HREF="node10.html">
23
+<LINK REL="up" HREF="clamdoc.html">
24
+<LINK REL="next" HREF="node17.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html674"
30
+  HREF="node17.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html670"
33
+  HREF="clamdoc.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html664"
36
+  HREF="node15.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html672"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html675"
43
+  HREF="node17.html">clamd</A>
44
+<B> Up:</B> <A NAME="tex2html671"
45
+  HREF="clamdoc.html">clamdoc</A>
46
+<B> Previous:</B> <A NAME="tex2html665"
47
+  HREF="node15.html">Compilation with clamav-milter enabled</A>
48
+ &nbsp <B>  <A NAME="tex2html673"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H1><A NAME="SECTION00050000000000000000">
55
+Configuration</A>
56
+</H1>
57
+
58
+<P>
59
+<BR><HR>
60
+<!--Table of Child-Links-->
61
+<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
62
+
63
+<UL>
64
+<LI><A NAME="tex2html676"
65
+  HREF="node17.html">clamd</A>
66
+<UL>
67
+<LI><A NAME="tex2html677"
68
+  HREF="node18.html">On-access scanning</A>
69
+</UL>
70
+<LI><A NAME="tex2html678"
71
+  HREF="node19.html">clamav-milter</A>
72
+<LI><A NAME="tex2html679"
73
+  HREF="node20.html">Testing</A>
74
+<LI><A NAME="tex2html680"
75
+  HREF="node21.html">Setting up auto-updating</A>
76
+<LI><A NAME="tex2html681"
77
+  HREF="node22.html">Closest mirrors</A>
78
+</UL>
79
+<!--End of Table of Child-Links-->
80
+<BR><HR>
81
+<ADDRESS>
82
+Tomasz Kojm
83
+2005-02-06
84
+</ADDRESS>
85
+</BODY>
86
+</HTML>
0 87
new file mode 100644
... ...
@@ -0,0 +1,85 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>clamd</TITLE>
10
+<META NAME="description" CONTENT="clamd">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node19.html">
22
+<LINK REL="previous" HREF="node16.html">
23
+<LINK REL="up" HREF="node16.html">
24
+<LINK REL="next" HREF="node18.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html692"
30
+  HREF="node18.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html688"
33
+  HREF="node16.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html682"
36
+  HREF="node16.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html690"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html693"
43
+  HREF="node18.html">On-access scanning</A>
44
+<B> Up:</B> <A NAME="tex2html689"
45
+  HREF="node16.html">Configuration</A>
46
+<B> Previous:</B> <A NAME="tex2html683"
47
+  HREF="node16.html">Configuration</A>
48
+ &nbsp <B>  <A NAME="tex2html691"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION00051000000000000000">
55
+clamd</A>
56
+</H2>
57
+    If you are going to use the daemon, you have to edit the configuration file
58
+    (in other case <code>clamd</code> won't run):
59
+    <PRE>
60
+	$ clamd
61
+	ERROR: Please edit the example config file /etc/clamd.conf.
62
+</PRE>
63
+    This shows the location of the default configuration file. The format and
64
+    options of this file are fully described in the <I>clamd.conf(5)</I>
65
+    manual. The config file is well commented and configuration should be
66
+    straightforward.
67
+
68
+<P>
69
+<BR><HR>
70
+<!--Table of Child-Links-->
71
+<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
72
+
73
+<UL>
74
+<LI><A NAME="tex2html694"
75
+  HREF="node18.html">On-access scanning</A>
76
+</UL>
77
+<!--End of Table of Child-Links-->
78
+<BR><HR>
79
+<ADDRESS>
80
+Tomasz Kojm
81
+2005-02-06
82
+</ADDRESS>
83
+</BODY>
84
+</HTML>
0 85
new file mode 100644
... ...
@@ -0,0 +1,97 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>On-access scanning</TITLE>
10
+<META NAME="description" CONTENT="On-access scanning">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="previous" HREF="node17.html">
22
+<LINK REL="up" HREF="node17.html">
23
+<LINK REL="next" HREF="node19.html">
24
+</HEAD>
25
+
26
+<BODY >
27
+<!--Navigation Panel-->
28
+<A NAME="tex2html703"
29
+  HREF="node19.html">
30
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
31
+<A NAME="tex2html699"
32
+  HREF="node17.html">
33
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
34
+<A NAME="tex2html695"
35
+  HREF="node17.html">
36
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
37
+<A NAME="tex2html701"
38
+  HREF="node1.html">
39
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
40
+<BR>
41
+<B> Next:</B> <A NAME="tex2html704"
42
+  HREF="node19.html">clamav-milter</A>
43
+<B> Up:</B> <A NAME="tex2html700"
44
+  HREF="node17.html">clamd</A>
45
+<B> Previous:</B> <A NAME="tex2html696"
46
+  HREF="node17.html">clamd</A>
47
+ &nbsp <B>  <A NAME="tex2html702"
48
+  HREF="node1.html">Contents</A></B> 
49
+<BR>
50
+<BR>
51
+<!--End of Navigation Panel-->
52
+
53
+<H3><A NAME="SECTION00051100000000000000">
54
+On-access scanning</A>
55
+</H3>
56
+    An interesting feature of <code>clamd</code> is on-access scanning based on the
57
+    Dazuko module, available from <TT><A NAME="tex2html30"
58
+  HREF="http://dazuko.org/">http://dazuko.org/</A></TT>. <B>It is not
59
+    required to run clamd - furthermore, you shouldn't run Dazuko on production
60
+    systems</B>. The special thread in <code>clamd</code> responsible for the
61
+    communication with Dazuko is called "Clamuko" (due to the funny name of
62
+    Dazuko) and it's only supported on Linux and FreeBSD. To compile dazuko
63
+    execute:
64
+    <PRE>
65
+	$ tar zxpvf dazuko-a.b.c.tar.gz
66
+	$ cd dazuko-a.b.c
67
+	$ make dazuko
68
+	or
69
+	$ make dazuko-smp (for smp kernels)
70
+	$ su
71
+	# insmod dazuko.o
72
+	# cp dazuko.o /lib/modules/`uname -r`/misc
73
+	# depmod -a
74
+</PRE>
75
+    Depending on your Linux distribution you have to add a "dazuko" entry to
76
+    <I>/etc/modules</I> or run the module during system's startup by adding
77
+    <PRE>
78
+	modprobe dazuko
79
+</PRE>
80
+    to some startup file. You must also create a new device:
81
+    <PRE>
82
+	$ cat /proc/devices | grep dazuko
83
+	254 dazuko
84
+	$ su -c "mknod -m 600 /dev/dazuko c 254 0"
85
+</PRE>
86
+    Now configure Clamuko in <code>clamd.conf</code> and read the <A HREF="node26.html#clamuko">5.3</A>
87
+    section.
88
+
89
+<P>
90
+<BR><HR>
91
+<ADDRESS>
92
+Tomasz Kojm
93
+2005-02-06
94
+</ADDRESS>
95
+</BODY>
96
+</HTML>
0 97
new file mode 100644
... ...
@@ -0,0 +1,87 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>clamav-milter</TITLE>
10
+<META NAME="description" CONTENT="clamav-milter">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node20.html">
22
+<LINK REL="previous" HREF="node17.html">
23
+<LINK REL="up" HREF="node16.html">
24
+<LINK REL="next" HREF="node20.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html715"
30
+  HREF="node20.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html711"
33
+  HREF="node16.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html705"
36
+  HREF="node18.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html713"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html716"
43
+  HREF="node20.html">Testing</A>
44
+<B> Up:</B> <A NAME="tex2html712"
45
+  HREF="node16.html">Configuration</A>
46
+<B> Previous:</B> <A NAME="tex2html706"
47
+  HREF="node18.html">On-access scanning</A>
48
+ &nbsp <B>  <A NAME="tex2html714"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION00052000000000000000">
55
+clamav-milter</A>
56
+</H2>
57
+    Nigel Horne's <code>clamav-milter</code> is a very fast email scanner designed for
58
+    Sendmail. It's written entirely in C and only depends on <code>libclamav</code>
59
+    or <code>clamd</code>. You can find detailed installation instructions in the
60
+    <code>INSTALL</code> file that comes with the clamav-milter sources. Basically,
61
+    to connect it with Sendmail add the following lines to
62
+    <code>/etc/mail/sendmail.mc</code>:
63
+    <PRE>
64
+INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clmilter.sock,
65
+F=, T=S:4m;R:4m')dnl
66
+define(`confINPUT_MAIL_FILTERS', `clmilter')
67
+</PRE>
68
+    If you're running it in <code>--external</code> mode, check entry in
69
+    <code>clamd.conf</code> of the form:
70
+    <PRE>
71
+	LocalSocket /var/run/clamd.sock
72
+</PRE>
73
+    Start clamav-milter
74
+    <PRE>
75
+	/usr/local/sbin/clamav-milter -lo /var/run/clmilter.sock
76
+</PRE>
77
+    and restart sendmail.
78
+
79
+<P>
80
+<BR><HR>
81
+<ADDRESS>
82
+Tomasz Kojm
83
+2005-02-06
84
+</ADDRESS>
85
+</BODY>
86
+</HTML>
0 87
new file mode 100644
... ...
@@ -0,0 +1,86 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Introduction</TITLE>
10
+<META NAME="description" CONTENT="Introduction">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node6.html">
22
+<LINK REL="previous" HREF="node1.html">
23
+<LINK REL="up" HREF="clamdoc.html">
24
+<LINK REL="next" HREF="node3.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html501"
30
+  HREF="node3.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html497"
33
+  HREF="clamdoc.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html491"
36
+  HREF="node1.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html499"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html502"
43
+  HREF="node3.html">Features</A>
44
+<B> Up:</B> <A NAME="tex2html498"
45
+  HREF="clamdoc.html">clamdoc</A>
46
+<B> Previous:</B> <A NAME="tex2html492"
47
+  HREF="node1.html">Contents</A>
48
+ &nbsp <B>  <A NAME="tex2html500"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H1><A NAME="SECTION00020000000000000000">
55
+Introduction</A>
56
+</H1>
57
+
58
+<P>
59
+Clam AntiVirus is an anti-virus toolkit for UNIX, designed for e-mail
60
+    scanning on mail gateways. It provides a flexible and scalable
61
+    multi-threaded daemon, a command line scanner, and an advanced tool for
62
+    automatic database updating via Internet. The package also includes
63
+    a virus scanner shared library.
64
+
65
+<P>
66
+<BR><HR>
67
+<!--Table of Child-Links-->
68
+<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
69
+
70
+<UL>
71
+<LI><A NAME="tex2html503"
72
+  HREF="node3.html">Features</A>
73
+<LI><A NAME="tex2html504"
74
+  HREF="node4.html">Mailing lists</A>
75
+<LI><A NAME="tex2html505"
76
+  HREF="node5.html">Virus submitting</A>
77
+</UL>
78
+<!--End of Table of Child-Links-->
79
+<BR><HR>
80
+<ADDRESS>
81
+Tomasz Kojm
82
+2005-02-06
83
+</ADDRESS>
84
+</BODY>
85
+</HTML>
0 86
new file mode 100644
... ...
@@ -0,0 +1,81 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Testing</TITLE>
10
+<META NAME="description" CONTENT="Testing">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node21.html">
22
+<LINK REL="previous" HREF="node19.html">
23
+<LINK REL="up" HREF="node16.html">
24
+<LINK REL="next" HREF="node21.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html727"
30
+  HREF="node21.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html723"
33
+  HREF="node16.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html717"
36
+  HREF="node19.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html725"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html728"
43
+  HREF="node21.html">Setting up auto-updating</A>
44
+<B> Up:</B> <A NAME="tex2html724"
45
+  HREF="node16.html">Configuration</A>
46
+<B> Previous:</B> <A NAME="tex2html718"
47
+  HREF="node19.html">clamav-milter</A>
48
+ &nbsp <B>  <A NAME="tex2html726"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION00053000000000000000">
55
+Testing</A>
56
+</H2>
57
+    Try to scan recursively the source directory:
58
+    <PRE>
59
+	$ clamscan -r -l scan.txt clamav-x.yz
60
+</PRE>
61
+    It should find some test files in the clamav-x.yz/test directory.
62
+    The scan result will be saved in the <code>scan.txt</code> log file
63
+    <A NAME="tex2html31"
64
+  HREF="footnode.html#foot237"><SUP>4</SUP></A>.
65
+    To test <code>clamd</code>, start it and use <code>clamdscan</code> (or connect directly
66
+    to its socket and run the SCAN command instead):
67
+    <PRE>
68
+	$ clamdscan -l scan.txt clamav-x.yz
69
+</PRE>
70
+    Please note that the scanned files must be accessible by the user running
71
+    <code>clamd</code> or you get an error.
72
+
73
+<P>
74
+<BR><HR>
75
+<ADDRESS>
76
+Tomasz Kojm
77
+2005-02-06
78
+</ADDRESS>
79
+</BODY>
80
+</HTML>
0 81
new file mode 100644
... ...
@@ -0,0 +1,139 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Setting up auto-updating</TITLE>
10
+<META NAME="description" CONTENT="Setting up auto-updating">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node22.html">
22
+<LINK REL="previous" HREF="node20.html">
23
+<LINK REL="up" HREF="node16.html">
24
+<LINK REL="next" HREF="node22.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html739"
30
+  HREF="node22.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html735"
33
+  HREF="node16.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html729"
36
+  HREF="node20.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html737"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html740"
43
+  HREF="node22.html">Closest mirrors</A>
44
+<B> Up:</B> <A NAME="tex2html736"
45
+  HREF="node16.html">Configuration</A>
46
+<B> Previous:</B> <A NAME="tex2html730"
47
+  HREF="node20.html">Testing</A>
48
+ &nbsp <B>  <A NAME="tex2html738"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION00054000000000000000">
55
+Setting up auto-updating</A>
56
+</H2>
57
+    <code>freshclam</code> is the default database updater for Clam AntiVirus.
58
+    It can work in two modes:
59
+    
60
+<UL>
61
+<LI>interactive - from command line, verbosely
62
+</LI>
63
+<LI>daemon - alone, silently
64
+    
65
+</LI>
66
+</UL>
67
+    When started by a superuser it drops privileges and switches
68
+    to the <I>clamav</I> user. <code>freshclam</code> uses the
69
+    <TT><A NAME="tex2html32"
70
+  HREF="database.clamav.net">database.clamav.net</A></TT> round-robin DNS which automatically selects
71
+    a database mirror<A HREF="node141.html#mirrors">9.1</A>. <code>freshclam</code> is an advanced tool:
72
+    it supports database version verification through DNS, proxy servers (with
73
+    authentication), digital signatures and various error scenarios.
74
+    <B>Quick test: run freshclam (as superuser) with no parameters
75
+    and check the output.</B> If everything is OK you may create the log file in
76
+    /var/log (owned by <I>clamav</I> or another user <code>freshclam</code> will be
77
+    running as (<code>--user</code>):
78
+    <PRE>
79
+	# touch /var/log/clam-update.log
80
+	# chmod 600 /var/log/clam-update.log
81
+	# chown clamav /var/log/clam-update.log
82
+</PRE>
83
+    Now you <I>should</I> edit the configuration file (<code>freshclam.conf</code> or
84
+    <code>clamd.conf</code> if they're merged) and configure the
85
+    <I>UpdateLogFile</I> directive to point to the created log file.
86
+    Finally, to run <code>freshclam</code> in the daemon mode, execute:
87
+    <PRE>
88
+	# freshclam -d
89
+</PRE>
90
+    The other method is to use the <I>cron</I> daemon. You have to add the
91
+    following line to the crontab of the <B>root</B> or <B>clamav</B> users:
92
+    <FONT SIZE="-1">    </FONT><PRE>
93
+N * * * *	/usr/local/bin/freshclam --quiet
94
+</PRE>
95
+    to check for a new database every hour. <B>N should be a
96
+    number between 3 and 57 of your choice. Please don't choose any multiple
97
+    of 10, because there are already too many clients using those time slots.</B>
98
+    Proxy settings are only configurable via the configuration file and
99
+    <code>freshclam</code> will require strict permissions on the config file when
100
+    <code>HTTPProxyPassword</code> is enabled.
101
+    <PRE>
102
+	HTTPProxyServer myproxyserver.com
103
+	HTTPProxyPort 1234
104
+	HTTPProxyUsername myusername
105
+	HTTPProxyPassword mypass
106
+</PRE>
107
+
108
+<P>
109
+<HR>
110
+<!--Navigation Panel-->
111
+<A NAME="tex2html739"
112
+  HREF="node22.html">
113
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
114
+<A NAME="tex2html735"
115
+  HREF="node16.html">
116
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
117
+<A NAME="tex2html729"
118
+  HREF="node20.html">
119
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
120
+<A NAME="tex2html737"
121
+  HREF="node1.html">
122
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
123
+<BR>
124
+<B> Next:</B> <A NAME="tex2html740"
125
+  HREF="node22.html">Closest mirrors</A>
126
+<B> Up:</B> <A NAME="tex2html736"
127
+  HREF="node16.html">Configuration</A>
128
+<B> Previous:</B> <A NAME="tex2html730"
129
+  HREF="node20.html">Testing</A>
130
+ &nbsp <B>  <A NAME="tex2html738"
131
+  HREF="node1.html">Contents</A></B> 
132
+<!--End of Navigation Panel-->
133
+<ADDRESS>
134
+Tomasz Kojm
135
+2005-02-06
136
+</ADDRESS>
137
+</BODY>
138
+</HTML>
0 139
new file mode 100644
... ...
@@ -0,0 +1,83 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Closest mirrors</TITLE>
10
+<META NAME="description" CONTENT="Closest mirrors">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="previous" HREF="node21.html">
22
+<LINK REL="up" HREF="node16.html">
23
+<LINK REL="next" HREF="node23.html">
24
+</HEAD>
25
+
26
+<BODY >
27
+<!--Navigation Panel-->
28
+<A NAME="tex2html749"
29
+  HREF="node23.html">
30
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
31
+<A NAME="tex2html745"
32
+  HREF="node16.html">
33
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
34
+<A NAME="tex2html741"
35
+  HREF="node21.html">
36
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
37
+<A NAME="tex2html747"
38
+  HREF="node1.html">
39
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
40
+<BR>
41
+<B> Next:</B> <A NAME="tex2html750"
42
+  HREF="node23.html">Usage</A>
43
+<B> Up:</B> <A NAME="tex2html746"
44
+  HREF="node16.html">Configuration</A>
45
+<B> Previous:</B> <A NAME="tex2html742"
46
+  HREF="node21.html">Setting up auto-updating</A>
47
+ &nbsp <B>  <A NAME="tex2html748"
48
+  HREF="node1.html">Contents</A></B> 
49
+<BR>
50
+<BR>
51
+<!--End of Navigation Panel-->
52
+
53
+<H2><A NAME="SECTION00055000000000000000">
54
+Closest mirrors</A>
55
+</H2>
56
+    The <code>DatabaseMirror</code> directive in the config file specifies the
57
+    database server <code>freshclam</code> will attempt (up to <code>MaxAttempts</code>
58
+    times) to download the database from. The default database mirror
59
+    is <TT><A NAME="tex2html33"
60
+  HREF="database.clamav.net">database.clamav.net</A></TT> but multiple directives are allowed.
61
+    In order to download the database from the closest mirror you should  
62
+    configure <code>freshclam</code> to use <TT><A NAME="tex2html34"
63
+  HREF="db.xx.clamav.net">db.xx.clamav.net</A></TT> where xx
64
+    represents your country code. For example, if your server is in "Ascension
65
+    Island" you should add the following lines to <code>freshclam.conf</code>:
66
+    <PRE>
67
+	DNSDatabaseInfo current.cvd.clamav.net
68
+	DatabaseMirror db.ac.clamav.net
69
+	DatabaseMirror database.clamav.net
70
+</PRE>
71
+    The second entry acts as a fallback in case a connection to the first
72
+    mirror fails for some reason. The full list of two-letters country codes
73
+    is available at <TT><A NAME="tex2html35"
74
+  HREF="http://www.iana.org/cctld/cctld-whois.htm">http://www.iana.org/cctld/cctld-whois.htm</A></TT>
75
+<P>
76
+<BR><HR>
77
+<ADDRESS>
78
+Tomasz Kojm
79
+2005-02-06
80
+</ADDRESS>
81
+</BODY>
82
+</HTML>
0 83
new file mode 100644
... ...
@@ -0,0 +1,86 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Usage</TITLE>
10
+<META NAME="description" CONTENT="Usage">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node30.html">
22
+<LINK REL="previous" HREF="node16.html">
23
+<LINK REL="up" HREF="clamdoc.html">
24
+<LINK REL="next" HREF="node24.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html761"
30
+  HREF="node24.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html757"
33
+  HREF="clamdoc.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html751"
36
+  HREF="node22.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html759"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html762"
43
+  HREF="node24.html">Clam daemon</A>
44
+<B> Up:</B> <A NAME="tex2html758"
45
+  HREF="clamdoc.html">clamdoc</A>
46
+<B> Previous:</B> <A NAME="tex2html752"
47
+  HREF="node22.html">Closest mirrors</A>
48
+ &nbsp <B>  <A NAME="tex2html760"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H1><A NAME="SECTION00060000000000000000">
55
+Usage</A>
56
+</H1>
57
+
58
+<P>
59
+<BR><HR>
60
+<!--Table of Child-Links-->
61
+<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
62
+
63
+<UL>
64
+<LI><A NAME="tex2html763"
65
+  HREF="node24.html">Clam daemon</A>
66
+<LI><A NAME="tex2html764"
67
+  HREF="node25.html">Clam<B>d</B>scan</A>
68
+<LI><A NAME="tex2html765"
69
+  HREF="node26.html">Clamuko</A>
70
+<LI><A NAME="tex2html766"
71
+  HREF="node27.html">Output format</A>
72
+<UL>
73
+<LI><A NAME="tex2html767"
74
+  HREF="node28.html">clamscan</A>
75
+<LI><A NAME="tex2html768"
76
+  HREF="node29.html">clamd</A>
77
+</UL></UL>
78
+<!--End of Table of Child-Links-->
79
+<BR><HR>
80
+<ADDRESS>
81
+Tomasz Kojm
82
+2005-02-06
83
+</ADDRESS>
84
+</BODY>
85
+</HTML>
0 86
new file mode 100644
... ...
@@ -0,0 +1,156 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Clam daemon</TITLE>
10
+<META NAME="description" CONTENT="Clam daemon">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node25.html">
22
+<LINK REL="previous" HREF="node23.html">
23
+<LINK REL="up" HREF="node23.html">
24
+<LINK REL="next" HREF="node25.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html779"
30
+  HREF="node25.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html775"
33
+  HREF="node23.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html769"
36
+  HREF="node23.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html777"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html780"
43
+  HREF="node25.html">Clamdscan</A>
44
+<B> Up:</B> <A NAME="tex2html776"
45
+  HREF="node23.html">Usage</A>
46
+<B> Previous:</B> <A NAME="tex2html770"
47
+  HREF="node23.html">Usage</A>
48
+ &nbsp <B>  <A NAME="tex2html778"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION00061000000000000000"></A><A NAME="clamd"></A>
55
+<BR>
56
+Clam daemon
57
+</H2>
58
+    <code>clamd</code> is a multi-threaded daemon that uses <I>libclamav</I>
59
+    to scan files against viruses. It may work in one of the two network modes,
60
+    listening on a:
61
+    
62
+<UL>
63
+<LI>Unix (local) socket
64
+</LI>
65
+<LI>TCP socket
66
+    
67
+</LI>
68
+</UL>
69
+    The daemon is fully configurable via the <code>clamd.conf</code> file
70
+    <A NAME="tex2html36"
71
+  HREF="footnode.html#foot274"><SUP>5</SUP></A>. <code>clamd</code> recognizes the following commands:
72
+    
73
+<UL>
74
+<LI><B>PING</B>
75
+<BR>
76
+Check daemon state (should reply with "PONG").
77
+</LI>
78
+<LI><B>VERSION</B>
79
+<BR>
80
+Print program and database versions.
81
+</LI>
82
+<LI><B>RELOAD</B>
83
+<BR>
84
+Reload databases.
85
+</LI>
86
+<LI><B>SHUTDOWN</B>
87
+<BR>
88
+Perform a clean exit.
89
+</LI>
90
+<LI><B>SCAN file/directory</B>
91
+	    Scan file or directory (recursively) with archive support
92
+	    enabled (a full path is required).
93
+</LI>
94
+<LI><B>RAWSCAN file/directory</B>
95
+	    Scan file or directory (recursively) with archive support
96
+	    disabled (a full path is required).
97
+</LI>
98
+<LI><B>CONTSCAN file/directory</B>
99
+	    Scan file or directory (recursively) with archive support
100
+	    enabled and do not stop scanning if virus is found.
101
+</LI>
102
+<LI><B>STREAM</B>
103
+	    Scan stream: <code>clamd</code> will return a new port number you should
104
+	    connect to and send data to scan.
105
+</LI>
106
+<LI><B>SESSION, END</B>
107
+	    Start/end a <code>clamd</code> session - you can do multiple commands
108
+	    per TCP session (WARNING: due to the <code>clamd</code> implementation the
109
+	    <B>RELOAD</B> command will break the session).
110
+    
111
+</LI>
112
+</UL>
113
+    and reacts to the special signals:
114
+    
115
+<UL>
116
+<LI><B>SIGTERM</B> - perform a clean exit
117
+</LI>
118
+<LI><B>SIGHUP</B> - reopen a log file
119
+</LI>
120
+<LI><B>SIGUSR2</B> - reload the database
121
+    
122
+</LI>
123
+</UL>
124
+
125
+<P>
126
+<HR>
127
+<!--Navigation Panel-->
128
+<A NAME="tex2html779"
129
+  HREF="node25.html">
130
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
131
+<A NAME="tex2html775"
132
+  HREF="node23.html">
133
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
134
+<A NAME="tex2html769"
135
+  HREF="node23.html">
136
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
137
+<A NAME="tex2html777"
138
+  HREF="node1.html">
139
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
140
+<BR>
141
+<B> Next:</B> <A NAME="tex2html780"
142
+  HREF="node25.html">Clamdscan</A>
143
+<B> Up:</B> <A NAME="tex2html776"
144
+  HREF="node23.html">Usage</A>
145
+<B> Previous:</B> <A NAME="tex2html770"
146
+  HREF="node23.html">Usage</A>
147
+ &nbsp <B>  <A NAME="tex2html778"
148
+  HREF="node1.html">Contents</A></B> 
149
+<!--End of Navigation Panel-->
150
+<ADDRESS>
151
+Tomasz Kojm
152
+2005-02-06
153
+</ADDRESS>
154
+</BODY>
155
+</HTML>
0 156
new file mode 100644
... ...
@@ -0,0 +1,82 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Clamdscan</TITLE>
10
+<META NAME="description" CONTENT="Clamdscan">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node26.html">
22
+<LINK REL="previous" HREF="node24.html">
23
+<LINK REL="up" HREF="node23.html">
24
+<LINK REL="next" HREF="node26.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html791"
30
+  HREF="node26.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html787"
33
+  HREF="node23.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html781"
36
+  HREF="node24.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html789"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html792"
43
+  HREF="node26.html">Clamuko</A>
44
+<B> Up:</B> <A NAME="tex2html788"
45
+  HREF="node23.html">Usage</A>
46
+<B> Previous:</B> <A NAME="tex2html782"
47
+  HREF="node24.html">Clam daemon</A>
48
+ &nbsp <B>  <A NAME="tex2html790"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION00062000000000000000">
55
+Clam<B>d</B>scan</A>
56
+</H2>
57
+    <code>clamdscan</code> is a simple <code>clamd</code> client. In many cases you can
58
+    use it as a <code>clamscan</code> replacement but you must remember that:
59
+    
60
+<UL>
61
+<LI>it only depends on <code>clamd</code>
62
+</LI>
63
+<LI>although it accepts the same command line options as
64
+	      <code>clamscan</code> most of them are ignored because they must be
65
+	      enabled directly in <code>clamd</code>, i.e. <code>clamd.conf</code>
66
+</LI>
67
+<LI>scanned files must be accessible for <code>clamd</code>
68
+</LI>
69
+<LI>it can't use external unpackers
70
+    
71
+</LI>
72
+</UL>
73
+
74
+<P>
75
+<BR><HR>
76
+<ADDRESS>
77
+Tomasz Kojm
78
+2005-02-06
79
+</ADDRESS>
80
+</BODY>
81
+</HTML>
0 82
new file mode 100644
... ...
@@ -0,0 +1,99 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Clamuko</TITLE>
10
+<META NAME="description" CONTENT="Clamuko">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node27.html">
22
+<LINK REL="previous" HREF="node25.html">
23
+<LINK REL="up" HREF="node23.html">
24
+<LINK REL="next" HREF="node27.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html803"
30
+  HREF="node27.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html799"
33
+  HREF="node23.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html793"
36
+  HREF="node25.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html801"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html804"
43
+  HREF="node27.html">Output format</A>
44
+<B> Up:</B> <A NAME="tex2html800"
45
+  HREF="node23.html">Usage</A>
46
+<B> Previous:</B> <A NAME="tex2html794"
47
+  HREF="node25.html">Clamdscan</A>
48
+ &nbsp <B>  <A NAME="tex2html802"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION00063000000000000000"></A><A NAME="clamuko"></A>
55
+<BR>
56
+Clamuko
57
+</H2>
58
+    Clamuko is a special thread in <code>clamd</code> that performs on-access
59
+    scanning under Linux and FreeBSD and shares internal virus database
60
+    with the daemon. <B>You must follow some important rules when
61
+    using it:</B>
62
+    
63
+<UL>
64
+<LI>Always stop the daemon cleanly - using the SHUTDOWN command or
65
+	      the
66
+<BR>
67
+SIGTERM signal. In other case you can lose an access
68
+	      to protected files until the system is restarted.
69
+</LI>
70
+<LI>Never protect a directory your mail-scanner software
71
+	      uses for attachment unpacking. Access to all infected
72
+	      files will be automatically blocked and the scanner (even
73
+	      <code>clamd</code>) won't be able to detect any virus. In the result
74
+	      <B>all infected mails will be delivered.</B>
75
+    
76
+</LI>
77
+</UL>
78
+    For example, to protect a whole system add the following lines to
79
+    <code>clamd.conf</code>:
80
+    <PRE>
81
+	ClamukoScanOnAccess
82
+	ClamukoIncludePath /
83
+	ClamukoExcludePath /proc
84
+	ClamukoExcludePath /temporary/dir/of/your/mail/scanning/software
85
+</PRE>
86
+    You can also use clamuko to protect files on Samba/Netatalk but far
87
+    more better and safe idea is to use the <B>samba-vscan</B> module
88
+    <A HREF="node97.html#samba-vscan">8.4.3</A>. NFS is not supported because Dazuko doesn't intercept
89
+    NFS access calls.
90
+
91
+<P>
92
+<BR><HR>
93
+<ADDRESS>
94
+Tomasz Kojm
95
+2005-02-06
96
+</ADDRESS>
97
+</BODY>
98
+</HTML>
0 99
new file mode 100644
... ...
@@ -0,0 +1,76 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Output format</TITLE>
10
+<META NAME="description" CONTENT="Output format">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="previous" HREF="node26.html">
22
+<LINK REL="up" HREF="node23.html">
23
+<LINK REL="next" HREF="node28.html">
24
+</HEAD>
25
+
26
+<BODY >
27
+<!--Navigation Panel-->
28
+<A NAME="tex2html813"
29
+  HREF="node28.html">
30
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
31
+<A NAME="tex2html809"
32
+  HREF="node23.html">
33
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
34
+<A NAME="tex2html805"
35
+  HREF="node26.html">
36
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
37
+<A NAME="tex2html811"
38
+  HREF="node1.html">
39
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
40
+<BR>
41
+<B> Next:</B> <A NAME="tex2html814"
42
+  HREF="node28.html">clamscan</A>
43
+<B> Up:</B> <A NAME="tex2html810"
44
+  HREF="node23.html">Usage</A>
45
+<B> Previous:</B> <A NAME="tex2html806"
46
+  HREF="node26.html">Clamuko</A>
47
+ &nbsp <B>  <A NAME="tex2html812"
48
+  HREF="node1.html">Contents</A></B> 
49
+<BR>
50
+<BR>
51
+<!--End of Navigation Panel-->
52
+
53
+<H2><A NAME="SECTION00064000000000000000">
54
+Output format</A>
55
+</H2>
56
+
57
+<P>
58
+<BR><HR>
59
+<!--Table of Child-Links-->
60
+<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
61
+
62
+<UL>
63
+<LI><A NAME="tex2html815"
64
+  HREF="node28.html">clamscan</A>
65
+<LI><A NAME="tex2html816"
66
+  HREF="node29.html">clamd</A>
67
+</UL>
68
+<!--End of Table of Child-Links-->
69
+<BR><HR>
70
+<ADDRESS>
71
+Tomasz Kojm
72
+2005-02-06
73
+</ADDRESS>
74
+</BODY>
75
+</HTML>
0 76
new file mode 100644
... ...
@@ -0,0 +1,98 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>clamscan</TITLE>
10
+<META NAME="description" CONTENT="clamscan">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node29.html">
22
+<LINK REL="previous" HREF="node27.html">
23
+<LINK REL="up" HREF="node27.html">
24
+<LINK REL="next" HREF="node29.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html827"
30
+  HREF="node29.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html823"
33
+  HREF="node27.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html817"
36
+  HREF="node27.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html825"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html828"
43
+  HREF="node29.html">clamd</A>
44
+<B> Up:</B> <A NAME="tex2html824"
45
+  HREF="node27.html">Output format</A>
46
+<B> Previous:</B> <A NAME="tex2html818"
47
+  HREF="node27.html">Output format</A>
48
+ &nbsp <B>  <A NAME="tex2html826"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00064100000000000000">
55
+clamscan</A>
56
+</H3>
57
+    <code>clamscan</code> by default writes all messages to <B>stderr</B>.
58
+    Run it with <code>--stdout</code> enabled to redirect them to the standard
59
+    output. An example of the <code>clamscan</code> output is:
60
+    <PRE>
61
+	/tmp/test/removal-tool.exe: Worm.Sober FOUND
62
+	/tmp/test/md5.o: OK
63
+	/tmp/test/blob.c: OK
64
+	/tmp/test/message.c: OK
65
+	/tmp/test/error.hta: VBS.Inor.D FOUND
66
+</PRE>
67
+    When a virus is found its name is printed between the <code>filename:</code> and
68
+    <code>FOUND</code> strings. In case of archives the scanner depends on libclamav
69
+    and only prints the first virus found within an archive:
70
+    <PRE>
71
+	zolw@localhost:/tmp$ clamscan malware.zip 
72
+	malware.zip: Worm.Mydoom.U FOUND
73
+</PRE>
74
+    <I><B>TIP:</B> You can force clamscan to list all infected
75
+    files in an archive using -no-archive (that disables transparent
76
+    decompressors built into libclamav) and external decompressors: -unzip
77
+    -unrar...</I>.
78
+<BR>    <PRE>
79
+	zolw@localhost:/tmp$ clamscan --no-archive --unzip malware.zip
80
+	Archive:  /tmp/malware.zip
81
+	  inflating: test1.exe
82
+	  inflating: test2.exe
83
+	  inflating: test3.exe
84
+	/tmp/clamav-77e7bfdbb2d3872b/test1.exe: Worm.Mydoom.U FOUND
85
+	/tmp/clamav-77e7bfdbb2d3872b/test2.exe: Trojan.Taskkill.A FOUND
86
+	/tmp/clamav-77e7bfdbb2d3872b/test3.exe: Worm.Nyxem.D FOUND
87
+	/tmp/malware.zip: Infected Archive FOUND
88
+</PRE>
89
+
90
+<P>
91
+<BR><HR>
92
+<ADDRESS>
93
+Tomasz Kojm
94
+2005-02-06
95
+</ADDRESS>
96
+</BODY>
97
+</HTML>
0 98
new file mode 100644
... ...
@@ -0,0 +1,88 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>clamd</TITLE>
10
+<META NAME="description" CONTENT="clamd">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="previous" HREF="node28.html">
22
+<LINK REL="up" HREF="node27.html">
23
+<LINK REL="next" HREF="node30.html">
24
+</HEAD>
25
+
26
+<BODY >
27
+<!--Navigation Panel-->
28
+<A NAME="tex2html837"
29
+  HREF="node30.html">
30
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
31
+<A NAME="tex2html833"
32
+  HREF="node27.html">
33
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
34
+<A NAME="tex2html829"
35
+  HREF="node28.html">
36
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
37
+<A NAME="tex2html835"
38
+  HREF="node1.html">
39
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
40
+<BR>
41
+<B> Next:</B> <A NAME="tex2html838"
42
+  HREF="node30.html">LibClamAV</A>
43
+<B> Up:</B> <A NAME="tex2html834"
44
+  HREF="node27.html">Output format</A>
45
+<B> Previous:</B> <A NAME="tex2html830"
46
+  HREF="node28.html">clamscan</A>
47
+ &nbsp <B>  <A NAME="tex2html836"
48
+  HREF="node1.html">Contents</A></B> 
49
+<BR>
50
+<BR>
51
+<!--End of Navigation Panel-->
52
+
53
+<H3><A NAME="SECTION00064200000000000000">
54
+clamd</A>
55
+</H3>
56
+    <code>clamd</code> uses a <code>clamscan</code> compatible output format:
57
+    <PRE>
58
+	zolw@localhost:~$ telnet localhost 3310
59
+	Trying 127.0.0.1...
60
+	Connected to localhost.
61
+	Escape character is '^]'.
62
+	SCAN /home/zolw/test
63
+	/home/zolw/test/clam.exe: ClamAV-Test-File FOUND
64
+	Connection closed by foreign host.
65
+</PRE>
66
+    In the <B>SCAN</B> mode it closes the connection when the first virus
67
+    is found.
68
+    <PRE>
69
+	SCAN /home/zolw/test/clam.zip
70
+	/home/zolw/test/clam.zip: ClamAV-Test-File FOUND
71
+</PRE>
72
+    <B>CONTSCAN</B> continues scanning even if virus was already found.
73
+<BR>
74
+Error messages are printed in the following format:
75
+    <PRE>
76
+	SCAN /no/such/file
77
+	/no/such/file: Can't stat() the file. ERROR
78
+</PRE>
79
+
80
+<P>
81
+<BR><HR>
82
+<ADDRESS>
83
+Tomasz Kojm
84
+2005-02-06
85
+</ADDRESS>
86
+</BODY>
87
+</HTML>
0 88
new file mode 100644
... ...
@@ -0,0 +1,125 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Features</TITLE>
10
+<META NAME="description" CONTENT="Features">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node4.html">
22
+<LINK REL="previous" HREF="node2.html">
23
+<LINK REL="up" HREF="node2.html">
24
+<LINK REL="next" HREF="node4.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html516"
30
+  HREF="node4.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html512"
33
+  HREF="node2.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html506"
36
+  HREF="node2.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html514"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html517"
43
+  HREF="node4.html">Mailing lists</A>
44
+<B> Up:</B> <A NAME="tex2html513"
45
+  HREF="node2.html">Introduction</A>
46
+<B> Previous:</B> <A NAME="tex2html507"
47
+  HREF="node2.html">Introduction</A>
48
+ &nbsp <B>  <A NAME="tex2html515"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION00021000000000000000">
55
+Features</A>
56
+</H2>
57
+
58
+<P>
59
+
60
+<UL>
61
+<LI>Licensed under the GNU General Public License, Version 2
62
+</LI>
63
+<LI>POSIX compliant, portable
64
+</LI>
65
+<LI>Fast scanning
66
+</LI>
67
+<LI>Supports on-access scanning (Linux and FreeBSD only)
68
+</LI>
69
+<LI>Detects over 30000 viruses, worms, and trojans, including
70
+	      Microsoft Office and MacOffice macro viruses
71
+</LI>
72
+<LI>Scans within archives and compressed files (also protects
73
+	      against archive bombs), built-in support includes:
74
+	      
75
+<UL>
76
+<LI>Zip
77
+</LI>
78
+<LI>RAR (2.0)
79
+</LI>
80
+<LI>Tar
81
+</LI>
82
+<LI>Gzip
83
+</LI>
84
+<LI>Bzip2
85
+</LI>
86
+<LI>MS OLE2
87
+</LI>
88
+<LI>MS Cabinet Files
89
+</LI>
90
+<LI>MS CHM (Compiled HTML)
91
+</LI>
92
+<LI>MS SZDD compression format
93
+	      
94
+</LI>
95
+</UL>
96
+</LI>
97
+<LI>Supports Portable Executable files compressed with:
98
+	      
99
+<UL>
100
+<LI>UPX
101
+</LI>
102
+<LI>FSG
103
+</LI>
104
+<LI>Petite
105
+	      
106
+</LI>
107
+</UL>
108
+</LI>
109
+<LI>Powerful mail scanner
110
+</LI>
111
+<LI>Advanced database updater with support for digital signatures
112
+	      and DNS based database version queries
113
+    
114
+</LI>
115
+</UL>
116
+
117
+<P>
118
+<BR><HR>
119
+<ADDRESS>
120
+Tomasz Kojm
121
+2005-02-06
122
+</ADDRESS>
123
+</BODY>
124
+</HTML>
0 125
new file mode 100644
... ...
@@ -0,0 +1,113 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>LibClamAV</TITLE>
10
+<META NAME="description" CONTENT="LibClamAV">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node46.html">
22
+<LINK REL="previous" HREF="node23.html">
23
+<LINK REL="up" HREF="clamdoc.html">
24
+<LINK REL="next" HREF="node31.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html849"
30
+  HREF="node31.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html845"
33
+  HREF="clamdoc.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html839"
36
+  HREF="node29.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html847"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html850"
43
+  HREF="node31.html">Licence</A>
44
+<B> Up:</B> <A NAME="tex2html846"
45
+  HREF="clamdoc.html">clamdoc</A>
46
+<B> Previous:</B> <A NAME="tex2html840"
47
+  HREF="node29.html">clamd</A>
48
+ &nbsp <B>  <A NAME="tex2html848"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H1><A NAME="SECTION00070000000000000000">
55
+LibClamAV</A>
56
+</H1>
57
+    libclamav is a simple and easy way to add a virus protection to your
58
+    software. The library is thread-safe and transparently recognizes and
59
+    scans within archives, mail files, MS Office document files, executables
60
+    and other file formats.
61
+
62
+<P>
63
+<BR><HR>
64
+<!--Table of Child-Links-->
65
+<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
66
+
67
+<UL>
68
+<LI><A NAME="tex2html851"
69
+  HREF="node31.html">Licence</A>
70
+<LI><A NAME="tex2html852"
71
+  HREF="node32.html">Features</A>
72
+<UL>
73
+<LI><A NAME="tex2html853"
74
+  HREF="node33.html">Archives and compressed files</A>
75
+<LI><A NAME="tex2html854"
76
+  HREF="node34.html">Mail files</A>
77
+</UL>
78
+<LI><A NAME="tex2html855"
79
+  HREF="node35.html">API</A>
80
+<UL>
81
+<LI><A NAME="tex2html856"
82
+  HREF="node36.html">Header file</A>
83
+<LI><A NAME="tex2html857"
84
+  HREF="node37.html">Database loading</A>
85
+<LI><A NAME="tex2html858"
86
+  HREF="node38.html">Error handling</A>
87
+<LI><A NAME="tex2html859"
88
+  HREF="node39.html">Database structure</A>
89
+</UL>
90
+<LI><A NAME="tex2html860"
91
+  HREF="node40.html">Database reloading</A>
92
+<UL>
93
+<LI><A NAME="tex2html861"
94
+  HREF="node41.html">Data scan functions</A>
95
+<LI><A NAME="tex2html862"
96
+  HREF="node42.html">Memory</A>
97
+<LI><A NAME="tex2html863"
98
+  HREF="node43.html">clamav-config</A>
99
+<LI><A NAME="tex2html864"
100
+  HREF="node44.html">Example</A>
101
+</UL>
102
+<LI><A NAME="tex2html865"
103
+  HREF="node45.html">CVD format</A>
104
+</UL>
105
+<!--End of Table of Child-Links-->
106
+<BR><HR>
107
+<ADDRESS>
108
+Tomasz Kojm
109
+2005-02-06
110
+</ADDRESS>
111
+</BODY>
112
+</HTML>
0 113
new file mode 100644
... ...
@@ -0,0 +1,71 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Licence</TITLE>
10
+<META NAME="description" CONTENT="Licence">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node32.html">
22
+<LINK REL="previous" HREF="node30.html">
23
+<LINK REL="up" HREF="node30.html">
24
+<LINK REL="next" HREF="node32.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html876"
30
+  HREF="node32.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html872"
33
+  HREF="node30.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html866"
36
+  HREF="node30.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html874"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html877"
43
+  HREF="node32.html">Features</A>
44
+<B> Up:</B> <A NAME="tex2html873"
45
+  HREF="node30.html">LibClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html867"
47
+  HREF="node30.html">LibClamAV</A>
48
+ &nbsp <B>  <A NAME="tex2html875"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION00071000000000000000">
55
+Licence</A>
56
+</H2>
57
+    libclamav is licensed under the GNU GPL licence. That means you are
58
+    <B>not allowed</B> to link commercial, close-source applications
59
+    against it<A NAME="tex2html37"
60
+  HREF="footnode.html#foot327"><SUP>6</SUP></A>.
61
+    All software using libclamav must be GPL compliant.
62
+
63
+<P>
64
+<BR><HR>
65
+<ADDRESS>
66
+Tomasz Kojm
67
+2005-02-06
68
+</ADDRESS>
69
+</BODY>
70
+</HTML>
0 71
new file mode 100644
... ...
@@ -0,0 +1,77 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Features</TITLE>
10
+<META NAME="description" CONTENT="Features">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node35.html">
22
+<LINK REL="previous" HREF="node31.html">
23
+<LINK REL="up" HREF="node30.html">
24
+<LINK REL="next" HREF="node33.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html888"
30
+  HREF="node33.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html884"
33
+  HREF="node30.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html878"
36
+  HREF="node31.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html886"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html889"
43
+  HREF="node33.html">Archives and compressed files</A>
44
+<B> Up:</B> <A NAME="tex2html885"
45
+  HREF="node30.html">LibClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html879"
47
+  HREF="node31.html">Licence</A>
48
+ &nbsp <B>  <A NAME="tex2html887"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION00072000000000000000">
55
+Features</A>
56
+</H2>
57
+
58
+<P>
59
+<BR><HR>
60
+<!--Table of Child-Links-->
61
+<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
62
+
63
+<UL>
64
+<LI><A NAME="tex2html890"
65
+  HREF="node33.html">Archives and compressed files</A>
66
+<LI><A NAME="tex2html891"
67
+  HREF="node34.html">Mail files</A>
68
+</UL>
69
+<!--End of Table of Child-Links-->
70
+<BR><HR>
71
+<ADDRESS>
72
+Tomasz Kojm
73
+2005-02-06
74
+</ADDRESS>
75
+</BODY>
76
+</HTML>
0 77
new file mode 100644
... ...
@@ -0,0 +1,113 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Archives and compressed files</TITLE>
10
+<META NAME="description" CONTENT="Archives and compressed files">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node34.html">
22
+<LINK REL="previous" HREF="node32.html">
23
+<LINK REL="up" HREF="node32.html">
24
+<LINK REL="next" HREF="node34.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html902"
30
+  HREF="node34.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html898"
33
+  HREF="node32.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html892"
36
+  HREF="node32.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html900"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html903"
43
+  HREF="node34.html">Mail files</A>
44
+<B> Up:</B> <A NAME="tex2html899"
45
+  HREF="node32.html">Features</A>
46
+<B> Previous:</B> <A NAME="tex2html893"
47
+  HREF="node32.html">Features</A>
48
+ &nbsp <B>  <A NAME="tex2html901"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00072100000000000000">
55
+Archives and compressed files</A>
56
+</H3>
57
+    The library has a built-in support for the following formats:
58
+    
59
+<UL>
60
+<LI>Zip
61
+</LI>
62
+<LI>RAR (2.0)
63
+</LI>
64
+<LI>Tar
65
+</LI>
66
+<LI>Gzip
67
+</LI>
68
+<LI>Bzip2
69
+</LI>
70
+<LI>MS OLE2
71
+</LI>
72
+<LI>MS Cabinet Files
73
+</LI>
74
+<LI>MS CHM (Compiled HTML)
75
+</LI>
76
+<LI>MS SZDD compression format
77
+</LI>
78
+<LI>UPX (all versions)
79
+</LI>
80
+<LI>FSG (1.3, 1.31, 1.33, 2.0)
81
+</LI>
82
+<LI>Petite (2.x)
83
+    
84
+</LI>
85
+</UL>
86
+    Due to license issues, support for RAR 3.0 archives is currently not
87
+    available in libclamav (they will cause <code>RAR module failure.</code>
88
+    error message). You can scan them with help of external unpackers
89
+    in <code>clamscan</code>, though.
90
+    <PRE>
91
+	$ clamscan --unrar clam-error.rar
92
+	/home/zolw/test/clam-error.rar: RAR module failure.
93
+
94
+	UNRAR 3.00 freeware      Copyright (c) 1993-2002 Eugene Roshal
95
+
96
+
97
+	Extracting from /home/zolw/test/clam-error.rar
98
+
99
+	Extracting  clam.exe                                        OK 
100
+	All OK
101
+	/tmp/44694f5b2665d2f4/clam.exe: ClamAV-Test-File FOUND
102
+	/home/zolw/test/clam-error.rar: Infected Archive FOUND
103
+</PRE>
104
+
105
+<P>
106
+<BR><HR>
107
+<ADDRESS>
108
+Tomasz Kojm
109
+2005-02-06
110
+</ADDRESS>
111
+</BODY>
112
+</HTML>
0 113
new file mode 100644
... ...
@@ -0,0 +1,67 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Mail files</TITLE>
10
+<META NAME="description" CONTENT="Mail files">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="previous" HREF="node33.html">
22
+<LINK REL="up" HREF="node32.html">
23
+<LINK REL="next" HREF="node35.html">
24
+</HEAD>
25
+
26
+<BODY >
27
+<!--Navigation Panel-->
28
+<A NAME="tex2html912"
29
+  HREF="node35.html">
30
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
31
+<A NAME="tex2html908"
32
+  HREF="node32.html">
33
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
34
+<A NAME="tex2html904"
35
+  HREF="node33.html">
36
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
37
+<A NAME="tex2html910"
38
+  HREF="node1.html">
39
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
40
+<BR>
41
+<B> Next:</B> <A NAME="tex2html913"
42
+  HREF="node35.html">API</A>
43
+<B> Up:</B> <A NAME="tex2html909"
44
+  HREF="node32.html">Features</A>
45
+<B> Previous:</B> <A NAME="tex2html905"
46
+  HREF="node33.html">Archives and compressed files</A>
47
+ &nbsp <B>  <A NAME="tex2html911"
48
+  HREF="node1.html">Contents</A></B> 
49
+<BR>
50
+<BR>
51
+<!--End of Navigation Panel-->
52
+
53
+<H3><A NAME="SECTION00072200000000000000">
54
+Mail files</A>
55
+</H3>
56
+    Advanced mail scanner built into libclamav transparently scans e-mails
57
+    for infected attachments. All popular UNIX mail formats are supported.
58
+
59
+<P>
60
+<BR><HR>
61
+<ADDRESS>
62
+Tomasz Kojm
63
+2005-02-06
64
+</ADDRESS>
65
+</BODY>
66
+</HTML>
0 67
new file mode 100644
... ...
@@ -0,0 +1,81 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>API</TITLE>
10
+<META NAME="description" CONTENT="API">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node40.html">
22
+<LINK REL="previous" HREF="node32.html">
23
+<LINK REL="up" HREF="node30.html">
24
+<LINK REL="next" HREF="node36.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html924"
30
+  HREF="node36.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html920"
33
+  HREF="node30.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html914"
36
+  HREF="node34.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html922"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html925"
43
+  HREF="node36.html">Header file</A>
44
+<B> Up:</B> <A NAME="tex2html921"
45
+  HREF="node30.html">LibClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html915"
47
+  HREF="node34.html">Mail files</A>
48
+ &nbsp <B>  <A NAME="tex2html923"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION00073000000000000000">
55
+API</A>
56
+</H2>
57
+
58
+<P>
59
+<BR><HR>
60
+<!--Table of Child-Links-->
61
+<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
62
+
63
+<UL>
64
+<LI><A NAME="tex2html926"
65
+  HREF="node36.html">Header file</A>
66
+<LI><A NAME="tex2html927"
67
+  HREF="node37.html">Database loading</A>
68
+<LI><A NAME="tex2html928"
69
+  HREF="node38.html">Error handling</A>
70
+<LI><A NAME="tex2html929"
71
+  HREF="node39.html">Database structure</A>
72
+</UL>
73
+<!--End of Table of Child-Links-->
74
+<BR><HR>
75
+<ADDRESS>
76
+Tomasz Kojm
77
+2005-02-06
78
+</ADDRESS>
79
+</BODY>
80
+</HTML>
0 81
new file mode 100644
... ...
@@ -0,0 +1,71 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Header file</TITLE>
10
+<META NAME="description" CONTENT="Header file">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node37.html">
22
+<LINK REL="previous" HREF="node35.html">
23
+<LINK REL="up" HREF="node35.html">
24
+<LINK REL="next" HREF="node37.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html940"
30
+  HREF="node37.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html936"
33
+  HREF="node35.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html930"
36
+  HREF="node35.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html938"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html941"
43
+  HREF="node37.html">Database loading</A>
44
+<B> Up:</B> <A NAME="tex2html937"
45
+  HREF="node35.html">API</A>
46
+<B> Previous:</B> <A NAME="tex2html931"
47
+  HREF="node35.html">API</A>
48
+ &nbsp <B>  <A NAME="tex2html939"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00073100000000000000">
55
+Header file</A>
56
+</H3>
57
+    Every program using libclamav must include the <code>clamav.h</code> header
58
+    file:
59
+    <PRE>
60
+	#include &lt;clamav.h&gt;
61
+</PRE>
62
+
63
+<P>
64
+<BR><HR>
65
+<ADDRESS>
66
+Tomasz Kojm
67
+2005-02-06
68
+</ADDRESS>
69
+</BODY>
70
+</HTML>
0 71
new file mode 100644
... ...
@@ -0,0 +1,94 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Database loading</TITLE>
10
+<META NAME="description" CONTENT="Database loading">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node38.html">
22
+<LINK REL="previous" HREF="node36.html">
23
+<LINK REL="up" HREF="node35.html">
24
+<LINK REL="next" HREF="node38.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html952"
30
+  HREF="node38.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html948"
33
+  HREF="node35.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html942"
36
+  HREF="node36.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html950"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html953"
43
+  HREF="node38.html">Error handling</A>
44
+<B> Up:</B> <A NAME="tex2html949"
45
+  HREF="node35.html">API</A>
46
+<B> Previous:</B> <A NAME="tex2html943"
47
+  HREF="node36.html">Header file</A>
48
+ &nbsp <B>  <A NAME="tex2html951"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00073200000000000000">
55
+Database loading</A>
56
+</H3>
57
+    The following set of functions provides an interface to database
58
+    initialisation mechanisms:
59
+    <PRE>
60
+	int cl_loaddb(const char *filename, struct cl_node **root,
61
+	unsigned int *signo);
62
+
63
+	int cl_loaddbdir(const char *dirname, struct cl_node **root,
64
+	unsigned int *signo);
65
+
66
+	const char *cl_retdbdir(void);
67
+</PRE>
68
+    <code>cl_loaddb</code> loads selected database while <code>cl_loaddbdir</code>
69
+    loads all databases from a <code>dirname</code> directory. <code>cl_retdbdir</code>
70
+    returns a default (hardcoded) database directory path. After an
71
+    initialisation an internal database representation will be saved
72
+    under <code>root</code> (which must initially point to NULL) and a number of
73
+    loaded signatures will be <B>added</B> <A NAME="tex2html38"
74
+  HREF="footnode.html#foot343"><SUP>7</SUP></A> to <code>virnum</code>. You can eventually
75
+    pass NULL if you don't care about a signature counter. Both <code>cl_loaddb</code>
76
+    and <code>cl_loaddbdir</code> functions return 0 on success and a non-negative
77
+    value on failure.
78
+    <PRE>
79
+	    ...
80
+	    struct cl_node *root = NULL;
81
+	    int ret, signo = 0;
82
+
83
+	ret = cl_loaddbdir(cl_retdbdir(), &amp;root, &amp;signo);
84
+</PRE>
85
+
86
+<P>
87
+<BR><HR>
88
+<ADDRESS>
89
+Tomasz Kojm
90
+2005-02-06
91
+</ADDRESS>
92
+</BODY>
93
+</HTML>
0 94
new file mode 100644
... ...
@@ -0,0 +1,74 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Error handling</TITLE>
10
+<META NAME="description" CONTENT="Error handling">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node39.html">
22
+<LINK REL="previous" HREF="node37.html">
23
+<LINK REL="up" HREF="node35.html">
24
+<LINK REL="next" HREF="node39.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html964"
30
+  HREF="node39.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html960"
33
+  HREF="node35.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html954"
36
+  HREF="node37.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html962"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html965"
43
+  HREF="node39.html">Database structure</A>
44
+<B> Up:</B> <A NAME="tex2html961"
45
+  HREF="node35.html">API</A>
46
+<B> Previous:</B> <A NAME="tex2html955"
47
+  HREF="node37.html">Database loading</A>
48
+ &nbsp <B>  <A NAME="tex2html963"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00073300000000000000">
55
+Error handling</A>
56
+</H3>
57
+    Use <code>cl_strerror</code> to convert error codes into human readable messages.
58
+    The function returns a statically allocated string:
59
+    <PRE>
60
+	if(ret) {
61
+	    printf("cl_loaddbdir() error: %s\n", cl_strerror(ret));
62
+	    exit(1);
63
+	}
64
+</PRE>
65
+
66
+<P>
67
+<BR><HR>
68
+<ADDRESS>
69
+Tomasz Kojm
70
+2005-02-06
71
+</ADDRESS>
72
+</BODY>
73
+</HTML>
0 74
new file mode 100644
... ...
@@ -0,0 +1,74 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Database structure</TITLE>
10
+<META NAME="description" CONTENT="Database structure">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="previous" HREF="node38.html">
22
+<LINK REL="up" HREF="node35.html">
23
+<LINK REL="next" HREF="node40.html">
24
+</HEAD>
25
+
26
+<BODY >
27
+<!--Navigation Panel-->
28
+<A NAME="tex2html974"
29
+  HREF="node40.html">
30
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
31
+<A NAME="tex2html970"
32
+  HREF="node35.html">
33
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
34
+<A NAME="tex2html966"
35
+  HREF="node38.html">
36
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
37
+<A NAME="tex2html972"
38
+  HREF="node1.html">
39
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
40
+<BR>
41
+<B> Next:</B> <A NAME="tex2html975"
42
+  HREF="node40.html">Database reloading</A>
43
+<B> Up:</B> <A NAME="tex2html971"
44
+  HREF="node35.html">API</A>
45
+<B> Previous:</B> <A NAME="tex2html967"
46
+  HREF="node38.html">Error handling</A>
47
+ &nbsp <B>  <A NAME="tex2html973"
48
+  HREF="node1.html">Contents</A></B> 
49
+<BR>
50
+<BR>
51
+<!--End of Navigation Panel-->
52
+
53
+<H3><A NAME="SECTION00073400000000000000">
54
+Database structure</A>
55
+</H3>
56
+    Now initialise internal transitions with <code>cl_build</code>.
57
+    <PRE>
58
+	int cl_build(struct cl_node *root);
59
+</PRE>
60
+    In our example:
61
+    <PRE>
62
+	if((ret = cl_build(root)))
63
+	    printf("cl_build() error: %s\n", cl_strerror(ret));
64
+    </PRE>
65
+
66
+<P>
67
+<BR><HR>
68
+<ADDRESS>
69
+Tomasz Kojm
70
+2005-02-06
71
+</ADDRESS>
72
+</BODY>
73
+</HTML>
0 74
new file mode 100644
... ...
@@ -0,0 +1,85 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Mailing lists</TITLE>
10
+<META NAME="description" CONTENT="Mailing lists">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node5.html">
22
+<LINK REL="previous" HREF="node3.html">
23
+<LINK REL="up" HREF="node2.html">
24
+<LINK REL="next" HREF="node5.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html528"
30
+  HREF="node5.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html524"
33
+  HREF="node2.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html518"
36
+  HREF="node3.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html526"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html529"
43
+  HREF="node5.html">Virus submitting</A>
44
+<B> Up:</B> <A NAME="tex2html525"
45
+  HREF="node2.html">Introduction</A>
46
+<B> Previous:</B> <A NAME="tex2html519"
47
+  HREF="node3.html">Features</A>
48
+ &nbsp <B>  <A NAME="tex2html527"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION00022000000000000000">
55
+Mailing lists</A>
56
+</H2>
57
+    If you have a trouble installing or using ClamAV try to ask on our mailing
58
+    lists. There are four lists available:
59
+    
60
+<UL>
61
+<LI><B>clamav-announce*lists.clamav.net</B> - info about new versions,
62
+    moderated<A NAME="tex2html1"
63
+  HREF="footnode.html#foot92"><SUP>1</SUP></A>.
64
+</LI>
65
+<LI><B>clamav-users*lists.clamav.net</B> - user questions
66
+</LI>
67
+<LI><B>clamav-devel*lists.clamav.net</B> - technical discussions
68
+</LI>
69
+<LI><B>clamav-virusdb*lists.clamav.net</B> - database update announcements, moderated
70
+    
71
+</LI>
72
+</UL>
73
+    You can subscribe and search the mailing list archives at: 
74
+    <TT><A NAME="tex2html2"
75
+  HREF="http://www.clamav.net/ml.html">http://www.clamav.net/ml.html</A></TT>
76
+<BR>
77
+<P>
78
+<BR><HR>
79
+<ADDRESS>
80
+Tomasz Kojm
81
+2005-02-06
82
+</ADDRESS>
83
+</BODY>
84
+</HTML>
0 85
new file mode 100644
... ...
@@ -0,0 +1,106 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Database reloading</TITLE>
10
+<META NAME="description" CONTENT="Database reloading">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node45.html">
22
+<LINK REL="previous" HREF="node35.html">
23
+<LINK REL="up" HREF="node30.html">
24
+<LINK REL="next" HREF="node41.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html986"
30
+  HREF="node41.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html982"
33
+  HREF="node30.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html976"
36
+  HREF="node39.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html984"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html987"
43
+  HREF="node41.html">Data scan functions</A>
44
+<B> Up:</B> <A NAME="tex2html983"
45
+  HREF="node30.html">LibClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html977"
47
+  HREF="node39.html">Database structure</A>
48
+ &nbsp <B>  <A NAME="tex2html985"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION00074000000000000000">
55
+Database reloading</A>
56
+</H2>
57
+    The most important thing is to keep the internal instance of the database
58
+    up to date. You can watch database changes with the <code>cl_stat</code>
59
+    functions family.
60
+    <PRE>
61
+	int cl_statinidir(const char *dirname, struct cl_stat *dbstat);
62
+	int cl_statchkdir(const struct cl_stat *dbstat);
63
+	int cl_statfree(struct cl_stat *dbstat);
64
+</PRE>
65
+    Initialization:
66
+    <PRE>
67
+	    ...
68
+	    struct cl_stat dbstat;
69
+
70
+	memset(&amp;dbstat, 0, sizeof(struct cl_stat));
71
+	cl_statinidir(dbdir, &amp;dbstat);
72
+</PRE>
73
+    To check for a change you only need to call <code>cl_statchkdir</code>:
74
+    <PRE>
75
+	if(cl_statchkdir(&amp;dbstat) == 1) {
76
+	    reload_database...;
77
+	    cl_statfree(&amp;dbstat);
78
+	    cl_statinidir(cl_retdbdir(), &amp;dbstat);
79
+	}
80
+</PRE>
81
+    Remember to reinitialize the structure after reload.
82
+
83
+<P>
84
+<BR><HR>
85
+<!--Table of Child-Links-->
86
+<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
87
+
88
+<UL>
89
+<LI><A NAME="tex2html988"
90
+  HREF="node41.html">Data scan functions</A>
91
+<LI><A NAME="tex2html989"
92
+  HREF="node42.html">Memory</A>
93
+<LI><A NAME="tex2html990"
94
+  HREF="node43.html">clamav-config</A>
95
+<LI><A NAME="tex2html991"
96
+  HREF="node44.html">Example</A>
97
+</UL>
98
+<!--End of Table of Child-Links-->
99
+<BR><HR>
100
+<ADDRESS>
101
+Tomasz Kojm
102
+2005-02-06
103
+</ADDRESS>
104
+</BODY>
105
+</HTML>
0 106
new file mode 100644
... ...
@@ -0,0 +1,212 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Data scan functions</TITLE>
10
+<META NAME="description" CONTENT="Data scan functions">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node42.html">
22
+<LINK REL="previous" HREF="node40.html">
23
+<LINK REL="up" HREF="node40.html">
24
+<LINK REL="next" HREF="node42.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1002"
30
+  HREF="node42.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html998"
33
+  HREF="node40.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html992"
36
+  HREF="node40.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1000"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1003"
43
+  HREF="node42.html">Memory</A>
44
+<B> Up:</B> <A NAME="tex2html999"
45
+  HREF="node40.html">Database reloading</A>
46
+<B> Previous:</B> <A NAME="tex2html993"
47
+  HREF="node40.html">Database reloading</A>
48
+ &nbsp <B>  <A NAME="tex2html1001"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00074100000000000000">
55
+Data scan functions</A>
56
+</H3>
57
+    It's possible to scan a buffer, a descriptor, or a file with:
58
+    <PRE>
59
+	int cl_scanbuff(const char *buffer, unsigned int length,
60
+	const char **virname, const struct cl_node *root);
61
+
62
+	int cl_scandesc(int desc, const char **virname, unsigned
63
+	long int *scanned, const struct cl_node *root, const
64
+	struct cl_limits *limits, unsigned int options);
65
+
66
+	int cl_scanfile(const char *filename, const char **virname,
67
+	unsigned long int *scanned, const struct cl_node *root,
68
+	const struct cl_limits *limits, unsigned int options);
69
+</PRE>
70
+    All the functions save a virus name under <code>virname</code> pointer.
71
+    It points to a field in the internal database structure and must not
72
+    be released directly. If the <code>scanned</code> pointer is not NULL the
73
+    functions will increase a value represented by this pointer by a size
74
+    of scanned data in <code>CL_COUNT_PRECISION</code> units. The last two
75
+    functions also support archive limits required to protect against Denial
76
+    of Service attacks.
77
+    <PRE>
78
+	struct cl_limits {
79
+	    int maxreclevel; /* maximal recursion level */
80
+	    int maxfiles; /* maximal number of files to be
81
+                   * scanned within archive
82
+                   */
83
+	    int maxratio; /* maximal compression ratio */
84
+	    short archivememlim; /* limit memory usage for bzip2 (0/1) */
85
+	    long int maxfilesize; /* archived files larger than this
86
+                           * value will not be scanned
87
+                           */
88
+	};
89
+</PRE>
90
+    The <code>options</code> argument configures the scan engine and supports the
91
+    following flags (that can be combined using bit operators):
92
+    
93
+<UL>
94
+<LI><B>CL_SCAN_STDOPT</B>
95
+<BR>
96
+This is an alias for a recommended set of scan options. You
97
+	      should use it to make your software ready for new features
98
+	      in future versions of libclamav.
99
+</LI>
100
+<LI><B>CL_SCAN_RAW</B>
101
+<BR>
102
+It does nothing. Please use it (alone) if you don't want
103
+	      to scan any special files.
104
+</LI>
105
+<LI><B>CL_SCAN_ARCHIVE</B>
106
+<BR>
107
+This flag enables transparent scanning of various archive formats.
108
+</LI>
109
+<LI><B>CL_SCAN_BLOCKENCRYPTED</B>
110
+<BR>
111
+With this flag the library marks encrypted archives as viruses
112
+	      (Encrypted.Zip, Encrypted.RAR).
113
+</LI>
114
+<LI><B>CL_SCAN_BLOCKMAX</B>
115
+<BR>
116
+Mark archives as viruses if <code>maxfiles</code>, <code>maxfilesize</code>,
117
+	      or <code>maxreclevel</code> limit is reached.
118
+</LI>
119
+<LI><B>CL_SCAN_MAIL</B>
120
+<BR>
121
+It enables support for mail files.
122
+</LI>
123
+<LI><B>CL_SCAN_MAILURL</B>
124
+<BR>
125
+The mail scanner will download and scan URLs listed in a mail
126
+	      body. This flag should not be used on loaded servers. Due to
127
+	      potential problems please do not enable it by default but make
128
+	      it optional.
129
+</LI>
130
+<LI><B>CL_SCAN_OLE2</B>
131
+<BR>
132
+Enables support for Microsoft Office document files.
133
+</LI>
134
+<LI><B>CL_SCAN_PE</B>
135
+<BR>
136
+This flag enables scanning withing Portable Executable files and
137
+	      allows libclamav to unpack UPX, Petite, and FSG compressed
138
+	      executables.
139
+</LI>
140
+<LI><B>CL_SCAN_BLOCKBROKEN</B>
141
+<BR>
142
+libclamav will try to detect broken executables and mark them as
143
+	      Broken.Executable.
144
+</LI>
145
+<LI><B>CL_SCAN_HTML</B>
146
+<BR>
147
+This flag enables HTML normalisation (including JScript
148
+	      decryption).
149
+    
150
+</LI>
151
+</UL>
152
+    All functions return 0 (<code>CL_CLEAN</code>) if the file is clean,
153
+    <code>CL_VIRUS</code> when virus is detected and an another value on failure.
154
+    <PRE>
155
+	    ...
156
+	    struct cl_limits limits;
157
+	    const char *virname;
158
+
159
+	memset(&amp;limits, 0, sizeof(struct cl_limits));
160
+	/* maximal number of files in archive */;
161
+	limits.maxfiles = 1000
162
+	/* maximal archived file size */
163
+	limits.maxfilesize = 10 * 1048576; /* 10 MB */
164
+	/* maximal recursion level */
165
+	limits.maxreclevel = 5;
166
+	/* maximal compression ratio */
167
+	limits.maxratio = 200;
168
+	/* disable memory limit for bzip2 scanner */
169
+	limits.archivememlim = 0;
170
+
171
+	if((ret = cl_scanfile("/home/zolw/test", &amp;virname, NULL, root,
172
+	&amp;limits, CL_STDOPT)) == CL_VIRUS) {
173
+	    printf("Detected %s virus.\n", virname);
174
+	} else {
175
+	    printf("No virus detected.\n");
176
+	    if(ret != CL_CLEAN)
177
+	        printf("Error: %s\n", cl_strerror(ret));
178
+	}
179
+</PRE>
180
+
181
+<P>
182
+<HR>
183
+<!--Navigation Panel-->
184
+<A NAME="tex2html1002"
185
+  HREF="node42.html">
186
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
187
+<A NAME="tex2html998"
188
+  HREF="node40.html">
189
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
190
+<A NAME="tex2html992"
191
+  HREF="node40.html">
192
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
193
+<A NAME="tex2html1000"
194
+  HREF="node1.html">
195
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
196
+<BR>
197
+<B> Next:</B> <A NAME="tex2html1003"
198
+  HREF="node42.html">Memory</A>
199
+<B> Up:</B> <A NAME="tex2html999"
200
+  HREF="node40.html">Database reloading</A>
201
+<B> Previous:</B> <A NAME="tex2html993"
202
+  HREF="node40.html">Database reloading</A>
203
+ &nbsp <B>  <A NAME="tex2html1001"
204
+  HREF="node1.html">Contents</A></B> 
205
+<!--End of Navigation Panel-->
206
+<ADDRESS>
207
+Tomasz Kojm
208
+2005-02-06
209
+</ADDRESS>
210
+</BODY>
211
+</HTML>
0 212
new file mode 100644
... ...
@@ -0,0 +1,71 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Memory</TITLE>
10
+<META NAME="description" CONTENT="Memory">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node43.html">
22
+<LINK REL="previous" HREF="node41.html">
23
+<LINK REL="up" HREF="node40.html">
24
+<LINK REL="next" HREF="node43.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1014"
30
+  HREF="node43.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1010"
33
+  HREF="node40.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1004"
36
+  HREF="node41.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1012"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1015"
43
+  HREF="node43.html">clamav-config</A>
44
+<B> Up:</B> <A NAME="tex2html1011"
45
+  HREF="node40.html">Database reloading</A>
46
+<B> Previous:</B> <A NAME="tex2html1005"
47
+  HREF="node41.html">Data scan functions</A>
48
+ &nbsp <B>  <A NAME="tex2html1013"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00074200000000000000">
55
+Memory</A>
56
+</H3>
57
+    Because the internal database uses a few megabytes of memory, you should
58
+    release it if you no longer need to scan files.
59
+    <PRE>
60
+	void cl_free(struct cl_node *root);
61
+</PRE>
62
+
63
+<P>
64
+<BR><HR>
65
+<ADDRESS>
66
+Tomasz Kojm
67
+2005-02-06
68
+</ADDRESS>
69
+</BODY>
70
+</HTML>
0 71
new file mode 100644
... ...
@@ -0,0 +1,73 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>clamav-config</TITLE>
10
+<META NAME="description" CONTENT="clamav-config">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node44.html">
22
+<LINK REL="previous" HREF="node42.html">
23
+<LINK REL="up" HREF="node40.html">
24
+<LINK REL="next" HREF="node44.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1026"
30
+  HREF="node44.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1022"
33
+  HREF="node40.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1016"
36
+  HREF="node42.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1024"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1027"
43
+  HREF="node44.html">Example</A>
44
+<B> Up:</B> <A NAME="tex2html1023"
45
+  HREF="node40.html">Database reloading</A>
46
+<B> Previous:</B> <A NAME="tex2html1017"
47
+  HREF="node42.html">Memory</A>
48
+ &nbsp <B>  <A NAME="tex2html1025"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00074300000000000000">
55
+clamav-config</A>
56
+</H3>
57
+    Use <code>clamav-config</code> to check libclamav compilation information.
58
+    <PRE>
59
+	zolw@localhost:~$ clamav-config --libs
60
+	-L/usr/local/lib -lz -lbz2 -lgmp -lpthread
61
+	zolw@localhost:~$ clamav-config --cflags
62
+	-I/usr/local/include -g -O2
63
+</PRE>
64
+
65
+<P>
66
+<BR><HR>
67
+<ADDRESS>
68
+Tomasz Kojm
69
+2005-02-06
70
+</ADDRESS>
71
+</BODY>
72
+</HTML>
0 73
new file mode 100644
... ...
@@ -0,0 +1,71 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Example</TITLE>
10
+<META NAME="description" CONTENT="Example">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="previous" HREF="node43.html">
22
+<LINK REL="up" HREF="node40.html">
23
+<LINK REL="next" HREF="node45.html">
24
+</HEAD>
25
+
26
+<BODY >
27
+<!--Navigation Panel-->
28
+<A NAME="tex2html1036"
29
+  HREF="node45.html">
30
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
31
+<A NAME="tex2html1032"
32
+  HREF="node40.html">
33
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
34
+<A NAME="tex2html1028"
35
+  HREF="node43.html">
36
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
37
+<A NAME="tex2html1034"
38
+  HREF="node1.html">
39
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
40
+<BR>
41
+<B> Next:</B> <A NAME="tex2html1037"
42
+  HREF="node45.html">CVD format</A>
43
+<B> Up:</B> <A NAME="tex2html1033"
44
+  HREF="node40.html">Database reloading</A>
45
+<B> Previous:</B> <A NAME="tex2html1029"
46
+  HREF="node43.html">clamav-config</A>
47
+ &nbsp <B>  <A NAME="tex2html1035"
48
+  HREF="node1.html">Contents</A></B> 
49
+<BR>
50
+<BR>
51
+<!--End of Navigation Panel-->
52
+
53
+<H3><A NAME="SECTION00074400000000000000">
54
+Example</A>
55
+</H3>
56
+    You will find an example scanner application in the clamav sources
57
+    (/example). Remember that all programs based on libclamav must be linked
58
+    against it:
59
+    <PRE>
60
+	gcc -Wall ex1.c -o ex1 -lclamav
61
+</PRE>
62
+
63
+<P>
64
+<BR><HR>
65
+<ADDRESS>
66
+Tomasz Kojm
67
+2005-02-06
68
+</ADDRESS>
69
+</BODY>
70
+</HTML>
0 71
new file mode 100644
... ...
@@ -0,0 +1,86 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>CVD format</TITLE>
10
+<META NAME="description" CONTENT="CVD format">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="previous" HREF="node40.html">
22
+<LINK REL="up" HREF="node30.html">
23
+<LINK REL="next" HREF="node46.html">
24
+</HEAD>
25
+
26
+<BODY >
27
+<!--Navigation Panel-->
28
+<A NAME="tex2html1046"
29
+  HREF="node46.html">
30
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
31
+<A NAME="tex2html1042"
32
+  HREF="node30.html">
33
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
34
+<A NAME="tex2html1038"
35
+  HREF="node44.html">
36
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
37
+<A NAME="tex2html1044"
38
+  HREF="node1.html">
39
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
40
+<BR>
41
+<B> Next:</B> <A NAME="tex2html1047"
42
+  HREF="node46.html">Frequently Asked Questions</A>
43
+<B> Up:</B> <A NAME="tex2html1043"
44
+  HREF="node30.html">LibClamAV</A>
45
+<B> Previous:</B> <A NAME="tex2html1039"
46
+  HREF="node44.html">Example</A>
47
+ &nbsp <B>  <A NAME="tex2html1045"
48
+  HREF="node1.html">Contents</A></B> 
49
+<BR>
50
+<BR>
51
+<!--End of Navigation Panel-->
52
+
53
+<H2><A NAME="SECTION00075000000000000000">
54
+CVD format</A>
55
+</H2>
56
+    CVD (ClamAV Virus Database) is a digitally signed tarball file that
57
+    contains one or more databases. The header is a 512 bytes long string
58
+    with colon separated fields:
59
+    <PRE>
60
+ClamAV-VDB:build time:version:number of signatures:functionality
61
+level required:MD5 checksum:digital signature:builder name:build time (sec)
62
+</PRE>
63
+    <code>sigtool --info</code> displays detailed information on CVD files:
64
+    <PRE>
65
+    zolw@localhost:/usr/local/share/clamav$ sigtool -i daily.cvd 
66
+    Build time: 11 Sep 2004 21-07 +0200
67
+    Version: 487
68
+    # of signatures: 1189
69
+    Functionality level: 2
70
+    Builder: ccordes
71
+    MD5: a3f4f98694229e461f17d2aa254e9a43
72
+    Digital signature: uwJS6d+y/9g5SXGE0Hh1rXyjZW/PGK/zqVtWWVL3/tfHEn
73
+    A17z6VB2IBR2I/OitKRYzmVo3ibU7bPCJNgi6fPcW1PQwvCunwAswvR0ehrvY/4ks
74
+    UjUOXo1VwQlW7l86HZmiMUSyAjnF/gciOSsOQa9Hli8D5uET1RDzVpoWu/id
75
+    Verification OK.
76
+</PRE>
77
+
78
+<P>
79
+<BR><HR>
80
+<ADDRESS>
81
+Tomasz Kojm
82
+2005-02-06
83
+</ADDRESS>
84
+</BODY>
85
+</HTML>
0 86
new file mode 100644
... ...
@@ -0,0 +1,397 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Frequently Asked Questions</TITLE>
10
+<META NAME="description" CONTENT="Frequently Asked Questions">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node47.html">
22
+<LINK REL="previous" HREF="node30.html">
23
+<LINK REL="up" HREF="clamdoc.html">
24
+<LINK REL="next" HREF="node47.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1058"
30
+  HREF="node47.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1054"
33
+  HREF="clamdoc.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1048"
36
+  HREF="node45.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1056"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1059"
43
+  HREF="node47.html">Third party software</A>
44
+<B> Up:</B> <A NAME="tex2html1055"
45
+  HREF="clamdoc.html">clamdoc</A>
46
+<B> Previous:</B> <A NAME="tex2html1049"
47
+  HREF="node45.html">CVD format</A>
48
+ &nbsp <B>  <A NAME="tex2html1057"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H1><A NAME="SECTION00080000000000000000">
55
+Frequently Asked Questions</A>
56
+</H1>
57
+    The FAQ section is maintained by Luca Gibelli.
58
+
59
+<P>
60
+
61
+<UL>
62
+<LI><B>What does <I>WARNING: Current functionality level = 1,
63
+	required = 2</I> mean?</B>
64
+<BR>
65
+The functionality level of the database determines which scanner engine
66
+	version is required to use all of its signatures. If you don't upgrade
67
+	immediately you will be in big trouble.
68
+
69
+<P>
70
+</LI>
71
+<LI><B>What does <I>Your ClamAV installation is OUTDATED</I>
72
+	mean?</B>
73
+<BR>
74
+You'll get this message whenever a new version of ClamAV is released.
75
+	In order to detect all the latest viruses, it's not enough to keep your
76
+	database up to date. You also need to run the latest version of the
77
+	scanner. You can find the latest release at <TT><A NAME="tex2html39"
78
+  HREF="http://www.clamav.net">http://www.clamav.net</A></TT>	under the <code>stable</code> link. Running the latest stable release also
79
+	improves stability.
80
+
81
+<P>
82
+</LI>
83
+<LI><B>What does <I>WARNING: DNS record is older than 3 hours</I>
84
+	mean?</B>
85
+<BR>
86
+freshclam attempts to detect potential problems with DNS caches and
87
+	switches to the old mode if something looks suspicious. If this message
88
+	appears seldomly, you can safely ignore it. If you get the error
89
+	everytime you run freshclam, you should check your dns settings.
90
+
91
+<P>
92
+</LI>
93
+<LI><B>What does <I>SECURITY WARNING: NO SUPPORT FOR DIGITAL
94
+	SIGNATURES</I> mean?</B>
95
+<BR>
96
+The ClamAV package requires the GMP library to verify the digital
97
+	signature of the virus database. When building ClamAV you need the
98
+	GMP library and its headers: if you are using Debian just run
99
+	<code>apt-get install libgmp3-dev</code>, if you are using an RPM based
100
+	distribution install the gmp-devel package.
101
+
102
+<P>
103
+</LI>
104
+<LI><B>How often is the virus database updated?</B>
105
+<BR>
106
+The virus database is usually updated many times per week. Check out
107
+	<TT><A NAME="tex2html40"
108
+  HREF="http://news.gmane.org/gmane.comp.security.virus.clamav.virusdb/">http://news.gmane.org/gmane.comp.security.virus.clamav.virusdb/</A></TT>	to see our response times to new threats. The virusdb team tries to
109
+	keep up with the latest worm in the wild. When a new worm spreads out,
110
+	often it is less than one hour before we release a database update.
111
+	You can contribute to make the virusdb updating process more efficient
112
+	by submitting samples of viruses via our web interface.
113
+
114
+<P>
115
+</LI>
116
+<LI><B>I tried to submit a sample through the web interface,
117
+	but it said the sample is already recognized by ClamAV. My clamscan
118
+	tells me it's not. I already updated my database, what's wrong with
119
+	my setup?</B>
120
+<BR>
121
+Please run clamscan with the -mbox option. Also check that freshclam
122
+	and clamscan are using the same path for storing/reading the database.
123
+
124
+<P>
125
+</LI>
126
+<LI><B>ClamAV crashes/hangs/doesn't compile/doesn't start. Did
127
+	I find a bug?</B>
128
+<BR>
129
+Before reporting a bug, please download the latest CVS code and try to
130
+	reproduce the bug with it. Chances are the bug you encountered has
131
+	already been fixed. If you really feel like you found a bug, please
132
+	send a message bugs*clamav.net.
133
+
134
+<P>
135
+</LI>
136
+<LI><B>How do I automatically restart clamd when it dies?</B>
137
+<BR>
138
+Set up a cronjob which checks that clamd is up and running, every XX
139
+	minutes. You can find an example script in the
140
+	<code>contrib/clamdwatch/</code> directory.
141
+
142
+<P>
143
+</LI>
144
+<LI><B>How do I keep my virus database up to date?</B>
145
+<BR>
146
+ClamAV comes with freshclam, a tool which periodically checks for
147
+	new database releases and keeps your database up to date.
148
+
149
+<P>
150
+</LI>
151
+<LI><B>I'm running ClamAV on a lot of clients on my local
152
+	network. Can I mirror the database locally so that each client
153
+	doesn't have to download it from your servers?</B>
154
+<BR>
155
+Sure, install a proxy server and then configure your freshclam clients
156
+	to use it (watch for the <code>HTTPProxyServer</code> parameter in
157
+	<code>man freshclam.conf</code>). Alternatively, you can configure a local
158
+	webserver on one of your machines (say machine1.mylan) and let
159
+	freshclam download the *.cvd files from
160
+	<TT><A NAME="tex2html41"
161
+  HREF="http://database.clamav.net/">http://database.clamav.net/</A></TT> to the webserver's
162
+	<code>DocumentRoot</code>. Finally, change <code>freshclam.conf</code> on your
163
+	clients so that it reads: <code>DatabaseMirror machine1.mylan</code>
164
+	First the database will be downloaded to the local webserver and then
165
+	the other clients on the network will update their copy of the database
166
+	from it.
167
+
168
+<P>
169
+</LI>
170
+<LI><B>How can I list the virus signature names contained in
171
+	the database?</B>
172
+<BR>
173
+If you are using a recent version of ClamAV just run:
174
+	<code>$sigtool --list-sigs</code>
175
+
176
+<P>
177
+</LI>
178
+<LI><B>I found an infected file in my HD/floppy/mailbox, but
179
+	ClamAV doesn't recognize it yet. Can you help me?</B>
180
+<BR>
181
+Our virus database is kept up to date with the help of the community.
182
+	Whenever you find a new virus which is not detected by ClamAV you
183
+	should submit it on our website (go to <TT><A NAME="tex2html42"
184
+  HREF="www.clamav.net">www.clamav.net</A></TT> and
185
+	click on <I>submit sample</I>). The virusdb team will review your
186
+	submission and update the database if necessary. Before submitting
187
+	a new sample:
188
+	
189
+<UL>
190
+<LI>check that the value of <code>DatabaseDirectory</code>, in both
191
+	    <code>clamd.conf</code> and
192
+<BR><code>freshclam.conf</code>, is the same
193
+</LI>
194
+<LI>update your database by running freshclam
195
+	
196
+</LI>
197
+</UL>
198
+
199
+<P>
200
+</LI>
201
+<LI><B>Why is ClamAV calling the XXX virus with another name?</B>
202
+<BR>
203
+This usually happens when we add a signature before other AV
204
+	vendors. No well-known name is available at that moment so we have to
205
+	invent one. Renaming the virus after a few days would just confuse
206
+	people more, so we usually keep on using our name for that virus. The
207
+	only exception is when a new name is established soon after the
208
+	signature addition. You can find more info about this in the virus
209
+	naming page at <TT><A NAME="tex2html43"
210
+  HREF="http://www.clamav.net/cvdinfo.html">http://www.clamav.net/cvdinfo.html</A></TT>
211
+<P>
212
+</LI>
213
+<LI><B>How do I know when database updates are released?</B>
214
+<BR>
215
+Subscribe to the <I>clamav-virusdb</I> mailing-list.
216
+
217
+<P>
218
+</LI>
219
+<LI><B>How can I scan a file on my hard disk for viruses
220
+	without installing ClamAV?</B>
221
+<BR>
222
+Use the online scanning tool available at
223
+	<TT><A NAME="tex2html44"
224
+  HREF="http://test-clamav.power-netz.de/">http://test-clamav.power-netz.de/</A></TT>
225
+<P>
226
+</LI>
227
+<LI><B>I found a false positive in ClamAV virus database. What
228
+	shall I do?</B>
229
+<BR>
230
+Fill the form at <TT><A NAME="tex2html45"
231
+  HREF="http://www.clamav.net/sendvirus.html">http://www.clamav.net/sendvirus.html</A></TT> Be sure to
232
+	select <I>The file attached is... a false positive</I>
233
+
234
+<P>
235
+</LI>
236
+<LI><B>How do I verify the integrity of ClamAV sources?</B>
237
+<BR>
238
+Using GnuPG (<TT><A NAME="tex2html46"
239
+  HREF="http://www.gnupg.org/">http://www.gnupg.org/</A></TT>) you can easily verify the
240
+	authenticity of your stable release downloads by using the following
241
+	method:
242
+	
243
+<UL>
244
+<LI>Download Tomasz Kojm's key from the clamav.net site:
245
+<BR>	<code>$ wget http://www.clamav.net/gpg/tkojm.gpg</code>
246
+</LI>
247
+<LI>Import the key into your local public keyring:
248
+<BR>	<code>\$ gpg --import tkojm.gpg</code>
249
+</LI>
250
+<LI>Download the stable release AND the corresponding .sig file to
251
+	the same directory.
252
+<BR>	<PRE>
253
+	$ wget http://prdownloads.sourceforge.net/clamav/clamav-X.XX.tar.gz
254
+	$ wget http://prdownloads.sourceforge.net/clamav/clamav-X.XX.tar.gz.sig
255
+</PRE>
256
+</LI>
257
+<LI>Verify that the stable release download is signed with the proper
258
+	key:
259
+<BR>	<code>$ gpg --verify clamav-X.XX.tar.gz.sig</code>
260
+</LI>
261
+<LI>Make sure the resulting output contain the following
262
+	information:
263
+<BR>	<code>Good signature from Tomasz Kojm (tk*lodz.tpnet.pl)</code>
264
+	
265
+</LI>
266
+</UL>
267
+
268
+<P>
269
+</LI>
270
+<LI><B>Can ClamAV disinfect files?</B>
271
+<BR>
272
+No, it can't. We will add support for disinfecting OLE2 files in one
273
+	of the next stable releases. There are no plans for disinfecting other
274
+	types of files. There are many reasons for it: cleaning viruses from
275
+	files is virtually pointless these days. It is very seldom that there
276
+	is anything useful left after cleaning, and even if there is,
277
+	would you trust it?
278
+
279
+<P>
280
+</LI>
281
+<LI><B>When using clamscan, is there a way to know which message
282
+	within an mbox is infected?</B>
283
+<BR>
284
+No, clamscan stops at the first infected message. You can convert the
285
+	mbox to Maildir format, run clamscan on it and then convert it back to
286
+	mbox format. There are many tools available which can convert to and
287
+	from Maildir format, e.g: formail, mbox2maildir, and maildir2mbox.
288
+
289
+<P>
290
+</LI>
291
+<LI><B>I'm running qmail+Qmail-Scanner+ClamAV and get the
292
+	following error in my mail logs: <I>clamdscan: corrupt or unknown
293
+	clamd scanner error or memory/resource/perms problem</I>. What's wrong
294
+	with it?</B>
295
+<BR>
296
+Most likely clamd is not running at all, or you are running
297
+	Qmail-Scanner and clamd under a different uid. If you are running
298
+	Qmail-Scanner as qscand (default setting) you could put
299
+	<code>User qscand</code> inside your clamd.conf file and restart clamd.
300
+	Remember to check that qscand can create clamd.ctl (usually located at
301
+	<code>/var/run/clamav/clamd.ctl</code>). The same applies to the log file.
302
+
303
+<P>
304
+</LI>
305
+<LI><B>How do I use ClamAV with p3scan?</B>
306
+<BR>
307
+Add the following lines to your pop3vscan configuration file:
308
+	<PRE>
309
+	    virusregexp = .*: (.*) FOUND
310
+	    scanner = /usr/bin/clamdscan --no-summary -i
311
+	    scannertype = basic
312
+</PRE>
313
+
314
+<P>
315
+</LI>
316
+<LI><B>Where can I ask questions about using ClamAV?</B>
317
+<BR>
318
+Subscribe to our <I>clamav-users</I> mailing-list at
319
+	<TT><A NAME="tex2html47"
320
+  HREF="http://www.clamav.net/ml.html">http://www.clamav.net/ml.html</A></TT>
321
+<P>
322
+</LI>
323
+<LI><B>Where can I get the latest CVS snapshot of ClamAV?</B>
324
+<BR>
325
+Basically, there are two ways:
326
+	
327
+<UL>
328
+<LI>Run
329
+<BR>	    <code>cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/clamav co clamav-devel</code>
330
+</LI>
331
+<LI>Visit <TT><A NAME="tex2html48"
332
+  HREF="http://www.clamav.net/snapshot/">http://www.clamav.net/snapshot/</A></TT>
333
+</LI>
334
+</UL>
335
+
336
+<P>
337
+</LI>
338
+<LI><B>I'm a MS Windows user. Can I take advantage of ClamAV
339
+	virus protection?</B>
340
+<BR>
341
+Yes, you can use ClamWin, a port of ClamAV for win32 systems with a
342
+	very nice graphic interface. Download it at <TT><A NAME="tex2html49"
343
+  HREF="http://www.clamwin.net">http://www.clamwin.net</A></TT>
344
+<P>
345
+</LI>
346
+<LI><B>Where can I find more information about ClamAV?</B>
347
+<BR>
348
+Please read this documentation. You can also try searching the mailing
349
+	list archives. If you can't find the answer, you can ask for support on
350
+	the clamav-users mailing-list, but please before doing it, search the
351
+	archives! Also, make sure that you don't send HTML-ized email messages
352
+	and that you don't top-post (these violate the netiquette and lessen
353
+	your chances of being answered).
354
+
355
+<P>
356
+</LI>
357
+<LI><B>How can I contribute to the ClamAV project?</B>
358
+<BR>
359
+There are many ways to contribute to the ClamAV project. See the
360
+	donations page (<TT><A NAME="tex2html50"
361
+  HREF="http://www.clamav.net/donate.html">http://www.clamav.net/donate.html</A></TT> for more info.
362
+    
363
+</LI>
364
+</UL>
365
+
366
+<P>
367
+<HR>
368
+<!--Navigation Panel-->
369
+<A NAME="tex2html1058"
370
+  HREF="node47.html">
371
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
372
+<A NAME="tex2html1054"
373
+  HREF="clamdoc.html">
374
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
375
+<A NAME="tex2html1048"
376
+  HREF="node45.html">
377
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
378
+<A NAME="tex2html1056"
379
+  HREF="node1.html">
380
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
381
+<BR>
382
+<B> Next:</B> <A NAME="tex2html1059"
383
+  HREF="node47.html">Third party software</A>
384
+<B> Up:</B> <A NAME="tex2html1055"
385
+  HREF="clamdoc.html">clamdoc</A>
386
+<B> Previous:</B> <A NAME="tex2html1049"
387
+  HREF="node45.html">CVD format</A>
388
+ &nbsp <B>  <A NAME="tex2html1057"
389
+  HREF="node1.html">Contents</A></B> 
390
+<!--End of Navigation Panel-->
391
+<ADDRESS>
392
+Tomasz Kojm
393
+2005-02-06
394
+</ADDRESS>
395
+</BODY>
396
+</HTML>
0 397
new file mode 100644
... ...
@@ -0,0 +1,275 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Third party software</TITLE>
10
+<META NAME="description" CONTENT="Third party software">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node140.html">
22
+<LINK REL="previous" HREF="node46.html">
23
+<LINK REL="up" HREF="clamdoc.html">
24
+<LINK REL="next" HREF="node48.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1070"
30
+  HREF="node48.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1066"
33
+  HREF="clamdoc.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1060"
36
+  HREF="node46.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1068"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1071"
43
+  HREF="node48.html">MTA + ClamAV</A>
44
+<B> Up:</B> <A NAME="tex2html1067"
45
+  HREF="clamdoc.html">clamdoc</A>
46
+<B> Previous:</B> <A NAME="tex2html1061"
47
+  HREF="node46.html">Frequently Asked Questions</A>
48
+ &nbsp <B>  <A NAME="tex2html1069"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H1><A NAME="SECTION00090000000000000000">
55
+Third party software</A>
56
+</H1>
57
+    The following software supports ClamAV. It's specified which elements are
58
+    supported, please note that if a program doesn't support clamd you can
59
+    use clamdscan instead of clamscan.
60
+
61
+<P>
62
+<BR><HR>
63
+<!--Table of Child-Links-->
64
+<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
65
+
66
+<UL>
67
+<LI><A NAME="tex2html1072"
68
+  HREF="node48.html"><I>MTA + ClamAV</I></A>
69
+<UL>
70
+<LI><A NAME="tex2html1073"
71
+  HREF="node49.html">amavisd-new</A>
72
+<LI><A NAME="tex2html1074"
73
+  HREF="node50.html">AMaViS - "Next Generation"</A>
74
+<LI><A NAME="tex2html1075"
75
+  HREF="node51.html">ClamdMail</A>
76
+<LI><A NAME="tex2html1076"
77
+  HREF="node52.html">cgpav</A>
78
+<LI><A NAME="tex2html1077"
79
+  HREF="node53.html">ClamCour</A>
80
+<LI><A NAME="tex2html1078"
81
+  HREF="node54.html">clamfilter</A>
82
+<LI><A NAME="tex2html1079"
83
+  HREF="node55.html">ClamSMTP</A>
84
+<LI><A NAME="tex2html1080"
85
+  HREF="node56.html">clapf</A>
86
+<LI><A NAME="tex2html1081"
87
+  HREF="node57.html">DSpamPD</A>
88
+<LI><A NAME="tex2html1082"
89
+  HREF="node58.html">exiscan</A>
90
+<LI><A NAME="tex2html1083"
91
+  HREF="node59.html">Gadoyanvirus</A>
92
+<LI><A NAME="tex2html1084"
93
+  HREF="node60.html">IVS Milter</A>
94
+<LI><A NAME="tex2html1085"
95
+  HREF="node61.html">j-chkmail</A>
96
+<LI><A NAME="tex2html1086"
97
+  HREF="node62.html">Mail Avenger</A>
98
+<LI><A NAME="tex2html1087"
99
+  HREF="node63.html">Mailnees</A>
100
+<LI><A NAME="tex2html1088"
101
+  HREF="node64.html">MailScanner</A>
102
+<LI><A NAME="tex2html1089"
103
+  HREF="node65.html">Maverix</A>
104
+<LI><A NAME="tex2html1090"
105
+  HREF="node66.html">MIMEDefang</A>
106
+<LI><A NAME="tex2html1091"
107
+  HREF="node67.html">mxGuard for IMail</A>
108
+<LI><A NAME="tex2html1092"
109
+  HREF="node68.html">OdeiaVir</A>
110
+<LI><A NAME="tex2html1093"
111
+  HREF="node69.html">OpenProtect</A>
112
+<LI><A NAME="tex2html1094"
113
+  HREF="node70.html">Protea AntiVirus Tools</A>
114
+<LI><A NAME="tex2html1095"
115
+  HREF="node71.html">PTSMail Utilities</A>
116
+<LI><A NAME="tex2html1096"
117
+  HREF="node72.html">pymavis</A>
118
+<LI><A NAME="tex2html1097"
119
+  HREF="node73.html">Qmail-Scanner</A>
120
+<LI><A NAME="tex2html1098"
121
+  HREF="node74.html">qscanq</A>
122
+<LI><A NAME="tex2html1099"
123
+  HREF="node75.html">qSheff</A>
124
+<LI><A NAME="tex2html1100"
125
+  HREF="node76.html">RevolSys SMTP kit for Postfix</A>
126
+<LI><A NAME="tex2html1101"
127
+  HREF="node77.html">Sagator</A>
128
+<LI><A NAME="tex2html1102"
129
+  HREF="node78.html">Scrubber</A>
130
+<LI><A NAME="tex2html1103"
131
+  HREF="node79.html">Secure Mail Intelligence!</A>
132
+<LI><A NAME="tex2html1104"
133
+  HREF="node80.html">simscan</A>
134
+<LI><A NAME="tex2html1105"
135
+  HREF="node81.html">smtpfilter</A>
136
+<LI><A NAME="tex2html1106"
137
+  HREF="node82.html">smtp-vilter</A>
138
+<LI><A NAME="tex2html1107"
139
+  HREF="node83.html">Zabit</A>
140
+</UL>
141
+<LI><A NAME="tex2html1108"
142
+  HREF="node84.html"><I>MTA + POP3 Proxy + ClamAV</I></A>
143
+<UL>
144
+<LI><A NAME="tex2html1109"
145
+  HREF="node85.html">ClamMail</A>
146
+<LI><A NAME="tex2html1110"
147
+  HREF="node86.html">POP3 Virus Scanner Daemon</A>
148
+</UL>
149
+<LI><A NAME="tex2html1111"
150
+  HREF="node87.html"><I>Web/FTP Proxy + ClamAV</I></A>
151
+<UL>
152
+<LI><A NAME="tex2html1112"
153
+  HREF="node88.html">DansGuardian Anti-Virus Patch</A>
154
+<LI><A NAME="tex2html1113"
155
+  HREF="node89.html">Frox</A>
156
+<LI><A NAME="tex2html1114"
157
+  HREF="node90.html">mod_clamav</A>
158
+<LI><A NAME="tex2html1115"
159
+  HREF="node91.html">SafeSquid</A>
160
+<LI><A NAME="tex2html1116"
161
+  HREF="node92.html">SquidClamAV Redirector</A>
162
+<LI><A NAME="tex2html1117"
163
+  HREF="node93.html">Viralator</A>
164
+</UL>
165
+<LI><A NAME="tex2html1118"
166
+  HREF="node94.html"><I>Filesystem + ClamAV</I></A>
167
+<UL>
168
+<LI><A NAME="tex2html1119"
169
+  HREF="node95.html">Dazuko</A>
170
+<LI><A NAME="tex2html1120"
171
+  HREF="node96.html">Famuko</A>
172
+<LI><A NAME="tex2html1121"
173
+  HREF="node97.html">OpenAntiVirus samba-vscan</A>
174
+</UL>
175
+<LI><A NAME="tex2html1122"
176
+  HREF="node98.html"><I>Mail User Agent + ClamAV</I></A>
177
+<UL>
178
+<LI><A NAME="tex2html1123"
179
+  HREF="node99.html">clamailfilter</A>
180
+<LI><A NAME="tex2html1124"
181
+  HREF="node100.html">ClamAssassin</A>
182
+<LI><A NAME="tex2html1125"
183
+  HREF="node101.html">clamscan-procfilter</A>
184
+<LI><A NAME="tex2html1126"
185
+  HREF="node102.html">KMail</A>
186
+<LI><A NAME="tex2html1127"
187
+  HREF="node103.html">MyClamMailFilter</A>
188
+<LI><A NAME="tex2html1128"
189
+  HREF="node104.html">OpenWebMail</A>
190
+<LI><A NAME="tex2html1129"
191
+  HREF="node105.html">QClam</A>
192
+<LI><A NAME="tex2html1130"
193
+  HREF="node106.html">QMVC - Qmail Mail and Virus Control</A>
194
+<LI><A NAME="tex2html1131"
195
+  HREF="node107.html">Sylpheed Claws</A>
196
+<LI><A NAME="tex2html1132"
197
+  HREF="node108.html">SoftlabsAV</A>
198
+</UL>
199
+<LI><A NAME="tex2html1133"
200
+  HREF="node109.html"><I>Graphical User Interface + ClamAV</I></A>
201
+<UL>
202
+<LI><A NAME="tex2html1134"
203
+  HREF="node110.html">AVScan</A>
204
+<LI><A NAME="tex2html1135"
205
+  HREF="node111.html">BeClam</A>
206
+<LI><A NAME="tex2html1136"
207
+  HREF="node112.html">Clamaktion</A>
208
+<LI><A NAME="tex2html1137"
209
+  HREF="node113.html">ClamShell</A>
210
+<LI><A NAME="tex2html1138"
211
+  HREF="node114.html">ClamTk</A>
212
+<LI><A NAME="tex2html1139"
213
+  HREF="node115.html">clamXav</A>
214
+<LI><A NAME="tex2html1140"
215
+  HREF="node116.html">ClamWin</A>
216
+<LI><A NAME="tex2html1141"
217
+  HREF="node117.html">FETCAV</A>
218
+<LI><A NAME="tex2html1142"
219
+  HREF="node118.html">KlamAV</A>
220
+<LI><A NAME="tex2html1143"
221
+  HREF="node119.html">wbmclamav</A>
222
+</UL>
223
+<LI><A NAME="tex2html1144"
224
+  HREF="node120.html"><I>Library + ClamAV</I></A>
225
+<UL>
226
+<LI><A NAME="tex2html1145"
227
+  HREF="node121.html">ClamAVPlugin</A>
228
+<LI><A NAME="tex2html1146"
229
+  HREF="node122.html">clamavr</A>
230
+<LI><A NAME="tex2html1147"
231
+  HREF="node123.html">D bindings for ClamAV</A>
232
+<LI><A NAME="tex2html1148"
233
+  HREF="node124.html">File::Scan::ClamAV</A>
234
+<LI><A NAME="tex2html1149"
235
+  HREF="node125.html">Mail::ClamAV</A>
236
+<LI><A NAME="tex2html1150"
237
+  HREF="node126.html">php-clamav</A>
238
+<LI><A NAME="tex2html1151"
239
+  HREF="node127.html">pyclamav</A>
240
+<LI><A NAME="tex2html1152"
241
+  HREF="node128.html">WRAVLib</A>
242
+</UL>
243
+<LI><A NAME="tex2html1153"
244
+  HREF="node129.html"><I>Miscellaneous + ClamAV</I></A>
245
+<UL>
246
+<LI><A NAME="tex2html1154"
247
+  HREF="node130.html">INSERT</A>
248
+<LI><A NAME="tex2html1155"
249
+  HREF="node131.html">Local Area Security</A>
250
+<LI><A NAME="tex2html1156"
251
+  HREF="node132.html">mailgraph</A>
252
+<LI><A NAME="tex2html1157"
253
+  HREF="node133.html">mailman-clamav</A>
254
+<LI><A NAME="tex2html1158"
255
+  HREF="node134.html">Moodle</A>
256
+<LI><A NAME="tex2html1159"
257
+  HREF="node135.html">nclamd</A>
258
+<LI><A NAME="tex2html1160"
259
+  HREF="node136.html">qmailmrtg7</A>
260
+<LI><A NAME="tex2html1161"
261
+  HREF="node137.html">redWall Firewall</A>
262
+<LI><A NAME="tex2html1162"
263
+  HREF="node138.html">Scan Log Analyzer</A>
264
+<LI><A NAME="tex2html1163"
265
+  HREF="node139.html">snort-inline</A>
266
+</UL></UL>
267
+<!--End of Table of Child-Links-->
268
+<BR><HR>
269
+<ADDRESS>
270
+Tomasz Kojm
271
+2005-02-06
272
+</ADDRESS>
273
+</BODY>
274
+</HTML>
0 275
new file mode 100644
... ...
@@ -0,0 +1,143 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>MTA + ClamAV</TITLE>
10
+<META NAME="description" CONTENT="MTA + ClamAV">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node84.html">
22
+<LINK REL="previous" HREF="node47.html">
23
+<LINK REL="up" HREF="node47.html">
24
+<LINK REL="next" HREF="node49.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1174"
30
+  HREF="node49.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1170"
33
+  HREF="node47.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1164"
36
+  HREF="node47.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1172"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1175"
43
+  HREF="node49.html">amavisd-new</A>
44
+<B> Up:</B> <A NAME="tex2html1171"
45
+  HREF="node47.html">Third party software</A>
46
+<B> Previous:</B> <A NAME="tex2html1165"
47
+  HREF="node47.html">Third party software</A>
48
+ &nbsp <B>  <A NAME="tex2html1173"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION00091000000000000000">
55
+<I>MTA + ClamAV</I></A>
56
+</H2>
57
+
58
+<P>
59
+<BR><HR>
60
+<!--Table of Child-Links-->
61
+<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
62
+
63
+<UL>
64
+<LI><A NAME="tex2html1176"
65
+  HREF="node49.html">amavisd-new</A>
66
+<LI><A NAME="tex2html1177"
67
+  HREF="node50.html">AMaViS - "Next Generation"</A>
68
+<LI><A NAME="tex2html1178"
69
+  HREF="node51.html">ClamdMail</A>
70
+<LI><A NAME="tex2html1179"
71
+  HREF="node52.html">cgpav</A>
72
+<LI><A NAME="tex2html1180"
73
+  HREF="node53.html">ClamCour</A>
74
+<LI><A NAME="tex2html1181"
75
+  HREF="node54.html">clamfilter</A>
76
+<LI><A NAME="tex2html1182"
77
+  HREF="node55.html">ClamSMTP</A>
78
+<LI><A NAME="tex2html1183"
79
+  HREF="node56.html">clapf</A>
80
+<LI><A NAME="tex2html1184"
81
+  HREF="node57.html">DSpamPD</A>
82
+<LI><A NAME="tex2html1185"
83
+  HREF="node58.html">exiscan</A>
84
+<LI><A NAME="tex2html1186"
85
+  HREF="node59.html">Gadoyanvirus</A>
86
+<LI><A NAME="tex2html1187"
87
+  HREF="node60.html">IVS Milter</A>
88
+<LI><A NAME="tex2html1188"
89
+  HREF="node61.html">j-chkmail</A>
90
+<LI><A NAME="tex2html1189"
91
+  HREF="node62.html">Mail Avenger</A>
92
+<LI><A NAME="tex2html1190"
93
+  HREF="node63.html">Mailnees</A>
94
+<LI><A NAME="tex2html1191"
95
+  HREF="node64.html">MailScanner</A>
96
+<LI><A NAME="tex2html1192"
97
+  HREF="node65.html">Maverix</A>
98
+<LI><A NAME="tex2html1193"
99
+  HREF="node66.html">MIMEDefang</A>
100
+<LI><A NAME="tex2html1194"
101
+  HREF="node67.html">mxGuard for IMail</A>
102
+<LI><A NAME="tex2html1195"
103
+  HREF="node68.html">OdeiaVir</A>
104
+<LI><A NAME="tex2html1196"
105
+  HREF="node69.html">OpenProtect</A>
106
+<LI><A NAME="tex2html1197"
107
+  HREF="node70.html">Protea AntiVirus Tools</A>
108
+<LI><A NAME="tex2html1198"
109
+  HREF="node71.html">PTSMail Utilities</A>
110
+<LI><A NAME="tex2html1199"
111
+  HREF="node72.html">pymavis</A>
112
+<LI><A NAME="tex2html1200"
113
+  HREF="node73.html">Qmail-Scanner</A>
114
+<LI><A NAME="tex2html1201"
115
+  HREF="node74.html">qscanq</A>
116
+<LI><A NAME="tex2html1202"
117
+  HREF="node75.html">qSheff</A>
118
+<LI><A NAME="tex2html1203"
119
+  HREF="node76.html">RevolSys SMTP kit for Postfix</A>
120
+<LI><A NAME="tex2html1204"
121
+  HREF="node77.html">Sagator</A>
122
+<LI><A NAME="tex2html1205"
123
+  HREF="node78.html">Scrubber</A>
124
+<LI><A NAME="tex2html1206"
125
+  HREF="node79.html">Secure Mail Intelligence!</A>
126
+<LI><A NAME="tex2html1207"
127
+  HREF="node80.html">simscan</A>
128
+<LI><A NAME="tex2html1208"
129
+  HREF="node81.html">smtpfilter</A>
130
+<LI><A NAME="tex2html1209"
131
+  HREF="node82.html">smtp-vilter</A>
132
+<LI><A NAME="tex2html1210"
133
+  HREF="node83.html">Zabit</A>
134
+</UL>
135
+<!--End of Table of Child-Links-->
136
+<BR><HR>
137
+<ADDRESS>
138
+Tomasz Kojm
139
+2005-02-06
140
+</ADDRESS>
141
+</BODY>
142
+</HTML>
0 143
new file mode 100644
... ...
@@ -0,0 +1,77 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>amavisd-new</TITLE>
10
+<META NAME="description" CONTENT="amavisd-new">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node50.html">
22
+<LINK REL="previous" HREF="node48.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node50.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1221"
30
+  HREF="node50.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1217"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1211"
36
+  HREF="node48.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1219"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1222"
43
+  HREF="node50.html">AMaViS - "Next Generation"</A>
44
+<B> Up:</B> <A NAME="tex2html1218"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1212"
47
+  HREF="node48.html">MTA + ClamAV</A>
48
+ &nbsp <B>  <A NAME="tex2html1220"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00091100000000000000">
55
+amavisd-new</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html51"
58
+  HREF="http://www.ijs.si/software/amavisd/">http://www.ijs.si/software/amavisd/</A></TT>
59
+<BR>    <B>Supports:</B> clamd, clamscan
60
+<BR>
61
+amavisd-new is a rewritten version of amavis maintained by
62
+    Mark Martinec.
63
+<BR>    <B>Installation:</B>
64
+<BR>
65
+clamscan is enabled automatically if clamscan binary is found
66
+    at amavisd-new startup time. clamd is activated by uncommenting
67
+    its entry in the @av_scanners list, file /etc/amavisd.conf.
68
+
69
+<P>
70
+<BR><HR>
71
+<ADDRESS>
72
+Tomasz Kojm
73
+2005-02-06
74
+</ADDRESS>
75
+</BODY>
76
+</HTML>
0 77
new file mode 100644
... ...
@@ -0,0 +1,76 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Virus submitting</TITLE>
10
+<META NAME="description" CONTENT="Virus submitting">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="previous" HREF="node4.html">
22
+<LINK REL="up" HREF="node2.html">
23
+<LINK REL="next" HREF="node6.html">
24
+</HEAD>
25
+
26
+<BODY >
27
+<!--Navigation Panel-->
28
+<A NAME="tex2html538"
29
+  HREF="node6.html">
30
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
31
+<A NAME="tex2html534"
32
+  HREF="node2.html">
33
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
34
+<A NAME="tex2html530"
35
+  HREF="node4.html">
36
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
37
+<A NAME="tex2html536"
38
+  HREF="node1.html">
39
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
40
+<BR>
41
+<B> Next:</B> <A NAME="tex2html539"
42
+  HREF="node6.html">Base package</A>
43
+<B> Up:</B> <A NAME="tex2html535"
44
+  HREF="node2.html">Introduction</A>
45
+<B> Previous:</B> <A NAME="tex2html531"
46
+  HREF="node4.html">Mailing lists</A>
47
+ &nbsp <B>  <A NAME="tex2html537"
48
+  HREF="node1.html">Contents</A></B> 
49
+<BR>
50
+<BR>
51
+<!--End of Navigation Panel-->
52
+
53
+<H2><A NAME="SECTION00023000000000000000">
54
+Virus submitting</A>
55
+</H2>
56
+    If you have got a virus which is not detected by your ClamAV with the latest
57
+    databases, please check it with the <I>ClamAV Online Specimen Scanner</I>:
58
+    <DIV ALIGN="CENTER">
59
+<TT><A NAME="tex2html3"
60
+  HREF="http://test-clamav.power-netz.de/">http://test-clamav.power-netz.de/</A></TT>
61
+</DIV>
62
+and then submit it on our website:
63
+    <DIV ALIGN="CENTER">
64
+<TT><A NAME="tex2html4"
65
+  HREF="http://www.clamav.net/sendvirus.html">http://www.clamav.net/sendvirus.html</A></TT>
66
+</DIV>
67
+
68
+<P>
69
+<BR><HR>
70
+<ADDRESS>
71
+Tomasz Kojm
72
+2005-02-06
73
+</ADDRESS>
74
+</BODY>
75
+</HTML>
0 76
new file mode 100644
... ...
@@ -0,0 +1,87 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>AMaViS - "Next Generation"</TITLE>
10
+<META NAME="description" CONTENT="AMaViS - "Next Generation"">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node51.html">
22
+<LINK REL="previous" HREF="node49.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node51.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1233"
30
+  HREF="node51.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1229"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1223"
36
+  HREF="node49.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1231"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1234"
43
+  HREF="node51.html">ClamdMail</A>
44
+<B> Up:</B> <A NAME="tex2html1230"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1224"
47
+  HREF="node49.html">amavisd-new</A>
48
+ &nbsp <B>  <A NAME="tex2html1232"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00091200000000000000">
55
+AMaViS - "Next Generation"</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html52"
58
+  HREF="http://sourceforge.net/projects/amavis/">http://sourceforge.net/projects/amavis/</A></TT>
59
+<BR>    <B>Supports:</B> clamscan
60
+<BR>
61
+AMaViS-ng is a rewritten, more modular version of amavis-perl/amavisd,
62
+    developed by Hilko Bengen.
63
+    <B>Installation:</B>
64
+<BR>
65
+<P>
66
+Please download the newest version (at least 0.1.4).
67
+    After installation (which is quite easy), please uncomment the following
68
+    line in amavis.conf:
69
+    <PRE>
70
+	virus-scanner = CLAM
71
+</PRE>
72
+    and if it's needed change the path to clamscan in the <code>[CLAM]</code> section:
73
+    <PRE>
74
+	[CLAM]
75
+
76
+	clamscan = /usr/local/bin/clamscan
77
+</PRE>
78
+
79
+<P>
80
+<BR><HR>
81
+<ADDRESS>
82
+Tomasz Kojm
83
+2005-02-06
84
+</ADDRESS>
85
+</BODY>
86
+</HTML>
0 87
new file mode 100644
... ...
@@ -0,0 +1,71 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>ClamdMail</TITLE>
10
+<META NAME="description" CONTENT="ClamdMail">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node52.html">
22
+<LINK REL="previous" HREF="node50.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node52.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1245"
30
+  HREF="node52.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1241"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1235"
36
+  HREF="node50.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1243"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1246"
43
+  HREF="node52.html">cgpav</A>
44
+<B> Up:</B> <A NAME="tex2html1242"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1236"
47
+  HREF="node50.html">AMaViS - "Next Generation"</A>
48
+ &nbsp <B>  <A NAME="tex2html1244"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00091300000000000000">
55
+ClamdMail</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html53"
58
+  HREF="http://clamdmail.sf.net/">http://clamdmail.sf.net/</A></TT>
59
+<BR>    <B>Supports:</B> clamd
60
+<BR>
61
+A mail processing client for ClamAV. Small, fast and easy to install.
62
+
63
+<P>
64
+<BR><HR>
65
+<ADDRESS>
66
+Tomasz Kojm
67
+2005-02-06
68
+</ADDRESS>
69
+</BODY>
70
+</HTML>
0 71
new file mode 100644
... ...
@@ -0,0 +1,72 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>cgpav</TITLE>
10
+<META NAME="description" CONTENT="cgpav">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node53.html">
22
+<LINK REL="previous" HREF="node51.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node53.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1257"
30
+  HREF="node53.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1253"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1247"
36
+  HREF="node51.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1255"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1258"
43
+  HREF="node53.html">ClamCour</A>
44
+<B> Up:</B> <A NAME="tex2html1254"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1248"
47
+  HREF="node51.html">ClamdMail</A>
48
+ &nbsp <B>  <A NAME="tex2html1256"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00091400000000000000">
55
+cgpav</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html54"
58
+  HREF="http://program.farit.ru/">http://program.farit.ru/</A></TT>
59
+<BR>    <B>Supports:</B> clamd
60
+<BR>
61
+This is a fast (written in C) CommuniGate Pro anti-virus plugin with
62
+    support for clamd.
63
+
64
+<P>
65
+<BR><HR>
66
+<ADDRESS>
67
+Tomasz Kojm
68
+2005-02-06
69
+</ADDRESS>
70
+</BODY>
71
+</HTML>
0 72
new file mode 100644
... ...
@@ -0,0 +1,72 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>ClamCour</TITLE>
10
+<META NAME="description" CONTENT="ClamCour">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node54.html">
22
+<LINK REL="previous" HREF="node52.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node54.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1269"
30
+  HREF="node54.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1265"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1259"
36
+  HREF="node52.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1267"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1270"
43
+  HREF="node54.html">clamfilter</A>
44
+<B> Up:</B> <A NAME="tex2html1266"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1260"
47
+  HREF="node52.html">cgpav</A>
48
+ &nbsp <B>  <A NAME="tex2html1268"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00091500000000000000">
55
+ClamCour</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html55"
58
+  HREF="http://sourceforge.net/projects/clamcour/">http://sourceforge.net/projects/clamcour/</A></TT>
59
+<BR>    <B>Supports:</B> clamd
60
+<BR>
61
+ClamCour is a Courier-MTA multithread filter that allows Courier to scan
62
+    mail for viruses using Clam AntiVirus package.
63
+
64
+<P>
65
+<BR><HR>
66
+<ADDRESS>
67
+Tomasz Kojm
68
+2005-02-06
69
+</ADDRESS>
70
+</BODY>
71
+</HTML>
0 72
new file mode 100644
... ...
@@ -0,0 +1,72 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>clamfilter</TITLE>
10
+<META NAME="description" CONTENT="clamfilter">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node55.html">
22
+<LINK REL="previous" HREF="node53.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node55.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1281"
30
+  HREF="node55.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1277"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1271"
36
+  HREF="node53.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1279"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1282"
43
+  HREF="node55.html">ClamSMTP</A>
44
+<B> Up:</B> <A NAME="tex2html1278"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1272"
47
+  HREF="node53.html">ClamCour</A>
48
+ &nbsp <B>  <A NAME="tex2html1280"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00091600000000000000">
55
+clamfilter</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html56"
58
+  HREF="http://www.ensita.net/products/clamfilter/">http://www.ensita.net/products/clamfilter/</A></TT>
59
+<BR>    <B>Supports:</B> clamd
60
+<BR>
61
+Clamfilter is a small, secure, and efficient content filter for Postfix
62
+    designed for filtering messages efficiently through the clamd daemon.
63
+
64
+<P>
65
+<BR><HR>
66
+<ADDRESS>
67
+Tomasz Kojm
68
+2005-02-06
69
+</ADDRESS>
70
+</BODY>
71
+</HTML>
0 72
new file mode 100644
... ...
@@ -0,0 +1,73 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>ClamSMTP</TITLE>
10
+<META NAME="description" CONTENT="ClamSMTP">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node56.html">
22
+<LINK REL="previous" HREF="node54.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node56.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1293"
30
+  HREF="node56.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1289"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1283"
36
+  HREF="node54.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1291"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1294"
43
+  HREF="node56.html">clapf</A>
44
+<B> Up:</B> <A NAME="tex2html1290"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1284"
47
+  HREF="node54.html">clamfilter</A>
48
+ &nbsp <B>  <A NAME="tex2html1292"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00091700000000000000">
55
+ClamSMTP</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html57"
58
+  HREF="http://memberwebs.com/nielsen/software/clamsmtp/">http://memberwebs.com/nielsen/software/clamsmtp/</A></TT>
59
+<BR>    <B>Supports:</B> clamd <BR>
60
+ClamSMTP is an SMTP filter for Postfix and other mail servers that checks
61
+    for viruses using the ClamAV anti-virus software. It aims to be lightweight,
62
+    reliable, and simple rather than have a myriad of options. Written in C
63
+    without major dependencies.
64
+
65
+<P>
66
+<BR><HR>
67
+<ADDRESS>
68
+Tomasz Kojm
69
+2005-02-06
70
+</ADDRESS>
71
+</BODY>
72
+</HTML>
0 73
new file mode 100644
... ...
@@ -0,0 +1,72 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>clapf</TITLE>
10
+<META NAME="description" CONTENT="clapf">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node57.html">
22
+<LINK REL="previous" HREF="node55.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node57.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1305"
30
+  HREF="node57.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1301"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1295"
36
+  HREF="node55.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1303"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1306"
43
+  HREF="node57.html">DSpamPD</A>
44
+<B> Up:</B> <A NAME="tex2html1302"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1296"
47
+  HREF="node55.html">ClamSMTP</A>
48
+ &nbsp <B>  <A NAME="tex2html1304"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00091800000000000000">
55
+clapf</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html58"
58
+  HREF="http://thorium.ath.cx/clapf/">http://thorium.ath.cx/clapf/</A></TT>
59
+<BR>    <B>Supports:</B> libclamav
60
+<BR>
61
+Clapf is a clamav based virus scanning and anti-spam content filter for
62
+    Postfix.
63
+
64
+<P>
65
+<BR><HR>
66
+<ADDRESS>
67
+Tomasz Kojm
68
+2005-02-06
69
+</ADDRESS>
70
+</BODY>
71
+</HTML>
0 72
new file mode 100644
... ...
@@ -0,0 +1,73 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>DSpamPD</TITLE>
10
+<META NAME="description" CONTENT="DSpamPD">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node58.html">
22
+<LINK REL="previous" HREF="node56.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node58.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1317"
30
+  HREF="node58.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1313"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1307"
36
+  HREF="node56.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1315"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1318"
43
+  HREF="node58.html">exiscan</A>
44
+<B> Up:</B> <A NAME="tex2html1314"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1308"
47
+  HREF="node56.html">clapf</A>
48
+ &nbsp <B>  <A NAME="tex2html1316"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00091900000000000000">
55
+DSpamPD</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html59"
58
+  HREF="http://caspian.dotconf.net/menu/Software/DspamPD/">http://caspian.dotconf.net/menu/Software/DspamPD/</A></TT>
59
+<BR>    <B>Supports:</B> clamd
60
+<BR>
61
+DspamPD is a transparent SMTP proxy daemon that passes email through DSPAM.
62
+    It can also pass mail through ClamAV as well, providing you with a one-stop
63
+    anti-spam / anti-virus smtp proxy with no extra perl modules!
64
+
65
+<P>
66
+<BR><HR>
67
+<ADDRESS>
68
+Tomasz Kojm
69
+2005-02-06
70
+</ADDRESS>
71
+</BODY>
72
+</HTML>
0 73
new file mode 100644
... ...
@@ -0,0 +1,74 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>exiscan</TITLE>
10
+<META NAME="description" CONTENT="exiscan">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node59.html">
22
+<LINK REL="previous" HREF="node57.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node59.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1329"
30
+  HREF="node59.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1325"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1319"
36
+  HREF="node57.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1327"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1330"
43
+  HREF="node59.html">Gadoyanvirus</A>
44
+<B> Up:</B> <A NAME="tex2html1326"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1320"
47
+  HREF="node57.html">DSpamPD</A>
48
+ &nbsp <B>  <A NAME="tex2html1328"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION000911000000000000000">
55
+exiscan</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html60"
58
+  HREF="http://duncanthrax.net/exiscan-acl/">http://duncanthrax.net/exiscan-acl/</A></TT>
59
+<BR>    <B>Supports:</B> clamscan, clamd
60
+<BR>
61
+exiscan is a patch against exim version 4, providing support for content
62
+    scanning in email messages received by exim. Four different scanning
63
+    facilities are supported: antivirus, antispam, regular expressions, and
64
+    file extensions.
65
+
66
+<P>
67
+<BR><HR>
68
+<ADDRESS>
69
+Tomasz Kojm
70
+2005-02-06
71
+</ADDRESS>
72
+</BODY>
73
+</HTML>
0 74
new file mode 100644
... ...
@@ -0,0 +1,75 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Gadoyanvirus</TITLE>
10
+<META NAME="description" CONTENT="Gadoyanvirus">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node60.html">
22
+<LINK REL="previous" HREF="node58.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node60.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1341"
30
+  HREF="node60.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1337"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1331"
36
+  HREF="node58.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1339"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1342"
43
+  HREF="node60.html">IVS Milter</A>
44
+<B> Up:</B> <A NAME="tex2html1338"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1332"
47
+  HREF="node58.html">exiscan</A>
48
+ &nbsp <B>  <A NAME="tex2html1340"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION000911100000000000000">
55
+Gadoyanvirus</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html61"
58
+  HREF="http://oss.mdamt.net/gadoyanvirus/">http://oss.mdamt.net/gadoyanvirus/</A></TT>
59
+<BR>    <B>Supports:</B> libclamav
60
+<BR>
61
+gadoyanvirus is a (yet another) virus stopper for qmail. It replaces the
62
+    original qmail-queue program. It scans incoming messages using the ClamAV
63
+    anti-virus library. Suspected message will be quarantined and (optionally)
64
+    a notification message will be sent to the recipients. By default,
65
+    gadoyanvirus needs QMAILQUEUE patched qmail installation. 
66
+
67
+<P>
68
+<BR><HR>
69
+<ADDRESS>
70
+Tomasz Kojm
71
+2005-02-06
72
+</ADDRESS>
73
+</BODY>
74
+</HTML>
0 75
new file mode 100644
... ...
@@ -0,0 +1,79 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Base package</TITLE>
10
+<META NAME="description" CONTENT="Base package">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node10.html">
22
+<LINK REL="previous" HREF="node2.html">
23
+<LINK REL="up" HREF="clamdoc.html">
24
+<LINK REL="next" HREF="node7.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html550"
30
+  HREF="node7.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html546"
33
+  HREF="clamdoc.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html540"
36
+  HREF="node5.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html548"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html551"
43
+  HREF="node7.html">Supported platforms</A>
44
+<B> Up:</B> <A NAME="tex2html547"
45
+  HREF="clamdoc.html">clamdoc</A>
46
+<B> Previous:</B> <A NAME="tex2html541"
47
+  HREF="node5.html">Virus submitting</A>
48
+ &nbsp <B>  <A NAME="tex2html549"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H1><A NAME="SECTION00030000000000000000">
55
+Base package</A>
56
+</H1>
57
+
58
+<P>
59
+<BR><HR>
60
+<!--Table of Child-Links-->
61
+<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
62
+
63
+<UL>
64
+<LI><A NAME="tex2html552"
65
+  HREF="node7.html">Supported platforms</A>
66
+<LI><A NAME="tex2html553"
67
+  HREF="node8.html">Binary packages</A>
68
+<LI><A NAME="tex2html554"
69
+  HREF="node9.html">Daily built snapshots</A>
70
+</UL>
71
+<!--End of Table of Child-Links-->
72
+<BR><HR>
73
+<ADDRESS>
74
+Tomasz Kojm
75
+2005-02-06
76
+</ADDRESS>
77
+</BODY>
78
+</HTML>
0 79
new file mode 100644
... ...
@@ -0,0 +1,73 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>IVS Milter</TITLE>
10
+<META NAME="description" CONTENT="IVS Milter">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node61.html">
22
+<LINK REL="previous" HREF="node59.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node61.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1353"
30
+  HREF="node61.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1349"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1343"
36
+  HREF="node59.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1351"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1354"
43
+  HREF="node61.html">j-chkmail</A>
44
+<B> Up:</B> <A NAME="tex2html1350"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1344"
47
+  HREF="node59.html">Gadoyanvirus</A>
48
+ &nbsp <B>  <A NAME="tex2html1352"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION000911200000000000000">
55
+IVS Milter</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html62"
58
+  HREF="http://ivs-milter.lbsd.net/">http://ivs-milter.lbsd.net/</A></TT>
59
+<BR>    <B>Supports:</B> clamd
60
+<BR>
61
+IVS Milter is a virus and spam scanning milter. The name stands for
62
+    Industrial Virus + Spam milter. It's designed to be used by anything
63
+    from home users to large ISPs.
64
+
65
+<P>
66
+<BR><HR>
67
+<ADDRESS>
68
+Tomasz Kojm
69
+2005-02-06
70
+</ADDRESS>
71
+</BODY>
72
+</HTML>
0 73
new file mode 100644
... ...
@@ -0,0 +1,75 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>j-chkmail</TITLE>
10
+<META NAME="description" CONTENT="j-chkmail">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node62.html">
22
+<LINK REL="previous" HREF="node60.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node62.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1365"
30
+  HREF="node62.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1361"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1355"
36
+  HREF="node60.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1363"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1366"
43
+  HREF="node62.html">Mail Avenger</A>
44
+<B> Up:</B> <A NAME="tex2html1362"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1356"
47
+  HREF="node60.html">IVS Milter</A>
48
+ &nbsp <B>  <A NAME="tex2html1364"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION000911300000000000000">
55
+j-chkmail</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html63"
58
+  HREF="http://j-chkmail.ensmp.fr/">http://j-chkmail.ensmp.fr/</A></TT>
59
+<BR>    <B>Supports:</B> libclamav, clamd
60
+<BR>
61
+j-chkmail is a fast (written in C) filter for sendmail. It does spam and 
62
+    dangerous content (virus) filtering with help of ClamAV. The program
63
+    supports many modes of monitoring and run time controlling and
64
+    was designed to work on highly loaded servers. It's an open source
65
+    software available for free to registered users (for non-commercial usage).
66
+
67
+<P>
68
+<BR><HR>
69
+<ADDRESS>
70
+Tomasz Kojm
71
+2005-02-06
72
+</ADDRESS>
73
+</BODY>
74
+</HTML>
0 75
new file mode 100644
... ...
@@ -0,0 +1,75 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Mail Avenger</TITLE>
10
+<META NAME="description" CONTENT="Mail Avenger">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node63.html">
22
+<LINK REL="previous" HREF="node61.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node63.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1377"
30
+  HREF="node63.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1373"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1367"
36
+  HREF="node61.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1375"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1378"
43
+  HREF="node63.html">Mailnees</A>
44
+<B> Up:</B> <A NAME="tex2html1374"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1368"
47
+  HREF="node61.html">j-chkmail</A>
48
+ &nbsp <B>  <A NAME="tex2html1376"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION000911400000000000000">
55
+Mail Avenger</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html64"
58
+  HREF="http://www.mailavenger.org/">http://www.mailavenger.org/</A></TT>
59
+<BR>    <B>Supports:</B> clamscan
60
+<BR>
61
+Mail avenger is a highly-configurable SMTP server. It allows you to reject
62
+    spam during mail transactions, before spooling messages in your local mail
63
+    queue. You can specify site-wide default policies for filtering mail, but
64
+    individual users can also craft their own policies by creating avenger
65
+    scripts in their home directories.
66
+
67
+<P>
68
+<BR><HR>
69
+<ADDRESS>
70
+Tomasz Kojm
71
+2005-02-06
72
+</ADDRESS>
73
+</BODY>
74
+</HTML>
0 75
new file mode 100644
... ...
@@ -0,0 +1,71 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Mailnees</TITLE>
10
+<META NAME="description" CONTENT="Mailnees">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node64.html">
22
+<LINK REL="previous" HREF="node62.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node64.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1389"
30
+  HREF="node64.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1385"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1379"
36
+  HREF="node62.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1387"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1390"
43
+  HREF="node64.html">MailScanner</A>
44
+<B> Up:</B> <A NAME="tex2html1386"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1380"
47
+  HREF="node62.html">Mail Avenger</A>
48
+ &nbsp <B>  <A NAME="tex2html1388"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION000911500000000000000">
55
+Mailnees</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html65"
58
+  HREF="http://mailnees.kicks-ass.org/">http://mailnees.kicks-ass.org/</A></TT>
59
+<BR>    <B>Supports:</B> clamdscan
60
+<BR>
61
+Mailnees is an open source mail content filter for Sendmail and Postfix.
62
+
63
+<P>
64
+<BR><HR>
65
+<ADDRESS>
66
+Tomasz Kojm
67
+2005-02-06
68
+</ADDRESS>
69
+</BODY>
70
+</HTML>
0 71
new file mode 100644
... ...
@@ -0,0 +1,74 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>MailScanner</TITLE>
10
+<META NAME="description" CONTENT="MailScanner">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node65.html">
22
+<LINK REL="previous" HREF="node63.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node65.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1401"
30
+  HREF="node65.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1397"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1391"
36
+  HREF="node63.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1399"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1402"
43
+  HREF="node65.html">Maverix</A>
44
+<B> Up:</B> <A NAME="tex2html1398"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1392"
47
+  HREF="node63.html">Mailnees</A>
48
+ &nbsp <B>  <A NAME="tex2html1400"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION000911600000000000000">
55
+MailScanner</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html66"
58
+  HREF="http://www.mailscanner.info/">http://www.mailscanner.info/</A></TT>
59
+<BR>    <B>Supports:</B> clamscan
60
+<BR>
61
+MailScanner scans all e-mail for viruses, spam and attacks against
62
+    security vulnerabilities. It is not tied to any particular virus
63
+    scanner, but can be used with any combination of 14 different virus
64
+    scanners, allowing sites to choose the "best of breed" virus scanner.
65
+
66
+<P>
67
+<BR><HR>
68
+<ADDRESS>
69
+Tomasz Kojm
70
+2005-02-06
71
+</ADDRESS>
72
+</BODY>
73
+</HTML>
0 74
new file mode 100644
... ...
@@ -0,0 +1,72 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Maverix</TITLE>
10
+<META NAME="description" CONTENT="Maverix">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node66.html">
22
+<LINK REL="previous" HREF="node64.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node66.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1413"
30
+  HREF="node66.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1409"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1403"
36
+  HREF="node64.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1411"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1414"
43
+  HREF="node66.html">MIMEDefang</A>
44
+<B> Up:</B> <A NAME="tex2html1410"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1404"
47
+  HREF="node64.html">MailScanner</A>
48
+ &nbsp <B>  <A NAME="tex2html1412"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION000911700000000000000">
55
+Maverix</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html67"
58
+  HREF="http://www.crystalballinc.com/vlad/software/maverix/">http://www.crystalballinc.com/vlad/software/maverix/</A></TT>
59
+<BR>    <B>Supports:</B> clamscan
60
+<BR>
61
+Maverix is AOLserver module that implements SMTP protocol and acts as
62
+    a SMTP proxy with anti-spam and anti-virus capabilities.
63
+
64
+<P>
65
+<BR><HR>
66
+<ADDRESS>
67
+Tomasz Kojm
68
+2005-02-06
69
+</ADDRESS>
70
+</BODY>
71
+</HTML>
0 72
new file mode 100644
... ...
@@ -0,0 +1,71 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>MIMEDefang</TITLE>
10
+<META NAME="description" CONTENT="MIMEDefang">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node67.html">
22
+<LINK REL="previous" HREF="node65.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node67.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1425"
30
+  HREF="node67.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1421"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1415"
36
+  HREF="node65.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1423"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1426"
43
+  HREF="node67.html">mxGuard for IMail</A>
44
+<B> Up:</B> <A NAME="tex2html1422"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1416"
47
+  HREF="node65.html">Maverix</A>
48
+ &nbsp <B>  <A NAME="tex2html1424"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION000911800000000000000">
55
+MIMEDefang</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html68"
58
+  HREF="http://www.roaringpenguin.com/mimedefang">http://www.roaringpenguin.com/mimedefang</A></TT>
59
+<BR>    <B>Supports:</B> clamscan, clamd
60
+<BR>
61
+This is an efficient mail scanner for Sendmail/milter.
62
+
63
+<P>
64
+<BR><HR>
65
+<ADDRESS>
66
+Tomasz Kojm
67
+2005-02-06
68
+</ADDRESS>
69
+</BODY>
70
+</HTML>
0 71
new file mode 100644
... ...
@@ -0,0 +1,73 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>mxGuard for IMail</TITLE>
10
+<META NAME="description" CONTENT="mxGuard for IMail">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node68.html">
22
+<LINK REL="previous" HREF="node66.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node68.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1437"
30
+  HREF="node68.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1433"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1427"
36
+  HREF="node66.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1435"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1438"
43
+  HREF="node68.html">OdeiaVir</A>
44
+<B> Up:</B> <A NAME="tex2html1434"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1428"
47
+  HREF="node66.html">MIMEDefang</A>
48
+ &nbsp <B>  <A NAME="tex2html1436"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION000911900000000000000">
55
+mxGuard for IMail</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html69"
58
+  HREF="http://www.mxguard.com/postmaster/">http://www.mxguard.com/postmaster/</A></TT>
59
+<BR>    <B>Supports:</B> clamscan
60
+<BR>
61
+mxGuard is a spam filter for Ipswitch IMail mail server running on Windows
62
+    platforms. It also includes free hooks to major anti-virus engines
63
+    including ClamAV.
64
+
65
+<P>
66
+<BR><HR>
67
+<ADDRESS>
68
+Tomasz Kojm
69
+2005-02-06
70
+</ADDRESS>
71
+</BODY>
72
+</HTML>
0 73
new file mode 100644
... ...
@@ -0,0 +1,71 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>OdeiaVir</TITLE>
10
+<META NAME="description" CONTENT="OdeiaVir">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node69.html">
22
+<LINK REL="previous" HREF="node67.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node69.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1449"
30
+  HREF="node69.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1445"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1439"
36
+  HREF="node67.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1447"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1450"
43
+  HREF="node69.html">OpenProtect</A>
44
+<B> Up:</B> <A NAME="tex2html1446"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1440"
47
+  HREF="node67.html">mxGuard for IMail</A>
48
+ &nbsp <B>  <A NAME="tex2html1448"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION000912000000000000000">
55
+OdeiaVir</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html70"
58
+  HREF="http://odeiavir.sourceforge.net/">http://odeiavir.sourceforge.net/</A></TT>
59
+<BR>    <B>Supports:</B> clamdscan
60
+<BR>
61
+OdeiaVir is an e-mail filter for qmail or Exim.
62
+
63
+<P>
64
+<BR><HR>
65
+<ADDRESS>
66
+Tomasz Kojm
67
+2005-02-06
68
+</ADDRESS>
69
+</BODY>
70
+</HTML>
0 71
new file mode 100644
... ...
@@ -0,0 +1,75 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>OpenProtect</TITLE>
10
+<META NAME="description" CONTENT="OpenProtect">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node70.html">
22
+<LINK REL="previous" HREF="node68.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node70.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1461"
30
+  HREF="node70.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1457"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1451"
36
+  HREF="node68.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1459"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1462"
43
+  HREF="node70.html">Protea AntiVirus Tools</A>
44
+<B> Up:</B> <A NAME="tex2html1458"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1452"
47
+  HREF="node68.html">OdeiaVir</A>
48
+ &nbsp <B>  <A NAME="tex2html1460"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION000912100000000000000">
55
+OpenProtect</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html71"
58
+  HREF="http://opencompt.com/">http://opencompt.com/</A></TT>
59
+<BR>    <B>Supports:</B> ClamAV via MailScanner
60
+<BR>
61
+OpenProtect is a server side e-mail protection solution consisting of
62
+    MailScanner, Spamassassin, ClamAV with support for Sendmail, Postfix,
63
+    Exim and qmail. It also consists of a fully automatic installer and
64
+    uninstaller, which configures everything automatically including
65
+    setting up perl modules and virus scanner settings. 
66
+
67
+<P>
68
+<BR><HR>
69
+<ADDRESS>
70
+Tomasz Kojm
71
+2005-02-06
72
+</ADDRESS>
73
+</BODY>
74
+</HTML>
0 75
new file mode 100644
... ...
@@ -0,0 +1,102 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Supported platforms</TITLE>
10
+<META NAME="description" CONTENT="Supported platforms">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node8.html">
22
+<LINK REL="previous" HREF="node6.html">
23
+<LINK REL="up" HREF="node6.html">
24
+<LINK REL="next" HREF="node8.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html565"
30
+  HREF="node8.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html561"
33
+  HREF="node6.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html555"
36
+  HREF="node6.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html563"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html566"
43
+  HREF="node8.html">Binary packages</A>
44
+<B> Up:</B> <A NAME="tex2html562"
45
+  HREF="node6.html">Base package</A>
46
+<B> Previous:</B> <A NAME="tex2html556"
47
+  HREF="node6.html">Base package</A>
48
+ &nbsp <B>  <A NAME="tex2html564"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION00031000000000000000">
55
+Supported platforms</A>
56
+</H2>
57
+    All popular operating systems are supported. Clam AntiVirus was tested
58
+    on:
59
+    
60
+<UL>
61
+<LI>GNU/Linux
62
+</LI>
63
+<LI>Solaris
64
+</LI>
65
+<LI>FreeBSD
66
+</LI>
67
+<LI>OpenBSD <A NAME="tex2html5"
68
+  HREF="footnode.html#foot113"><SUP>2</SUP></A>
69
+</LI>
70
+<LI>AIX 4.1/4.2/4.3/5.1
71
+</LI>
72
+<LI>HPUX 11.0
73
+</LI>
74
+<LI>SCO UNIX
75
+</LI>
76
+<LI>IRIX 6.5.20f
77
+</LI>
78
+<LI>Mac OS X
79
+</LI>
80
+<LI>BeOS
81
+</LI>
82
+<LI>Cobalt MIPS boxes
83
+</LI>
84
+<LI>Cygwin
85
+</LI>
86
+<LI>Windows Services for Unix 3.5 (Interix)
87
+    
88
+</LI>
89
+</UL>
90
+    Some features may not be available on your operating system. If you
91
+    are successfully running Clam AntiVirus on a system not listed above
92
+    please let us know.
93
+
94
+<P>
95
+<BR><HR>
96
+<ADDRESS>
97
+Tomasz Kojm
98
+2005-02-06
99
+</ADDRESS>
100
+</BODY>
101
+</HTML>
0 102
new file mode 100644
... ...
@@ -0,0 +1,74 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Protea AntiVirus Tools</TITLE>
10
+<META NAME="description" CONTENT="Protea AntiVirus Tools">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node71.html">
22
+<LINK REL="previous" HREF="node69.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node71.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1473"
30
+  HREF="node71.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1469"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1463"
36
+  HREF="node69.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1471"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1474"
43
+  HREF="node71.html">PTSMail Utilities</A>
44
+<B> Up:</B> <A NAME="tex2html1470"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1464"
47
+  HREF="node69.html">OpenProtect</A>
48
+ &nbsp <B>  <A NAME="tex2html1472"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION000912200000000000000">
55
+Protea AntiVirus Tools</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html72"
58
+  HREF="http://www.proteatools.com/">http://www.proteatools.com/</A></TT>
59
+<BR>    <B>Supports:</B> clamd
60
+<BR>
61
+Protea AntiVirus Tools for Lotus Domino scans and cleans automatically
62
+    attached files and other objects in Domino mail. Clam AntiVirus scanner
63
+    is used for virus detection. Fully configurable scheduled database scanning
64
+    offers an additional layer of protection.
65
+
66
+<P>
67
+<BR><HR>
68
+<ADDRESS>
69
+Tomasz Kojm
70
+2005-02-06
71
+</ADDRESS>
72
+</BODY>
73
+</HTML>
0 74
new file mode 100644
... ...
@@ -0,0 +1,71 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>PTSMail Utilities</TITLE>
10
+<META NAME="description" CONTENT="PTSMail Utilities">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node72.html">
22
+<LINK REL="previous" HREF="node70.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node72.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1485"
30
+  HREF="node72.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1481"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1475"
36
+  HREF="node70.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1483"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1486"
43
+  HREF="node72.html">pymavis</A>
44
+<B> Up:</B> <A NAME="tex2html1482"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1476"
47
+  HREF="node70.html">Protea AntiVirus Tools</A>
48
+ &nbsp <B>  <A NAME="tex2html1484"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION000912300000000000000">
55
+PTSMail Utilities</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html73"
58
+  HREF="http://www.scanmail-software.com/">http://www.scanmail-software.com/</A></TT>
59
+<BR>    <B>Supports:</B> clamscan
60
+<BR>
61
+PTSMail uses clamscan as part of the ptsfilter (a sendmail milter).
62
+
63
+<P>
64
+<BR><HR>
65
+<ADDRESS>
66
+Tomasz Kojm
67
+2005-02-06
68
+</ADDRESS>
69
+</BODY>
70
+</HTML>
0 71
new file mode 100644
... ...
@@ -0,0 +1,76 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>pymavis</TITLE>
10
+<META NAME="description" CONTENT="pymavis">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node73.html">
22
+<LINK REL="previous" HREF="node71.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node73.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1497"
30
+  HREF="node73.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1493"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1487"
36
+  HREF="node71.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1495"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1498"
43
+  HREF="node73.html">Qmail-Scanner</A>
44
+<B> Up:</B> <A NAME="tex2html1494"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1488"
47
+  HREF="node71.html">PTSMail Utilities</A>
48
+ &nbsp <B>  <A NAME="tex2html1496"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION000912400000000000000">
55
+pymavis</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html74"
58
+  HREF="http://mplayerhq.hu/~arpi/pymavis/">http://mplayerhq.hu/~arpi/pymavis/</A></TT>
59
+<BR>    <B>Supports:</B> clamscan
60
+<BR>
61
+pymavis is an email parser, similar to the old amavis (or amavis-perl). The
62
+    primary goal is to retrieve all attachments from an email, and then run
63
+    various virus scanners over them. The parser can deal with damaged and
64
+    truncated messages, non-RFC compliant or broken MIME syntax headers,
65
+    inline (non-MIME) attachments, can decode base64, quoted-printable,
66
+    uuencoded and binhex 4.0 (hqx) encodings.
67
+
68
+<P>
69
+<BR><HR>
70
+<ADDRESS>
71
+Tomasz Kojm
72
+2005-02-06
73
+</ADDRESS>
74
+</BODY>
75
+</HTML>
0 76
new file mode 100644
... ...
@@ -0,0 +1,72 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Qmail-Scanner</TITLE>
10
+<META NAME="description" CONTENT="Qmail-Scanner">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node74.html">
22
+<LINK REL="previous" HREF="node72.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node74.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1509"
30
+  HREF="node74.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1505"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1499"
36
+  HREF="node72.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1507"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1510"
43
+  HREF="node74.html">qscanq</A>
44
+<B> Up:</B> <A NAME="tex2html1506"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1500"
47
+  HREF="node72.html">pymavis</A>
48
+ &nbsp <B>  <A NAME="tex2html1508"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION000912500000000000000">
55
+Qmail-Scanner</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html75"
58
+  HREF="http://qmail-scanner.sf.net/">http://qmail-scanner.sf.net/</A></TT>
59
+<BR>    <B>Supports:</B> clamscan
60
+<BR>
61
+Please increase the softlimit value if you are going to use it with
62
+    clamscan.
63
+
64
+<P>
65
+<BR><HR>
66
+<ADDRESS>
67
+Tomasz Kojm
68
+2005-02-06
69
+</ADDRESS>
70
+</BODY>
71
+</HTML>
0 72
new file mode 100644
... ...
@@ -0,0 +1,73 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>qscanq</TITLE>
10
+<META NAME="description" CONTENT="qscanq">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node75.html">
22
+<LINK REL="previous" HREF="node73.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node75.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1521"
30
+  HREF="node75.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1517"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1511"
36
+  HREF="node73.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1519"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1522"
43
+  HREF="node75.html">qSheff</A>
44
+<B> Up:</B> <A NAME="tex2html1518"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1512"
47
+  HREF="node73.html">Qmail-Scanner</A>
48
+ &nbsp <B>  <A NAME="tex2html1520"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION000912600000000000000">
55
+qscanq</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html76"
58
+  HREF="http://budney.homeunix.net:8080/users/budney/software/qscanq/index.html">http://budney.homeunix.net:8080/users/budney/software/qscanq/index.html</A></TT>
59
+<BR>    <B>Supports:</B> clamscan
60
+<BR>
61
+qscanq replaces qmail-queue. It initiates a scan (using clamscan or
62
+    clamdscan) on an incoming email, and returns the exit status of the
63
+    scanner or of qmail-queue to the caller.
64
+
65
+<P>
66
+<BR><HR>
67
+<ADDRESS>
68
+Tomasz Kojm
69
+2005-02-06
70
+</ADDRESS>
71
+</BODY>
72
+</HTML>
0 73
new file mode 100644
... ...
@@ -0,0 +1,73 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>qSheff</TITLE>
10
+<META NAME="description" CONTENT="qSheff">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node76.html">
22
+<LINK REL="previous" HREF="node74.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node76.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1533"
30
+  HREF="node76.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1529"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1523"
36
+  HREF="node74.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1531"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1534"
43
+  HREF="node76.html">RevolSys SMTP kit for</A>
44
+<B> Up:</B> <A NAME="tex2html1530"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1524"
47
+  HREF="node74.html">qscanq</A>
48
+ &nbsp <B>  <A NAME="tex2html1532"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION000912700000000000000">
55
+qSheff</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html77"
58
+  HREF="http://www.enderunix.org/qsheff">http://www.enderunix.org/qsheff</A></TT>
59
+<BR>    <B>Supports:</B> clamdscan, clamd
60
+<BR>
61
+The tool allows running anti-virus and content filtering software
62
+    simultaneously. Supports ClamAV for virus checking and Zabit for
63
+    content filtering.
64
+
65
+<P>
66
+<BR><HR>
67
+<ADDRESS>
68
+Tomasz Kojm
69
+2005-02-06
70
+</ADDRESS>
71
+</BODY>
72
+</HTML>
0 73
new file mode 100644
... ...
@@ -0,0 +1,73 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>RevolSys SMTP kit for Postfix</TITLE>
10
+<META NAME="description" CONTENT="RevolSys SMTP kit for Postfix">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node77.html">
22
+<LINK REL="previous" HREF="node75.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node77.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1545"
30
+  HREF="node77.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1541"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1535"
36
+  HREF="node75.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1543"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1546"
43
+  HREF="node77.html">Sagator</A>
44
+<B> Up:</B> <A NAME="tex2html1542"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1536"
47
+  HREF="node75.html">qSheff</A>
48
+ &nbsp <B>  <A NAME="tex2html1544"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION000912800000000000000">
55
+RevolSys SMTP kit for Postfix</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html78"
58
+  HREF="http://smtp.revolsys.org/">http://smtp.revolsys.org/</A></TT>
59
+<BR>    <B>Supports:</B> ClamAV via amavisd-new
60
+<BR>
61
+The RevolSyS SMTP kit for Postfix provides an antispam and antivirus
62
+    tools installation. It uses amavisd-new, Spamassassin, ClamAV, and Razor.
63
+    It aims to enhance an already-installed mail server running Postfix.
64
+
65
+<P>
66
+<BR><HR>
67
+<ADDRESS>
68
+Tomasz Kojm
69
+2005-02-06
70
+</ADDRESS>
71
+</BODY>
72
+</HTML>
0 73
new file mode 100644
... ...
@@ -0,0 +1,74 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Sagator</TITLE>
10
+<META NAME="description" CONTENT="Sagator">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node78.html">
22
+<LINK REL="previous" HREF="node76.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node78.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1557"
30
+  HREF="node78.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1553"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1547"
36
+  HREF="node76.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1555"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1558"
43
+  HREF="node78.html">Scrubber</A>
44
+<B> Up:</B> <A NAME="tex2html1554"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1548"
47
+  HREF="node76.html">RevolSys SMTP kit for</A>
48
+ &nbsp <B>  <A NAME="tex2html1556"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION000912900000000000000">
55
+Sagator</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html79"
58
+  HREF="http://www.salstar.sk/sagator/">http://www.salstar.sk/sagator/</A></TT>
59
+<BR>    <B>Supports:</B> clamscan, clamd, libclamav
60
+<BR>
61
+This program is an email antivirus/antispam gateway. It is an interface
62
+    to the postfix (or any other smtpd), which runs antivirus
63
+    and/or spamchecker. Its modular architecture can use any
64
+    combination of antivirus/spamchecker according to configuration.
65
+
66
+<P>
67
+<BR><HR>
68
+<ADDRESS>
69
+Tomasz Kojm
70
+2005-02-06
71
+</ADDRESS>
72
+</BODY>
73
+</HTML>
0 74
new file mode 100644
... ...
@@ -0,0 +1,78 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Scrubber</TITLE>
10
+<META NAME="description" CONTENT="Scrubber">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node79.html">
22
+<LINK REL="previous" HREF="node77.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node79.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1569"
30
+  HREF="node79.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1565"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1559"
36
+  HREF="node77.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1567"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1570"
43
+  HREF="node79.html">Secure Mail Intelligence!</A>
44
+<B> Up:</B> <A NAME="tex2html1566"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1560"
47
+  HREF="node77.html">Sagator</A>
48
+ &nbsp <B>  <A NAME="tex2html1568"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION000913000000000000000">
55
+Scrubber</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html80"
58
+  HREF="http://projects.gasperino.org/scrubber/">http://projects.gasperino.org/scrubber/</A></TT>
59
+<BR>    <B>Supports:</B> libclamav
60
+<BR>
61
+Scrubber is a server-side daemon for filtering mail content. It attempts
62
+    to solve the issues that plague many server-side content filtering
63
+    solutions such as extensibility, speed, SMTP-specific dependencies, and
64
+    virtual hosting. The core of the project a client-server daemon that
65
+    accepts raw content from SMTP-side client applications, breaking the
66
+    message into MIME parts, and then sending the content through a series of
67
+    loadable filter plugins to handle the message accordingly. The final
68
+    message is sent back to the client-side programs for SMTP reinjection.
69
+
70
+<P>
71
+<BR><HR>
72
+<ADDRESS>
73
+Tomasz Kojm
74
+2005-02-06
75
+</ADDRESS>
76
+</BODY>
77
+</HTML>
0 78
new file mode 100644
... ...
@@ -0,0 +1,82 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Secure Mail Intelligence!</TITLE>
10
+<META NAME="description" CONTENT="Secure Mail Intelligence!">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node80.html">
22
+<LINK REL="previous" HREF="node78.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node80.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1581"
30
+  HREF="node80.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1577"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1571"
36
+  HREF="node78.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1579"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1582"
43
+  HREF="node80.html">simscan</A>
44
+<B> Up:</B> <A NAME="tex2html1578"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1572"
47
+  HREF="node78.html">Scrubber</A>
48
+ &nbsp <B>  <A NAME="tex2html1580"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION000913100000000000000">
55
+Secure Mail Intelligence!</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html81"
58
+  HREF="http://www.m2smi.com/">http://www.m2smi.com/</A></TT>
59
+<BR>    <B>Supports:</B> libclamav
60
+<BR>
61
+SMI! is a server side e-mail protection solution that combines firewall
62
+    elements, intrusion detection system, anti-virus and anti-spam modules.
63
+    SMI! can use up to 7 anti-virus scanners (including ClamAV) at the same
64
+    time and 3 different spam filtering engines. A built-in SMTP engine allows 
65
+    SMI! to directly send mail alerts. Other features include: Routing &amp;
66
+    Queuing Module, Disclaimer &amp; Messages Module, Updater Module, Policy
67
+    CheckModule, Mail Storage Module, Image Analysis Module, Cryptography
68
+    Series and Mail Analysis. SMI! runs on Microsoft Windows 98/NT/2k/XP/2003
69
+    platforms (both Professional and Server releases), Linux (i586), OpenBSD,
70
+    FreeBSD and Solaris 9 (x86 and SPARC) and supports almost all SMTP software
71
+    including Lotus Domino and Microsoft Exchange. The daemon part based on
72
+    libclamav is licensed under the GPL.
73
+
74
+<P>
75
+<BR><HR>
76
+<ADDRESS>
77
+Tomasz Kojm
78
+2005-02-06
79
+</ADDRESS>
80
+</BODY>
81
+</HTML>
0 82
new file mode 100644
... ...
@@ -0,0 +1,264 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Binary packages</TITLE>
10
+<META NAME="description" CONTENT="Binary packages">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node9.html">
22
+<LINK REL="previous" HREF="node7.html">
23
+<LINK REL="up" HREF="node6.html">
24
+<LINK REL="next" HREF="node9.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html577"
30
+  HREF="node9.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html573"
33
+  HREF="node6.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html567"
36
+  HREF="node7.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html575"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html578"
43
+  HREF="node9.html">Daily built snapshots</A>
44
+<B> Up:</B> <A NAME="tex2html574"
45
+  HREF="node6.html">Base package</A>
46
+<B> Previous:</B> <A NAME="tex2html568"
47
+  HREF="node7.html">Supported platforms</A>
48
+ &nbsp <B>  <A NAME="tex2html576"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION00032000000000000000">
55
+Binary packages</A>
56
+</H2>
57
+    
58
+<UL>
59
+<LI><B>Debian</B>
60
+<BR>
61
+The package is maintained by Stephen Gran and Thomas Lamy.
62
+	ClamAV has been officially included in the Debian distribution
63
+	starting from the Sarge release. Run <code>apt-cache search clamav</code> to
64
+	find the names of the packages available for installation. Unofficial
65
+	packages for Woody and Sarge are available and they are usually more
66
+	recent than official ones. Add the following lines to your
67
+	/etc/apt/sources.list:
68
+	<PRE>
69
+	for stable/woody (i386):
70
+	deb http://people.debian.org/~sgran/debian woody main
71
+	deb-src http://people.debian.org/~sgran/debian woody main
72
+	for testing/sarge (i386):
73
+	deb http://people.debian.org/~sgran/debian sarge main
74
+	deb-src http://people.debian.org/~sgran/debian sarge main
75
+</PRE>
76
+	Feel free to search for clamav on <TT><A NAME="tex2html6"
77
+  HREF="http://www.apt-get.org/">http://www.apt-get.org/</A></TT> too. 
78
+
79
+<P>
80
+</LI>
81
+<LI><B>RedHat - Fedora</B>
82
+<BR>
83
+The packages are maintained by Petr Kristof.
84
+<BR>
85
+Fedora1: <TT><A NAME="tex2html7"
86
+  HREF="http://crash.fce.vutbr.cz/crash-hat/1/clamav/">http://crash.fce.vutbr.cz/crash-hat/1/clamav/</A></TT>
87
+<BR>
88
+Fedora2: <TT><A NAME="tex2html8"
89
+  HREF="http://crash.fce.vutbr.cz/crash-hat/2/clamav/">http://crash.fce.vutbr.cz/crash-hat/2/clamav/</A></TT>
90
+<BR>
91
+Devel snapshots: <TT><A NAME="tex2html9"
92
+  HREF="http://crash.fce.vutbr.cz/crash-hat/testing/2/">http://crash.fce.vutbr.cz/crash-hat/testing/2/</A></TT>
93
+<BR>
94
+Please follow the instructions at
95
+	<TT><A NAME="tex2html10"
96
+  HREF="http://crash.fce.vutbr.cz/yum-repository.html">http://crash.fce.vutbr.cz/yum-repository.html</A></TT> and then run:
97
+	<PRE>
98
+	yum update clamav
99
+	or
100
+	up2date -u clamav
101
+</PRE>
102
+	Another very good repository is maintained by Dag Wieers:
103
+	<TT><A NAME="tex2html11"
104
+  HREF="http://dag.wieers.com/packages/clamav/">http://dag.wieers.com/packages/clamav/</A></TT>
105
+<P>
106
+</LI>
107
+<LI><B>PLD Linux Distribution</B>
108
+<BR>
109
+The RPM packages for the Polish(ed) Linux Distribution are maintained
110
+	by Arkadiusz Miskiewicz (visit <TT><A NAME="tex2html12"
111
+  HREF="http://www.pld-linux.org/">http://www.pld-linux.org/</A></TT>). 
112
+
113
+<P>
114
+</LI>
115
+<LI><B>Mandrake</B>
116
+<BR>
117
+A RPM package for Mandrake is available on Mandrake's mirrors and is
118
+	maintained by Oden Eriksson. Another set of RPM packages (maintained
119
+	by Bill Randle) is available at <TT><A NAME="tex2html13"
120
+  HREF="ftp://ftp.neocat.org/pub/">ftp://ftp.neocat.org/pub/</A></TT>.
121
+
122
+<P>
123
+</LI>
124
+<LI><B>Slackware</B>
125
+<BR>
126
+Slackware packages without milter support are maintained by Jay Scott
127
+	Raymond. You can find them at
128
+	<TT><A NAME="tex2html14"
129
+  HREF="http://webpages.charter.net/jay_scott_raymond/linux/slackages/">http://webpages.charter.net/jay_scott_raymond/linux/slackages/</A></TT>	If you need milter enabled ClamAV, try Peter Kaagman's packages
130
+	available at <TT><A NAME="tex2html15"
131
+  HREF="http://bilbos-stekkie.com/clamav/">http://bilbos-stekkie.com/clamav/</A></TT>
132
+<BR>
133
+Both of them are
134
+	also available at <TT><A NAME="tex2html16"
135
+  HREF="http://www.linuxpackages.net/">http://www.linuxpackages.net/</A></TT>
136
+<P>
137
+</LI>
138
+<LI><B>SuSE</B>
139
+	SuSE 8.2 and 9.1 RPMs are maintained by Joe Benden. You can download
140
+	them at <TT><A NAME="tex2html17"
141
+  HREF="http://www.ispservices.com/clamav.html">http://www.ispservices.com/clamav.html</A></TT>. Official ClamAV
142
+	packages for SuSE are maintained by Reinhard Max.
143
+
144
+<P>
145
+</LI>
146
+<LI><B>FreeBSD</B>
147
+<BR>
148
+The official FreeBSD port is maintained by Masahiro Teramoto. There
149
+	are two version available: clamav and clamav-devel. You can find both
150
+	of them under /usr/ports/security/
151
+
152
+<P>
153
+</LI>
154
+<LI><B>OpenBSD</B>
155
+<BR>
156
+ClamAV will become part of the official ports tree in the upcoming
157
+	3.7 release of OpenBSD. The new port is maintained by Marc Balmer. The
158
+	old unofficial port for OpenBSD (maintained by Jerome Loyet) is
159
+	available at: <TT><A NAME="tex2html18"
160
+  HREF="http://www.fatbsd.com/openbsd/clamav/">http://www.fatbsd.com/openbsd/clamav/</A></TT>
161
+<P>
162
+</LI>
163
+<LI><B>NetBSD</B>
164
+<BR>
165
+The official port is available.
166
+
167
+<P>
168
+</LI>
169
+<LI><B>Solaris</B>
170
+<BR>
171
+Stable packages and daily snapshots for Solaris 8 SPARC are available
172
+	at <TT><A NAME="tex2html19"
173
+  HREF="http://clamav.or.id/snapshot/">http://clamav.or.id/snapshot/</A></TT>. Latest stable packages for
174
+	Solaris 9 SPARC 64bit are available at <TT><A NAME="tex2html20"
175
+  HREF="http://clamav.citrus-it.net">http://clamav.citrus-it.net</A></TT>
176
+<P>
177
+</LI>
178
+<LI><B>AIX</B>
179
+<BR>
180
+The binary packages for AIX are available in AIX PDSLIB, UCLA
181
+<BR>	<TT><A NAME="tex2html21"
182
+  HREF="http://aixpdslib.seas.ucla.edu/packages/clamav.html">http://aixpdslib.seas.ucla.edu/packages/clamav.html</A></TT>
183
+<P>
184
+</LI>
185
+<LI><B>Mac OS X</B>
186
+<BR>
187
+There's a binary package available at
188
+	<TT><A NAME="tex2html22"
189
+  HREF="http://clamav.darwinports.com/">http://clamav.darwinports.com/</A></TT>
190
+<BR>
191
+clamXav (see <A HREF="node115.html#clamxav">8.6.6</A>), a GUI for ClamAV running on MacOS X, is
192
+	available at <TT><A NAME="tex2html23"
193
+  HREF="http://www.markallan.co.uk/clamXav">http://www.markallan.co.uk/clamXav</A></TT>
194
+<P>
195
+</LI>
196
+<LI><B>BeOS</B>
197
+<BR>
198
+BeClam is a port of ClamAV for the BeOS operating system. It includes
199
+	a very simple GUI. Get it at <TT><A NAME="tex2html24"
200
+  HREF="http://www.bebits.com/app/3930/">http://www.bebits.com/app/3930/</A></TT>
201
+<P>
202
+</LI>
203
+<LI><B>MS Windows - Cygwin</B>
204
+<BR>
205
+ClamAV is a part of the official Cygwin port repository.
206
+
207
+<P>
208
+</LI>
209
+<LI><B>MS Windows - cygwin.dll based</B>
210
+<BR>
211
+All major features of ClamAV are implemented under Win32 using the
212
+	Cygwin compatibility layer. You can download a self-installing
213
+	package at
214
+<BR><TT><A NAME="tex2html25"
215
+  HREF="http://www.sosdg.org/clamav-win32/index.php">http://www.sosdg.org/clamav-win32/index.php</A></TT>
216
+<P>
217
+</LI>
218
+<LI><B>MS Windows - Interix</B>
219
+<BR>
220
+A binary package of ClamAV for Interix is maintained at
221
+<BR>	<TT><A NAME="tex2html26"
222
+  HREF="http://www.interopsystems.com/tools/warehouse.htm">http://www.interopsystems.com/tools/warehouse.htm</A></TT>
223
+<P>
224
+</LI>
225
+<LI><B>MS Windows - graphical version</B>
226
+<BR>
227
+A standalone GUI version is also available. See ClamWin
228
+	in the <I>Third Party Software</I> section (<A HREF="node116.html#clamwin">8.6.7</A>).
229
+    
230
+</LI>
231
+</UL>
232
+
233
+<P>
234
+<HR>
235
+<!--Navigation Panel-->
236
+<A NAME="tex2html577"
237
+  HREF="node9.html">
238
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
239
+<A NAME="tex2html573"
240
+  HREF="node6.html">
241
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
242
+<A NAME="tex2html567"
243
+  HREF="node7.html">
244
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
245
+<A NAME="tex2html575"
246
+  HREF="node1.html">
247
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
248
+<BR>
249
+<B> Next:</B> <A NAME="tex2html578"
250
+  HREF="node9.html">Daily built snapshots</A>
251
+<B> Up:</B> <A NAME="tex2html574"
252
+  HREF="node6.html">Base package</A>
253
+<B> Previous:</B> <A NAME="tex2html568"
254
+  HREF="node7.html">Supported platforms</A>
255
+ &nbsp <B>  <A NAME="tex2html576"
256
+  HREF="node1.html">Contents</A></B> 
257
+<!--End of Navigation Panel-->
258
+<ADDRESS>
259
+Tomasz Kojm
260
+2005-02-06
261
+</ADDRESS>
262
+</BODY>
263
+</HTML>
0 264
new file mode 100644
... ...
@@ -0,0 +1,73 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>simscan</TITLE>
10
+<META NAME="description" CONTENT="simscan">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node81.html">
22
+<LINK REL="previous" HREF="node79.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node81.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1593"
30
+  HREF="node81.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1589"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1583"
36
+  HREF="node79.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1591"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1594"
43
+  HREF="node81.html">smtpfilter</A>
44
+<B> Up:</B> <A NAME="tex2html1590"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1584"
47
+  HREF="node79.html">Secure Mail Intelligence!</A>
48
+ &nbsp <B>  <A NAME="tex2html1592"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION000913200000000000000">
55
+simscan</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html82"
58
+  HREF="http://www.inter7.com/?page=simscan">http://www.inter7.com/?page=simscan</A></TT>
59
+<BR>    <B>Supports:</B> clamscan
60
+<BR>
61
+Simscan is a mail filter for qmail, designed to block attachments during
62
+    the SMTP conversation. It is open source and only uses open components.
63
+    Very efficent (written in C).
64
+
65
+<P>
66
+<BR><HR>
67
+<ADDRESS>
68
+Tomasz Kojm
69
+2005-02-06
70
+</ADDRESS>
71
+</BODY>
72
+</HTML>
0 73
new file mode 100644
... ...
@@ -0,0 +1,73 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>smtpfilter</TITLE>
10
+<META NAME="description" CONTENT="smtpfilter">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node82.html">
22
+<LINK REL="previous" HREF="node80.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node82.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1605"
30
+  HREF="node82.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1601"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1595"
36
+  HREF="node80.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1603"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1606"
43
+  HREF="node82.html">smtp-vilter</A>
44
+<B> Up:</B> <A NAME="tex2html1602"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1596"
47
+  HREF="node80.html">simscan</A>
48
+ &nbsp <B>  <A NAME="tex2html1604"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION000913300000000000000">
55
+smtpfilter</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html83"
58
+  HREF="http://www.gtoal.com/spam/smtpfilter.c.html">http://www.gtoal.com/spam/smtpfilter.c.html</A></TT>
59
+<BR>    <B>Supports:</B> clamscan
60
+<BR>
61
+smtpfilter is a filter for an SMTP session which passes the session through
62
+    transparently in real time, except for the DATA command which is
63
+    intercepted in order to scan the data for spam and/or viruses.
64
+
65
+<P>
66
+<BR><HR>
67
+<ADDRESS>
68
+Tomasz Kojm
69
+2005-02-06
70
+</ADDRESS>
71
+</BODY>
72
+</HTML>
0 73
new file mode 100644
... ...
@@ -0,0 +1,74 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>smtp-vilter</TITLE>
10
+<META NAME="description" CONTENT="smtp-vilter">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node83.html">
22
+<LINK REL="previous" HREF="node81.html">
23
+<LINK REL="up" HREF="node48.html">
24
+<LINK REL="next" HREF="node83.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1617"
30
+  HREF="node83.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1613"
33
+  HREF="node48.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1607"
36
+  HREF="node81.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1615"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1618"
43
+  HREF="node83.html">Zabit</A>
44
+<B> Up:</B> <A NAME="tex2html1614"
45
+  HREF="node48.html">MTA + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1608"
47
+  HREF="node81.html">smtpfilter</A>
48
+ &nbsp <B>  <A NAME="tex2html1616"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION000913400000000000000">
55
+smtp-vilter</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html84"
58
+  HREF="http://www.etc.msys.ch/software/smtp-vilter/">http://www.etc.msys.ch/software/smtp-vilter/</A></TT>
59
+<BR>    <B>Supports:</B> clamd
60
+<BR>
61
+smtp-vilter is a high performance content filter for sendmail
62
+    using the milter API.  The software scans e-mail messages for
63
+    viruses and drops or marks infected messages. ClamAV is the default
64
+    scanner backend.
65
+
66
+<P>
67
+<BR><HR>
68
+<ADDRESS>
69
+Tomasz Kojm
70
+2005-02-06
71
+</ADDRESS>
72
+</BODY>
73
+</HTML>
0 74
new file mode 100644
... ...
@@ -0,0 +1,70 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Zabit</TITLE>
10
+<META NAME="description" CONTENT="Zabit">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="previous" HREF="node82.html">
22
+<LINK REL="up" HREF="node48.html">
23
+<LINK REL="next" HREF="node84.html">
24
+</HEAD>
25
+
26
+<BODY >
27
+<!--Navigation Panel-->
28
+<A NAME="tex2html1627"
29
+  HREF="node84.html">
30
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
31
+<A NAME="tex2html1623"
32
+  HREF="node48.html">
33
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
34
+<A NAME="tex2html1619"
35
+  HREF="node82.html">
36
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
37
+<A NAME="tex2html1625"
38
+  HREF="node1.html">
39
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
40
+<BR>
41
+<B> Next:</B> <A NAME="tex2html1628"
42
+  HREF="node84.html">MTA + POP3 Proxy</A>
43
+<B> Up:</B> <A NAME="tex2html1624"
44
+  HREF="node48.html">MTA + ClamAV</A>
45
+<B> Previous:</B> <A NAME="tex2html1620"
46
+  HREF="node82.html">smtp-vilter</A>
47
+ &nbsp <B>  <A NAME="tex2html1626"
48
+  HREF="node1.html">Contents</A></B> 
49
+<BR>
50
+<BR>
51
+<!--End of Navigation Panel-->
52
+
53
+<H3><A NAME="SECTION000913500000000000000">
54
+Zabit</A>
55
+</H3>
56
+    <B>Homepage:</B> <TT><A NAME="tex2html85"
57
+  HREF="http://www.enderunix.org/zabit">http://www.enderunix.org/zabit</A></TT>
58
+<BR>    <B>Supports:</B> clamscan
59
+<BR>
60
+Zabit is a content and attachment filter for Qmail.
61
+
62
+<P>
63
+<BR><HR>
64
+<ADDRESS>
65
+Tomasz Kojm
66
+2005-02-06
67
+</ADDRESS>
68
+</BODY>
69
+</HTML>
0 70
new file mode 100644
... ...
@@ -0,0 +1,77 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>MTA + POP3 Proxy + ClamAV</TITLE>
10
+<META NAME="description" CONTENT="MTA + POP3 Proxy + ClamAV">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node87.html">
22
+<LINK REL="previous" HREF="node48.html">
23
+<LINK REL="up" HREF="node47.html">
24
+<LINK REL="next" HREF="node85.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1639"
30
+  HREF="node85.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1635"
33
+  HREF="node47.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1629"
36
+  HREF="node83.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1637"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1640"
43
+  HREF="node85.html">ClamMail</A>
44
+<B> Up:</B> <A NAME="tex2html1636"
45
+  HREF="node47.html">Third party software</A>
46
+<B> Previous:</B> <A NAME="tex2html1630"
47
+  HREF="node83.html">Zabit</A>
48
+ &nbsp <B>  <A NAME="tex2html1638"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION00092000000000000000">
55
+<I>MTA + POP3 Proxy + ClamAV</I></A>
56
+</H2>
57
+
58
+<P>
59
+<BR><HR>
60
+<!--Table of Child-Links-->
61
+<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
62
+
63
+<UL>
64
+<LI><A NAME="tex2html1641"
65
+  HREF="node85.html">ClamMail</A>
66
+<LI><A NAME="tex2html1642"
67
+  HREF="node86.html">POP3 Virus Scanner Daemon</A>
68
+</UL>
69
+<!--End of Table of Child-Links-->
70
+<BR><HR>
71
+<ADDRESS>
72
+Tomasz Kojm
73
+2005-02-06
74
+</ADDRESS>
75
+</BODY>
76
+</HTML>
0 77
new file mode 100644
... ...
@@ -0,0 +1,71 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>ClamMail</TITLE>
10
+<META NAME="description" CONTENT="ClamMail">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node86.html">
22
+<LINK REL="previous" HREF="node84.html">
23
+<LINK REL="up" HREF="node84.html">
24
+<LINK REL="next" HREF="node86.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1653"
30
+  HREF="node86.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1649"
33
+  HREF="node84.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1643"
36
+  HREF="node84.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1651"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1654"
43
+  HREF="node86.html">POP3 Virus Scanner Daemon</A>
44
+<B> Up:</B> <A NAME="tex2html1650"
45
+  HREF="node84.html">MTA + POP3 Proxy</A>
46
+<B> Previous:</B> <A NAME="tex2html1644"
47
+  HREF="node84.html">MTA + POP3 Proxy</A>
48
+ &nbsp <B>  <A NAME="tex2html1652"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00092100000000000000">
55
+ClamMail</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html86"
58
+  HREF="http://www.bransoft.com/">http://www.bransoft.com/</A></TT>
59
+<BR>    <B>Supports:</B> libclamav
60
+<BR>
61
+ClamMail is an anti-virus POP3 proxy for Windows.
62
+
63
+<P>
64
+<BR><HR>
65
+<ADDRESS>
66
+Tomasz Kojm
67
+2005-02-06
68
+</ADDRESS>
69
+</BODY>
70
+</HTML>
0 71
new file mode 100644
... ...
@@ -0,0 +1,75 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>POP3 Virus Scanner Daemon</TITLE>
10
+<META NAME="description" CONTENT="POP3 Virus Scanner Daemon">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="previous" HREF="node85.html">
22
+<LINK REL="up" HREF="node84.html">
23
+<LINK REL="next" HREF="node87.html">
24
+</HEAD>
25
+
26
+<BODY >
27
+<!--Navigation Panel-->
28
+<A NAME="tex2html1663"
29
+  HREF="node87.html">
30
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
31
+<A NAME="tex2html1659"
32
+  HREF="node84.html">
33
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
34
+<A NAME="tex2html1655"
35
+  HREF="node85.html">
36
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
37
+<A NAME="tex2html1661"
38
+  HREF="node1.html">
39
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
40
+<BR>
41
+<B> Next:</B> <A NAME="tex2html1664"
42
+  HREF="node87.html">Web/FTP Proxy + ClamAV</A>
43
+<B> Up:</B> <A NAME="tex2html1660"
44
+  HREF="node84.html">MTA + POP3 Proxy</A>
45
+<B> Previous:</B> <A NAME="tex2html1656"
46
+  HREF="node85.html">ClamMail</A>
47
+ &nbsp <B>  <A NAME="tex2html1662"
48
+  HREF="node1.html">Contents</A></B> 
49
+<BR>
50
+<BR>
51
+<!--End of Navigation Panel-->
52
+
53
+<H3><A NAME="SECTION00092200000000000000">
54
+POP3 Virus Scanner Daemon</A>
55
+</H3>
56
+    <B>Homepage:</B> <TT><A NAME="tex2html87"
57
+  HREF="http://p3scan.sourceforge.net/">http://p3scan.sourceforge.net/</A></TT>
58
+<BR>    <B>Supports:</B> clamscan
59
+<BR>
60
+This is a full-transparent proxy-server for POP3-clients. It runs on
61
+    a Linux box with iptables (for port re-direction). It can be used to
62
+    provide POP3 email scanning from the Internet, to any internal network
63
+    and is ideal for helping to protect your Other OS LAN from harm,
64
+    especially when used in conjunction with a firewall and other Internet
65
+    Proxy servers.
66
+
67
+<P>
68
+<BR><HR>
69
+<ADDRESS>
70
+Tomasz Kojm
71
+2005-02-06
72
+</ADDRESS>
73
+</BODY>
74
+</HTML>
0 75
new file mode 100644
... ...
@@ -0,0 +1,85 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Web/FTP Proxy + ClamAV</TITLE>
10
+<META NAME="description" CONTENT="Web/FTP Proxy + ClamAV">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node94.html">
22
+<LINK REL="previous" HREF="node84.html">
23
+<LINK REL="up" HREF="node47.html">
24
+<LINK REL="next" HREF="node88.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1675"
30
+  HREF="node88.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1671"
33
+  HREF="node47.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1665"
36
+  HREF="node86.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1673"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1676"
43
+  HREF="node88.html">DansGuardian Anti-Virus Patch</A>
44
+<B> Up:</B> <A NAME="tex2html1672"
45
+  HREF="node47.html">Third party software</A>
46
+<B> Previous:</B> <A NAME="tex2html1666"
47
+  HREF="node86.html">POP3 Virus Scanner Daemon</A>
48
+ &nbsp <B>  <A NAME="tex2html1674"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION00093000000000000000">
55
+<I>Web/FTP Proxy + ClamAV</I></A>
56
+</H2>
57
+
58
+<P>
59
+<BR><HR>
60
+<!--Table of Child-Links-->
61
+<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
62
+
63
+<UL>
64
+<LI><A NAME="tex2html1677"
65
+  HREF="node88.html">DansGuardian Anti-Virus Patch</A>
66
+<LI><A NAME="tex2html1678"
67
+  HREF="node89.html">Frox</A>
68
+<LI><A NAME="tex2html1679"
69
+  HREF="node90.html">mod_clamav</A>
70
+<LI><A NAME="tex2html1680"
71
+  HREF="node91.html">SafeSquid</A>
72
+<LI><A NAME="tex2html1681"
73
+  HREF="node92.html">SquidClamAV Redirector</A>
74
+<LI><A NAME="tex2html1682"
75
+  HREF="node93.html">Viralator</A>
76
+</UL>
77
+<!--End of Table of Child-Links-->
78
+<BR><HR>
79
+<ADDRESS>
80
+Tomasz Kojm
81
+2005-02-06
82
+</ADDRESS>
83
+</BODY>
84
+</HTML>
0 85
new file mode 100644
... ...
@@ -0,0 +1,73 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>DansGuardian Anti-Virus Patch</TITLE>
10
+<META NAME="description" CONTENT="DansGuardian Anti-Virus Patch">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node89.html">
22
+<LINK REL="previous" HREF="node87.html">
23
+<LINK REL="up" HREF="node87.html">
24
+<LINK REL="next" HREF="node89.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1693"
30
+  HREF="node89.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1689"
33
+  HREF="node87.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1683"
36
+  HREF="node87.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1691"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1694"
43
+  HREF="node89.html">Frox</A>
44
+<B> Up:</B> <A NAME="tex2html1690"
45
+  HREF="node87.html">Web/FTP Proxy + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1684"
47
+  HREF="node87.html">Web/FTP Proxy + ClamAV</A>
48
+ &nbsp <B>  <A NAME="tex2html1692"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00093100000000000000">
55
+DansGuardian Anti-Virus Patch</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html88"
58
+  HREF="http://www.harvest.com.br/asp/afn/dg.nsf">http://www.harvest.com.br/asp/afn/dg.nsf</A></TT>
59
+<BR>    <B>Supports:</B> clamscan
60
+<BR>
61
+DG AntiVirus Patch is a GPL addon that takes the virus scanning
62
+    capabilities of ClamAV and integrates them into the content filtering
63
+    web proxy DansGuardian.
64
+
65
+<P>
66
+<BR><HR>
67
+<ADDRESS>
68
+Tomasz Kojm
69
+2005-02-06
70
+</ADDRESS>
71
+</BODY>
72
+</HTML>
0 73
new file mode 100644
... ...
@@ -0,0 +1,75 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Frox</TITLE>
10
+<META NAME="description" CONTENT="Frox">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node90.html">
22
+<LINK REL="previous" HREF="node88.html">
23
+<LINK REL="up" HREF="node87.html">
24
+<LINK REL="next" HREF="node90.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1705"
30
+  HREF="node90.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1701"
33
+  HREF="node87.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1695"
36
+  HREF="node88.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1703"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1706"
43
+  HREF="node90.html">mod_clamav</A>
44
+<B> Up:</B> <A NAME="tex2html1702"
45
+  HREF="node87.html">Web/FTP Proxy + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1696"
47
+  HREF="node88.html">DansGuardian Anti-Virus Patch</A>
48
+ &nbsp <B>  <A NAME="tex2html1704"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00093200000000000000">
55
+Frox</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html89"
58
+  HREF="http://www.hollo.org/frox/">http://www.hollo.org/frox/</A></TT>
59
+<BR>    <B>Supports:</B> clamscan
60
+<BR>
61
+Frox is a transparent FTP proxy which is released under the GPL. It
62
+    optionally supports caching (either through an external http cache
63
+    (eg. squid), or by maintaining a cache locally), and/or running a virus
64
+    scanner on downloaded files. It is written with security in mind, and in
65
+    the default setup it runs as a non root user in a chroot jail.
66
+
67
+<P>
68
+<BR><HR>
69
+<ADDRESS>
70
+Tomasz Kojm
71
+2005-02-06
72
+</ADDRESS>
73
+</BODY>
74
+</HTML>
0 75
new file mode 100644
... ...
@@ -0,0 +1,86 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Daily built snapshots</TITLE>
10
+<META NAME="description" CONTENT="Daily built snapshots">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="previous" HREF="node8.html">
22
+<LINK REL="up" HREF="node6.html">
23
+<LINK REL="next" HREF="node10.html">
24
+</HEAD>
25
+
26
+<BODY >
27
+<!--Navigation Panel-->
28
+<A NAME="tex2html587"
29
+  HREF="node10.html">
30
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
31
+<A NAME="tex2html583"
32
+  HREF="node6.html">
33
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
34
+<A NAME="tex2html579"
35
+  HREF="node8.html">
36
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
37
+<A NAME="tex2html585"
38
+  HREF="node1.html">
39
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
40
+<BR>
41
+<B> Next:</B> <A NAME="tex2html588"
42
+  HREF="node10.html">Installation</A>
43
+<B> Up:</B> <A NAME="tex2html584"
44
+  HREF="node6.html">Base package</A>
45
+<B> Previous:</B> <A NAME="tex2html580"
46
+  HREF="node8.html">Binary packages</A>
47
+ &nbsp <B>  <A NAME="tex2html586"
48
+  HREF="node1.html">Contents</A></B> 
49
+<BR>
50
+<BR>
51
+<!--End of Navigation Panel-->
52
+
53
+<H2><A NAME="SECTION00033000000000000000">
54
+Daily built snapshots</A>
55
+</H2>
56
+    Thanks to Fajar A. Nugraha you can download daily builds (from daily
57
+    snapshots) for the following operating systems:
58
+    
59
+<UL>
60
+<LI>SPARC Solaris 8/9
61
+</LI>
62
+<LI>DEC OSF (built on Tru64 UNIX V5.0A)
63
+</LI>
64
+<LI>AIX (built on AIX Version 5.1)
65
+</LI>
66
+<LI>Linux i386 with glibc 2.3 (compiled on Fedora Core 1,
67
+	      works on RH <IMG
68
+ WIDTH="22" HEIGHT="37" ALIGN="MIDDLE" BORDER="0"
69
+ SRC="img5.png"
70
+ ALT="$\ge$"> 8)
71
+</LI>
72
+<LI>Win32/Cygwin (compiled on XP)
73
+    
74
+</LI>
75
+</UL>
76
+    They're available at <TT><A NAME="tex2html27"
77
+  HREF="http://clamav.or.id/">http://clamav.or.id/</A></TT>
78
+<P>
79
+<BR><HR>
80
+<ADDRESS>
81
+Tomasz Kojm
82
+2005-02-06
83
+</ADDRESS>
84
+</BODY>
85
+</HTML>
0 86
new file mode 100644
... ...
@@ -0,0 +1,72 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>mod_clamav</TITLE>
10
+<META NAME="description" CONTENT="mod_clamav">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node91.html">
22
+<LINK REL="previous" HREF="node89.html">
23
+<LINK REL="up" HREF="node87.html">
24
+<LINK REL="next" HREF="node91.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1717"
30
+  HREF="node91.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1713"
33
+  HREF="node87.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1707"
36
+  HREF="node89.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1715"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1718"
43
+  HREF="node91.html">SafeSquid</A>
44
+<B> Up:</B> <A NAME="tex2html1714"
45
+  HREF="node87.html">Web/FTP Proxy + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1708"
47
+  HREF="node89.html">Frox</A>
48
+ &nbsp <B>  <A NAME="tex2html1716"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00093300000000000000">
55
+mod_clamav</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html90"
58
+  HREF="http://software.othello.ch/mod_clamav/">http://software.othello.ch/mod_clamav/</A></TT>
59
+<BR>    <B>Supports:</B> libclamav, clamd
60
+<BR>
61
+mod_clamav is an Apache virus scanning filter. It was written
62
+    and is currently maintained by Andreas Muller.
63
+
64
+<P>
65
+<BR><HR>
66
+<ADDRESS>
67
+Tomasz Kojm
68
+2005-02-06
69
+</ADDRESS>
70
+</BODY>
71
+</HTML>
0 72
new file mode 100644
... ...
@@ -0,0 +1,81 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>SafeSquid</TITLE>
10
+<META NAME="description" CONTENT="SafeSquid">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node92.html">
22
+<LINK REL="previous" HREF="node90.html">
23
+<LINK REL="up" HREF="node87.html">
24
+<LINK REL="next" HREF="node92.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1729"
30
+  HREF="node92.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1725"
33
+  HREF="node87.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1719"
36
+  HREF="node90.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1727"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1730"
43
+  HREF="node92.html">SquidClamAV Redirector</A>
44
+<B> Up:</B> <A NAME="tex2html1726"
45
+  HREF="node87.html">Web/FTP Proxy + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1720"
47
+  HREF="node90.html">mod_clamav</A>
48
+ &nbsp <B>  <A NAME="tex2html1728"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00093400000000000000">
55
+SafeSquid</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html91"
58
+  HREF="http://www.safesquid.com/">http://www.safesquid.com/</A></TT>
59
+<BR>    <B>Supports:</B> clamd
60
+<BR>
61
+SafeSquid is one of the most feature rich Content Filtering Internet
62
+    Proxies. It is an ideal content filter for other proxies like Squid,
63
+    because it chains with them via request forwarding, ICAP, CARP, ICP. It
64
+    has a browser based GUI for remote management, a powerful profiles feature
65
+    to implement user, IP, network based multiple and unique policies.
66
+    SafeSquid supports PAM and NTLM Authentication besides using any form of
67
+    external databases, the use of URL Blacklists, to deliver category based
68
+    content filtering besides, keyword, mime, header, cookie filtering.
69
+    SafeSquid has an Advanced Bandwidth Management System, to create very
70
+    granular enterprise and network wide bandwidth usage policies. SafeSquid
71
+    Free Edition is not time or user-limited.
72
+
73
+<P>
74
+<BR><HR>
75
+<ADDRESS>
76
+Tomasz Kojm
77
+2005-02-06
78
+</ADDRESS>
79
+</BODY>
80
+</HTML>
0 81
new file mode 100644
... ...
@@ -0,0 +1,76 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>SquidClamAV Redirector</TITLE>
10
+<META NAME="description" CONTENT="SquidClamAV Redirector">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node93.html">
22
+<LINK REL="previous" HREF="node91.html">
23
+<LINK REL="up" HREF="node87.html">
24
+<LINK REL="next" HREF="node93.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1741"
30
+  HREF="node93.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1737"
33
+  HREF="node87.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1731"
36
+  HREF="node91.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1739"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1742"
43
+  HREF="node93.html">Viralator</A>
44
+<B> Up:</B> <A NAME="tex2html1738"
45
+  HREF="node87.html">Web/FTP Proxy + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1732"
47
+  HREF="node91.html">SafeSquid</A>
48
+ &nbsp <B>  <A NAME="tex2html1740"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00093500000000000000">
55
+SquidClamAV Redirector</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html92"
58
+  HREF="http://www.jackal-net.at/tiki-read_article.php?articleId=1">http://www.jackal-net.at/tiki-read_article.php?articleId=1</A></TT>
59
+<BR>    <B>Supports:</B> libclamav
60
+<BR>
61
+SquidClamAV Redirector is a Squid helper script which adds virus scanning
62
+    for defined filename extensions. It has been tested with Python, pyclamav,
63
+    ClamAV, and Squid. SCAVR handles the request as given from Squid, downloads
64
+    the URL, and scans it for known viruses. It rewrites the URL from Squid to
65
+    a blocked URL or an information page with information about the scanning
66
+    results.
67
+
68
+<P>
69
+<BR><HR>
70
+<ADDRESS>
71
+Tomasz Kojm
72
+2005-02-06
73
+</ADDRESS>
74
+</BODY>
75
+</HTML>
0 76
new file mode 100644
... ...
@@ -0,0 +1,71 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Viralator</TITLE>
10
+<META NAME="description" CONTENT="Viralator">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="previous" HREF="node92.html">
22
+<LINK REL="up" HREF="node87.html">
23
+<LINK REL="next" HREF="node94.html">
24
+</HEAD>
25
+
26
+<BODY >
27
+<!--Navigation Panel-->
28
+<A NAME="tex2html1751"
29
+  HREF="node94.html">
30
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
31
+<A NAME="tex2html1747"
32
+  HREF="node87.html">
33
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
34
+<A NAME="tex2html1743"
35
+  HREF="node92.html">
36
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
37
+<A NAME="tex2html1749"
38
+  HREF="node1.html">
39
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
40
+<BR>
41
+<B> Next:</B> <A NAME="tex2html1752"
42
+  HREF="node94.html">Filesystem + ClamAV</A>
43
+<B> Up:</B> <A NAME="tex2html1748"
44
+  HREF="node87.html">Web/FTP Proxy + ClamAV</A>
45
+<B> Previous:</B> <A NAME="tex2html1744"
46
+  HREF="node92.html">SquidClamAV Redirector</A>
47
+ &nbsp <B>  <A NAME="tex2html1750"
48
+  HREF="node1.html">Contents</A></B> 
49
+<BR>
50
+<BR>
51
+<!--End of Navigation Panel-->
52
+
53
+<H3><A NAME="SECTION00093600000000000000">
54
+Viralator</A>
55
+</H3>
56
+    <B>Homepage:</B> <TT><A NAME="tex2html93"
57
+  HREF="http://viralator.sourceforge.net/">http://viralator.sourceforge.net/</A></TT>
58
+<BR>    <B>Supports:</B> clamscan
59
+<BR>
60
+Viralator is a perl script that virus scans http downloads on a linux
61
+    server after passing through the squid proxy server.
62
+
63
+<P>
64
+<BR><HR>
65
+<ADDRESS>
66
+Tomasz Kojm
67
+2005-02-06
68
+</ADDRESS>
69
+</BODY>
70
+</HTML>
0 71
new file mode 100644
... ...
@@ -0,0 +1,79 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Filesystem + ClamAV</TITLE>
10
+<META NAME="description" CONTENT="Filesystem + ClamAV">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node98.html">
22
+<LINK REL="previous" HREF="node87.html">
23
+<LINK REL="up" HREF="node47.html">
24
+<LINK REL="next" HREF="node95.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1763"
30
+  HREF="node95.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1759"
33
+  HREF="node47.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1753"
36
+  HREF="node93.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1761"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1764"
43
+  HREF="node95.html">Dazuko</A>
44
+<B> Up:</B> <A NAME="tex2html1760"
45
+  HREF="node47.html">Third party software</A>
46
+<B> Previous:</B> <A NAME="tex2html1754"
47
+  HREF="node93.html">Viralator</A>
48
+ &nbsp <B>  <A NAME="tex2html1762"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION00094000000000000000">
55
+<I>Filesystem + ClamAV</I></A>
56
+</H2>
57
+
58
+<P>
59
+<BR><HR>
60
+<!--Table of Child-Links-->
61
+<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
62
+
63
+<UL>
64
+<LI><A NAME="tex2html1765"
65
+  HREF="node95.html">Dazuko</A>
66
+<LI><A NAME="tex2html1766"
67
+  HREF="node96.html">Famuko</A>
68
+<LI><A NAME="tex2html1767"
69
+  HREF="node97.html">OpenAntiVirus samba-vscan</A>
70
+</UL>
71
+<!--End of Table of Child-Links-->
72
+<BR><HR>
73
+<ADDRESS>
74
+Tomasz Kojm
75
+2005-02-06
76
+</ADDRESS>
77
+</BODY>
78
+</HTML>
0 79
new file mode 100644
... ...
@@ -0,0 +1,79 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Dazuko</TITLE>
10
+<META NAME="description" CONTENT="Dazuko">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node96.html">
22
+<LINK REL="previous" HREF="node94.html">
23
+<LINK REL="up" HREF="node94.html">
24
+<LINK REL="next" HREF="node96.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1778"
30
+  HREF="node96.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1774"
33
+  HREF="node94.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1768"
36
+  HREF="node94.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1776"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1779"
43
+  HREF="node96.html">Famuko</A>
44
+<B> Up:</B> <A NAME="tex2html1775"
45
+  HREF="node94.html">Filesystem + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1769"
47
+  HREF="node94.html">Filesystem + ClamAV</A>
48
+ &nbsp <B>  <A NAME="tex2html1777"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00094100000000000000">
55
+Dazuko</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html94"
58
+  HREF="http://www.dazuko.org/">http://www.dazuko.org/</A></TT>
59
+<BR>    <B>Supports:</B> clamuko
60
+<BR>
61
+This project provides a kernel module, which provides 3d-party applications
62
+    an interface for file access control. It was originally developed by H+BEDV
63
+    Datentechnik GmbH to be used for on-access virus scanning. Other uses
64
+    include a file-access monitor/logger or external security implementations.
65
+    It operates by intercepting file-access calls and passing the file
66
+    information to a 3rd-party application. The 3rd-party application then has
67
+    the opportunity to tell the kernel module to allow or deny the file-access.
68
+    The 3rd-party application also receives information about the file, type
69
+    of access, process id, and user id.
70
+
71
+<P>
72
+<BR><HR>
73
+<ADDRESS>
74
+Tomasz Kojm
75
+2005-02-06
76
+</ADDRESS>
77
+</BODY>
78
+</HTML>
0 79
new file mode 100644
... ...
@@ -0,0 +1,71 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Famuko</TITLE>
10
+<META NAME="description" CONTENT="Famuko">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node97.html">
22
+<LINK REL="previous" HREF="node95.html">
23
+<LINK REL="up" HREF="node94.html">
24
+<LINK REL="next" HREF="node97.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1790"
30
+  HREF="node97.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1786"
33
+  HREF="node94.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1780"
36
+  HREF="node95.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1788"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1791"
43
+  HREF="node97.html">OpenAntiVirus samba-vscan</A>
44
+<B> Up:</B> <A NAME="tex2html1787"
45
+  HREF="node94.html">Filesystem + ClamAV</A>
46
+<B> Previous:</B> <A NAME="tex2html1781"
47
+  HREF="node95.html">Dazuko</A>
48
+ &nbsp <B>  <A NAME="tex2html1789"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00094200000000000000">
55
+Famuko</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html95"
58
+  HREF="http://www.campana.vi.it/ottavio/Progetti/Famuko/">http://www.campana.vi.it/ottavio/Progetti/Famuko/</A></TT>
59
+<BR>    <B>Supports:</B> libclamav
60
+<BR>
61
+Famuko is an on-access scanner based on libfam and working in a userspace.
62
+
63
+<P>
64
+<BR><HR>
65
+<ADDRESS>
66
+Tomasz Kojm
67
+2005-02-06
68
+</ADDRESS>
69
+</BODY>
70
+</HTML>
0 71
new file mode 100644
... ...
@@ -0,0 +1,72 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>OpenAntiVirus samba-vscan</TITLE>
10
+<META NAME="description" CONTENT="OpenAntiVirus samba-vscan">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="previous" HREF="node96.html">
22
+<LINK REL="up" HREF="node94.html">
23
+<LINK REL="next" HREF="node98.html">
24
+</HEAD>
25
+
26
+<BODY >
27
+<!--Navigation Panel-->
28
+<A NAME="tex2html1800"
29
+  HREF="node98.html">
30
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
31
+<A NAME="tex2html1796"
32
+  HREF="node94.html">
33
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
34
+<A NAME="tex2html1792"
35
+  HREF="node96.html">
36
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
37
+<A NAME="tex2html1798"
38
+  HREF="node1.html">
39
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
40
+<BR>
41
+<B> Next:</B> <A NAME="tex2html1801"
42
+  HREF="node98.html">Mail User Agent +</A>
43
+<B> Up:</B> <A NAME="tex2html1797"
44
+  HREF="node94.html">Filesystem + ClamAV</A>
45
+<B> Previous:</B> <A NAME="tex2html1793"
46
+  HREF="node96.html">Famuko</A>
47
+ &nbsp <B>  <A NAME="tex2html1799"
48
+  HREF="node1.html">Contents</A></B> 
49
+<BR>
50
+<BR>
51
+<!--End of Navigation Panel-->
52
+
53
+<H3><A NAME="SECTION00094300000000000000"></A><A NAME="samba-vscan"></A>
54
+<BR>
55
+OpenAntiVirus samba-vscan
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html96"
58
+  HREF="http://www.openantivirus.org/projects.php#samba-vscan">http://www.openantivirus.org/projects.php#samba-vscan</A></TT>
59
+<BR>    <B>Supports:</B> clamd
60
+<BR>
61
+samba-vscan provides on-access scanning of Samba shares. It supports
62
+    Samba 2.2.x/3.0 with working virtual file system (VFS) support. 
63
+
64
+<P>
65
+<BR><HR>
66
+<ADDRESS>
67
+Tomasz Kojm
68
+2005-02-06
69
+</ADDRESS>
70
+</BODY>
71
+</HTML>
0 72
new file mode 100644
... ...
@@ -0,0 +1,93 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>Mail User Agent + ClamAV</TITLE>
10
+<META NAME="description" CONTENT="Mail User Agent + ClamAV">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node109.html">
22
+<LINK REL="previous" HREF="node94.html">
23
+<LINK REL="up" HREF="node47.html">
24
+<LINK REL="next" HREF="node99.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1812"
30
+  HREF="node99.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1808"
33
+  HREF="node47.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1802"
36
+  HREF="node97.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1810"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1813"
43
+  HREF="node99.html">clamailfilter</A>
44
+<B> Up:</B> <A NAME="tex2html1809"
45
+  HREF="node47.html">Third party software</A>
46
+<B> Previous:</B> <A NAME="tex2html1803"
47
+  HREF="node97.html">OpenAntiVirus samba-vscan</A>
48
+ &nbsp <B>  <A NAME="tex2html1811"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H2><A NAME="SECTION00095000000000000000">
55
+<I>Mail User Agent + ClamAV</I></A>
56
+</H2>
57
+
58
+<P>
59
+<BR><HR>
60
+<!--Table of Child-Links-->
61
+<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
62
+
63
+<UL>
64
+<LI><A NAME="tex2html1814"
65
+  HREF="node99.html">clamailfilter</A>
66
+<LI><A NAME="tex2html1815"
67
+  HREF="node100.html">ClamAssassin</A>
68
+<LI><A NAME="tex2html1816"
69
+  HREF="node101.html">clamscan-procfilter</A>
70
+<LI><A NAME="tex2html1817"
71
+  HREF="node102.html">KMail</A>
72
+<LI><A NAME="tex2html1818"
73
+  HREF="node103.html">MyClamMailFilter</A>
74
+<LI><A NAME="tex2html1819"
75
+  HREF="node104.html">OpenWebMail</A>
76
+<LI><A NAME="tex2html1820"
77
+  HREF="node105.html">QClam</A>
78
+<LI><A NAME="tex2html1821"
79
+  HREF="node106.html">QMVC - Qmail Mail and Virus Control</A>
80
+<LI><A NAME="tex2html1822"
81
+  HREF="node107.html">Sylpheed Claws</A>
82
+<LI><A NAME="tex2html1823"
83
+  HREF="node108.html">SoftlabsAV</A>
84
+</UL>
85
+<!--End of Table of Child-Links-->
86
+<BR><HR>
87
+<ADDRESS>
88
+Tomasz Kojm
89
+2005-02-06
90
+</ADDRESS>
91
+</BODY>
92
+</HTML>
0 93
new file mode 100644
... ...
@@ -0,0 +1,72 @@
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
+
2
+<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
3
+original version by:  Nikos Drakos, CBLU, University of Leeds
4
+* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
5
+* with significant contributions from:
6
+  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
7
+<HTML>
8
+<HEAD>
9
+<TITLE>clamailfilter</TITLE>
10
+<META NAME="description" CONTENT="clamailfilter">
11
+<META NAME="keywords" CONTENT="clamdoc">
12
+<META NAME="resource-type" CONTENT="document">
13
+<META NAME="distribution" CONTENT="global">
14
+
15
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
16
+<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
+
19
+<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
+
21
+<LINK REL="next" HREF="node100.html">
22
+<LINK REL="previous" HREF="node98.html">
23
+<LINK REL="up" HREF="node98.html">
24
+<LINK REL="next" HREF="node100.html">
25
+</HEAD>
26
+
27
+<BODY >
28
+<!--Navigation Panel-->
29
+<A NAME="tex2html1834"
30
+  HREF="node100.html">
31
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
+<A NAME="tex2html1830"
33
+  HREF="node98.html">
34
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
+<A NAME="tex2html1824"
36
+  HREF="node98.html">
37
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
+<A NAME="tex2html1832"
39
+  HREF="node1.html">
40
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
+<BR>
42
+<B> Next:</B> <A NAME="tex2html1835"
43
+  HREF="node100.html">ClamAssassin</A>
44
+<B> Up:</B> <A NAME="tex2html1831"
45
+  HREF="node98.html">Mail User Agent +</A>
46
+<B> Previous:</B> <A NAME="tex2html1825"
47
+  HREF="node98.html">Mail User Agent +</A>
48
+ &nbsp <B>  <A NAME="tex2html1833"
49
+  HREF="node1.html">Contents</A></B> 
50
+<BR>
51
+<BR>
52
+<!--End of Navigation Panel-->
53
+
54
+<H3><A NAME="SECTION00095100000000000000">
55
+clamailfilter</A>
56
+</H3>
57
+    <B>Homepage:</B> <TT><A NAME="tex2html97"
58
+  HREF="http://quiston.tpsa.com/hacks/clamailfilter.xhtml">http://quiston.tpsa.com/hacks/clamailfilter.xhtml</A></TT>
59
+<BR>    <B>Supports:</B> clamscan, clamdscan
60
+<BR>
61
+clamailfilter is a Python script that provides anti-virus scanning via
62
+    procmailrc.
63
+
64
+<P>
65
+<BR><HR>
66
+<ADDRESS>
67
+Tomasz Kojm
68
+2005-02-06
69
+</ADDRESS>
70
+</BODY>
71
+</HTML>
0 72
new file mode 100644
1 73
Binary files /dev/null and b/clamav-devel/docs/html/prev.png differ
2 74
new file mode 100644
3 75
Binary files /dev/null and b/clamav-devel/docs/html/prev_g.png differ
4 76
new file mode 100644
5 77
Binary files /dev/null and b/clamav-devel/docs/html/up.png differ
6 78
new file mode 100644
7 79
Binary files /dev/null and b/clamav-devel/docs/html/up_g.png differ