~ubuntu-branches/ubuntu/utopic/clamav/utopic-security

« back to all changes in this revision

Viewing changes to docs/html/node22.html

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2014-02-01 11:06:17 UTC
  • mfrom: (0.35.37 sid)
  • Revision ID: package-import@ubuntu.com-20140201110617-33h2xxk09dep0ui4
Tags: 0.98.1+dfsg-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - Drop build-dep on electric-fence (in Universe)
  - Add apparmor profiles for clamd and freshclam along with maintainer
    script changes
  - Add autopkgtest

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8
8
<HTML>
9
9
<HEAD>
10
 
<TITLE>clamav-milter</TITLE>
11
 
<META NAME="description" CONTENT="clamav-milter">
 
10
<TITLE>On-access scanning</TITLE>
 
11
<META NAME="description" CONTENT="On-access scanning">
12
12
<META NAME="keywords" CONTENT="clamdoc">
13
13
<META NAME="resource-type" CONTENT="document">
14
14
<META NAME="distribution" CONTENT="global">
18
18
 
19
19
<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
20
 
21
 
<LINK REL="next" HREF="node23.html">
22
 
<LINK REL="previous" HREF="node20.html">
23
 
<LINK REL="up" HREF="node19.html">
 
21
<LINK REL="previous" HREF="node21.html">
 
22
<LINK REL="up" HREF="node21.html">
24
23
<LINK REL="next" HREF="node23.html">
25
24
</HEAD>
26
25
 
27
26
<BODY >
28
27
 
29
28
<DIV CLASS="navigation"><!--Navigation Panel-->
30
 
<A NAME="tex2html491"
 
29
<A NAME="tex2html503"
31
30
  HREF="node23.html">
32
31
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
 
<A NAME="tex2html487"
34
 
  HREF="node19.html">
 
32
<A NAME="tex2html499"
 
33
  HREF="node21.html">
35
34
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
 
<A NAME="tex2html481"
 
35
<A NAME="tex2html495"
37
36
  HREF="node21.html">
38
37
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
 
<A NAME="tex2html489"
 
38
<A NAME="tex2html501"
40
39
  HREF="node1.html">
41
40
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42
41
<BR>
43
 
<B> Next:</B> <A NAME="tex2html492"
44
 
  HREF="node23.html">Testing</A>
45
 
<B> Up:</B> <A NAME="tex2html488"
46
 
  HREF="node19.html">Configuration</A>
47
 
<B> Previous:</B> <A NAME="tex2html482"
48
 
  HREF="node21.html">On-access scanning</A>
49
 
 &nbsp; <B>  <A NAME="tex2html490"
 
42
<B> Next:</B> <A NAME="tex2html504"
 
43
  HREF="node23.html">clamav-milter</A>
 
44
<B> Up:</B> <A NAME="tex2html500"
 
45
  HREF="node21.html">clamd</A>
 
46
<B> Previous:</B> <A NAME="tex2html496"
 
47
  HREF="node21.html">clamd</A>
 
48
 &nbsp; <B>  <A NAME="tex2html502"
50
49
  HREF="node1.html">Contents</A></B> 
51
50
<BR>
52
51
<BR></DIV>
53
52
<!--End of Navigation Panel-->
54
53
 
55
 
<H2><A NAME="SECTION00052000000000000000">
56
 
clamav-milter</A>
57
 
</H2>
58
 
    ClamAV <SPAN CLASS="MATH"><IMG
59
 
 WIDTH="58" HEIGHT="35" ALIGN="MIDDLE" BORDER="0"
60
 
 SRC="img4.png"
61
 
 ALT="$\ge0.95$"></SPAN> includes a new, redesigned clamav-milter. The most notable
62
 
    difference is that the internal mode has been dropped and now a working
63
 
    clamd companion is required. The second important difference is that now
64
 
    the milter has got its own configuration and log files. To compile ClamAV
65
 
    with the clamav-milter just run <code>./configure</code> <code>--enable-milter</code>
66
 
    and make as usual. Please consult your MTA's manual on how to connect it
67
 
    with the milter.
 
54
<H3><A NAME="SECTION00051100000000000000">
 
55
On-access scanning</A>
 
56
</H3>
 
57
    One of the interesting features of <code>clamd</code> is on-access scanning
 
58
    based on fanotify, included in Linux since kernel 2.6.36.
 
59
    <SPAN  CLASS="textbf">This is not required to run clamd</SPAN>. At the moment the fanotify header is
 
60
    only avaliable for Linux.
 
61
    
 
62
<BR>
 
63
<BR>
 
64
Configure on-access scanning in <code>clamd.conf</code> and read the 
 
65
    <A HREF="node31.html#On-access">5.3</A> section for on-access scanning usage.
68
66
 
69
67
<P>
70
68
<BR><HR>
71
69
<ADDRESS>
72
 
SourceFire 2013-04-16
 
70
Sourcefire 2013-12-24
73
71
</ADDRESS>
74
72
</BODY>
75
73
</HTML>