~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to docs/html/node18.html

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Gran
  • Date: 2008-09-05 17:25:34 UTC
  • mfrom: (0.35.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080905172534-yi3f8fkye1o7u1r3
* New upstream version (closes: #497662, #497773)
  - lots of new options for clamd.conf
  - fixes CVEs CVE-2008-3912, CVE-2008-3913, CVE-2008-3914, and
    CVE-2008-1389
* No longer supports --unzip option, so typo is gone (closes: #496276)
* Translations:
  - sv (thanks Martin Bagge <brother@bsnet.se>) (closes: #491760)

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>clamd</TITLE>
 
11
<META NAME="description" CONTENT="clamd">
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="node19.html">
22
 
<LINK REL="previous" HREF="node16.html">
23
 
<LINK REL="up" HREF="node15.html">
 
21
<LINK REL="next" HREF="node20.html">
 
22
<LINK REL="previous" HREF="node17.html">
 
23
<LINK REL="up" HREF="node17.html">
24
24
<LINK REL="next" HREF="node19.html">
25
25
</HEAD>
26
26
 
27
27
<BODY >
28
28
 
29
29
<DIV CLASS="navigation"><!--Navigation Panel-->
30
 
<A NAME="tex2html419"
 
30
<A NAME="tex2html431"
31
31
  HREF="node19.html">
32
32
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
 
<A NAME="tex2html415"
34
 
  HREF="node15.html">
 
33
<A NAME="tex2html427"
 
34
  HREF="node17.html">
35
35
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
 
<A NAME="tex2html409"
 
36
<A NAME="tex2html421"
37
37
  HREF="node17.html">
38
38
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
 
<A NAME="tex2html417"
 
39
<A NAME="tex2html429"
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="tex2html420"
44
 
  HREF="node19.html">Testing</A>
45
 
<B> Up:</B> <A NAME="tex2html416"
46
 
  HREF="node15.html">Configuration</A>
47
 
<B> Previous:</B> <A NAME="tex2html410"
48
 
  HREF="node17.html">On-access scanning</A>
49
 
 &nbsp; <B>  <A NAME="tex2html418"
 
43
<B> Next:</B> <A NAME="tex2html432"
 
44
  HREF="node19.html">On-access scanning</A>
 
45
<B> Up:</B> <A NAME="tex2html428"
 
46
  HREF="node17.html">Configuration</A>
 
47
<B> Previous:</B> <A NAME="tex2html422"
 
48
  HREF="node17.html">Configuration</A>
 
49
 &nbsp; <B>  <A NAME="tex2html430"
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="SECTION00052000000000000000">
56
 
clamav-milter</A>
 
55
<H2><A NAME="SECTION00051000000000000000">
 
56
clamd</A>
57
57
</H2>
58
 
    Nigel Horne's <code>clamav-milter</code> is a very efficient email scanner
59
 
    designed for Sendmail. It's written entirely in C and only depends on
60
 
    <code>libclamav</code> or <code>clamd</code>. You can find detailed installation
61
 
    instructions in the <code>INSTALL</code> file that comes with the clamav-milter
62
 
    sources. Basically, to connect it with Sendmail add the following lines to
63
 
    <code>/etc/mail/sendmail.mc</code>:
64
 
    <PRE>
65
 
INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock,
66
 
F=, T=S:4m;R:4m')dnl
67
 
define(`confINPUT_MAIL_FILTERS', `clmilter')
68
 
</PRE>
69
 
    If you're running it in <code>--external</code> mode, check entry in
70
 
    <code>clamd.conf</code> of the form:
71
 
    <PRE>
72
 
        LocalSocket /var/run/clamav/clamd.sock
73
 
</PRE>
74
 
    Start clamav-milter
75
 
    <PRE>
76
 
        /usr/local/sbin/clamav-milter -lo /var/run/clamav/clmilter.sock
77
 
</PRE>
78
 
    and restart sendmail.
 
58
    Before you start using the daemon you have to edit the configuration file
 
59
    (in other case <code>clamd</code> won't run):
 
60
    <PRE>
 
61
        $ clamd
 
62
        ERROR: Please edit the example config file /etc/clamd.conf.
 
63
</PRE>
 
64
    This shows the location of the default configuration file. The format and
 
65
    options of this file are fully described in the <SPAN  CLASS="textit">clamd.conf(5)</SPAN>
 
66
    manual. The config file is well commented and configuration should be
 
67
    straightforward.
79
68
 
80
69
<P>
81
70
<BR><HR>
 
71
<!--Table of Child-Links-->
 
72
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
 
73
 
 
74
<UL CLASS="ChildLinks">
 
75
<LI><A NAME="tex2html433"
 
76
  HREF="node19.html">On-access scanning</A>
 
77
</UL>
 
78
<!--End of Table of Child-Links-->
 
79
<BR><HR>
82
80
<ADDRESS>
83
81
Tomasz Kojm
84
 
2008-07-07
 
82
2008-09-01
85
83
</ADDRESS>
86
84
</BODY>
87
85
</HTML>