~ubuntu-branches/debian/squeeze/sympa/squeeze

« back to all changes in this revision

Viewing changes to doc/html/node25.html

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Hornburg (Racke)
  • Date: 2008-10-05 12:36:30 UTC
  • mfrom: (1.1.5 upstream) (6.1.3 gutsy)
  • Revision ID: james.westby@ubuntu.com-20081005123630-8ga1kt0ogrkqaizf
Tags: 5.3.4-6
* fix usage of $* Perl variable deprecated in Perl 5.10 
  (Closes: #501154, thanks to Micah Anderson <micah@debian.org> and
  David Moreno <david@dev.axiombox.com> for the report and patches)
* add the sympa.pl --upgrade procedure to the debian/postinst 
  to migrate existing installs (Closes: #498144, thanks to Micah
  Anderson <micah@debian.org> for the patch)
* additional patch for insecure use of /tmp (Closes: #496520)
* missing debian/compat file added

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2
 
 
3
 
<!--Converted with LaTeX2HTML 2002-2-1 (1.70)
4
 
original version by:  Nikos Drakos, CBLU, University of Leeds
5
 
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
6
 
* with significant contributions from:
7
 
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8
 
<HTML>
9
 
<HEAD>
10
 
<TITLE>24. Antivirus</TITLE>
11
 
<META NAME="description" CONTENT="24. Antivirus">
12
 
<META NAME="keywords" CONTENT="sympa">
13
 
<META NAME="resource-type" CONTENT="document">
14
 
<META NAME="distribution" CONTENT="global">
15
 
 
16
 
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
17
 
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
18
 
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
19
 
 
20
 
<LINK REL="STYLESHEET" HREF="sympa.css">
21
 
 
22
 
<LINK REL="next" HREF="node26.html">
23
 
<LINK REL="previous" HREF="node24.html">
24
 
<LINK REL="up" HREF="sympa.html">
25
 
<LINK REL="next" HREF="node26.html">
26
 
</HEAD>
27
 
 
28
 
<BODY TEXT="#000000" BGCOLOR="#ffffff">
29
 
<!--Navigation Panel-->
30
 
<A NAME="tex2html1479"
31
 
  HREF="node26.html">
32
 
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
 
<A NAME="tex2html1473"
34
 
  HREF="sympa.html">
35
 
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
 
<A NAME="tex2html1467"
37
 
  HREF="node24.html">
38
 
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
 
<A NAME="tex2html1475"
40
 
  HREF="node1.html">
41
 
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> 
42
 
<A NAME="tex2html1477"
43
 
  HREF="node30.html">
44
 
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.png"></A> 
45
 
<BR>
46
 
<B> Next:</B> <A NAME="tex2html1480"
47
 
  HREF="node26.html">25. Using Sympa with LDAP</A>
48
 
<B> Up:</B> <A NAME="tex2html1474"
49
 
  HREF="sympa.html">Sympa Mailing Lists Management Software version</A>
50
 
<B> Previous:</B> <A NAME="tex2html1468"
51
 
  HREF="node24.html">23. Bounce management</A>
52
 
 &nbsp; <B>  <A NAME="tex2html1476"
53
 
  HREF="node1.html">Contents</A></B> 
54
 
 &nbsp; <B>  <A NAME="tex2html1478"
55
 
  HREF="node30.html">Index</A></B> 
56
 
<BR>
57
 
<BR>
58
 
<!--End of Navigation Panel-->
59
 
 
60
 
<H1><A NAME="SECTION002500000000000000000"></A>
61
 
<A NAME="antivirus"></A>
62
 
<BR>
63
 
24. Antivirus
64
 
</H1>
65
 
 
66
 
<P>
67
 
<I>Sympa</I> lets you use an external antivirus solution to check incoming mails.
68
 
In this case you must set the <A NAME="11654"></A><TT>antivirus_path</TT> and 
69
 
<A NAME="11657"></A><TT>antivirus_args</TT> configuration parameters
70
 
 (see <A HREF="node8.html#Antivirus_plug-in">7.13</A>, page&nbsp;<A HREF="node8.html#Antivirus_plug-in"><IMG  ALIGN="BOTTOM" BORDER="1" ALT="[*]" SRC="crossref.png"></A>.
71
 
<I>Sympa</I> is already compatible with McAfee/uvscan, Fsecure/fsav, Sophos, AVP, Trend Micro/VirusWall and Clam Antivirus.
72
 
For each mail received, <I>Sympa</I> extracts its MIME parts in the <A NAME="11662"></A><TT>/home/sympa/spool/tmp/antivirus</TT> directory and
73
 
then calls the antivirus software to check them.
74
 
When a virus is detected, <I>Sympa</I> looks for the virus name in the virus scanner STDOUT and sends a
75
 
<A NAME="11666"></A><TT>your_infected_msg.tt2</TT> warning to the sender of the mail.
76
 
The mail is saved as 'bad' and the working directory is deleted (except if <I>Sympa</I> is running in debug mode).
77
 
 
78
 
<P>
79
 
 
80
 
<BR><HR>
81
 
<ADDRESS>
82
 
root
83
 
2006-10-20
84
 
</ADDRESS>
85
 
</BODY>
86
 
</HTML>