~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to docs/html/node30.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>Clamuko</TITLE>
11
 
<META NAME="description" CONTENT="Clamuko">
 
10
<TITLE>Clamdscan</TITLE>
 
11
<META NAME="description" CONTENT="Clamdscan">
12
12
<META NAME="keywords" CONTENT="clamdoc">
13
13
<META NAME="resource-type" CONTENT="document">
14
14
<META NAME="distribution" CONTENT="global">
20
20
 
21
21
<LINK REL="next" HREF="node31.html">
22
22
<LINK REL="previous" HREF="node29.html">
23
 
<LINK REL="up" HREF="node27.html">
 
23
<LINK REL="up" HREF="node28.html">
24
24
<LINK REL="next" HREF="node31.html">
25
25
</HEAD>
26
26
 
27
27
<BODY >
28
28
 
29
29
<DIV CLASS="navigation"><!--Navigation Panel-->
30
 
<A NAME="tex2html590"
 
30
<A NAME="tex2html607"
31
31
  HREF="node31.html">
32
32
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
 
<A NAME="tex2html586"
34
 
  HREF="node27.html">
 
33
<A NAME="tex2html603"
 
34
  HREF="node28.html">
35
35
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
 
<A NAME="tex2html580"
 
36
<A NAME="tex2html597"
37
37
  HREF="node29.html">
38
38
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
 
<A NAME="tex2html588"
 
39
<A NAME="tex2html605"
40
40
  HREF="node1.html">
41
41
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42
42
<BR>
43
 
<B> Next:</B> <A NAME="tex2html591"
44
 
  HREF="node31.html">Output format</A>
45
 
<B> Up:</B> <A NAME="tex2html587"
46
 
  HREF="node27.html">Usage</A>
47
 
<B> Previous:</B> <A NAME="tex2html581"
48
 
  HREF="node29.html">Clamdscan</A>
49
 
 &nbsp; <B>  <A NAME="tex2html589"
 
43
<B> Next:</B> <A NAME="tex2html608"
 
44
  HREF="node31.html">On-access Scanning</A>
 
45
<B> Up:</B> <A NAME="tex2html604"
 
46
  HREF="node28.html">Usage</A>
 
47
<B> Previous:</B> <A NAME="tex2html598"
 
48
  HREF="node29.html">Clam daemon</A>
 
49
 &nbsp; <B>  <A NAME="tex2html606"
50
50
  HREF="node1.html">Contents</A></B> 
51
51
<BR>
52
52
<BR></DIV>
53
53
<!--End of Navigation Panel-->
54
54
 
55
 
<H2><A NAME="SECTION00063000000000000000"></A><A NAME="clamuko"></A>
56
 
<BR>
57
 
Clamuko
 
55
<H2><A NAME="SECTION00062000000000000000">
 
56
Clam<SPAN  CLASS="textbf">d</SPAN>scan</A>
58
57
</H2>
59
 
    Clamuko is a special thread in <code>clamd</code> that performs on-access
60
 
    scanning under Linux and FreeBSD and shares internal virus database
61
 
    with the daemon. <SPAN  CLASS="textbf">You must follow some important rules when
62
 
    using it:</SPAN>
 
58
    <code>clamdscan</code> is a simple <code>clamd</code> client. In many cases you can
 
59
    use it as a <code>clamscan</code> replacement however you must remember that:
63
60
    
64
61
<UL>
65
 
<LI>Always stop the daemon cleanly - using the SHUTDOWN command or
66
 
              the
67
 
<BR>
68
 
SIGTERM signal. In other case you can lose access
69
 
              to protected files until the system is restarted.
70
 
</LI>
71
 
<LI>Never protect the directory your mail-scanner software
72
 
              uses for attachment unpacking. Access to all infected
73
 
              files will be automatically blocked and the scanner (including
74
 
              <code>clamd</code>!) will not be able to detect any viruses. In the
75
 
              result <SPAN  CLASS="textbf">all infected mails may be delivered.</SPAN>
 
62
<LI>it only depends on <code>clamd</code>
 
63
</LI>
 
64
<LI>although it accepts the same command line options as
 
65
              <code>clamscan</code> most of them are ignored because they must be
 
66
              enabled directly in <code>clamd</code>, i.e. <code>clamd.conf</code>
 
67
</LI>
 
68
<LI>in TCP mode scanned files must be accessible for <code>clamd</code>,
 
69
              if you enabled LocalSocket in clamd.conf then clamdscan will
 
70
              try to workaround this limitation by using FILDES
76
71
    
77
72
</LI>
78
73
</UL>
79
 
    For example, to protect the whole system add the following lines to
80
 
    <code>clamd.conf</code>:
81
 
    <PRE>
82
 
        ClamukoScanOnAccess
83
 
        ClamukoIncludePath /
84
 
        ClamukoExcludePath /proc
85
 
        ClamukoExcludePath /temporary/dir/of/your/mail/scanning/software
86
 
</PRE>
87
 
    You can also use clamuko to protect files on Samba/Netatalk but a far
88
 
    more better and safe idea is to use the <SPAN  CLASS="textbf">samba-vscan</SPAN> module.
89
 
    NFS is not supported because Dazuko doesn't intercept NFS access calls.
90
74
 
91
75
<P>
92
76
<BR><HR>
93
77
<ADDRESS>
94
 
SourceFire 2013-04-16
 
78
Sourcefire 2013-12-24
95
79
</ADDRESS>
96
80
</BODY>
97
81
</HTML>