]> git.pld-linux.org Git - packages/exiscan.git/blob - exiscan-config.patch
- massive attack: adding Source-md5
[packages/exiscan.git] / exiscan-config.patch
1 --- exiscan/exiscanv2.cf.orgi   Mon Dec  3 09:19:30 2001
2 +++ exiscan/exiscanv2.cf        Sun Jun 16 01:07:13 2002
3 @@ -16,17 +16,17 @@
4  
5    # this is where you have put the exiscan package
6  
7 -  $basepath="/usr/exim/exiscan";
8 +  $basepath="/var/spool/exiscan";
9  
10    # exims queue directory
11  
12 -  $queuedir="/usr/exim/spool/input";
13 +  $queuedir="/var/spool/exim/input";
14  
15    # the ripmime executable. as of exiscan 1.0, this is the preferred
16    # MIME unpacker. Get it at http://www.pldaniels.com/ripmime/
17    # Thanks to PL Daniels for making this thing public.
18  
19 -  $ripmime = "/usr/local/bin/ripmime";
20 +  $ripmime = "/usr/bin/ripmime";
21  
22    # the reformime executable. Another MIME mail unpacker.
23    # This is NOT needed if you have defined ripmime above !
24 @@ -43,11 +43,11 @@
25    # This will enable exiscan to look into these obsfucated
26    # mails :) Set this to "0" if you do not want tnef support.
27  
28 -  $tnef = "/usr/local/bin/tnef";
29 +  $tnef = "/usr/bin/tnef";
30  
31    # the exim executable
32  
33 -  $exim="/usr/exim/bin/exim";
34 +  $exim="/usr/bin/exim";
35  
36  
37    # ------------------------------------------------------------------
38 @@ -78,10 +78,11 @@
39    #    NOD32                    | command line   | nod32
40    #    RAV Antivirus            | command line   | rav
41    #    H+B EDV Antivir          | command line   | antivir
42 +  #    MKS anti-virus           | command line   | mks
43    #    CUSTOM                   | command line   | custom
44  
45    
46 -  $scanner="avpdaemon";
47 +  $scanner="mks";
48    
49    # By using the 'custom' scanner keyword, you can define your own scanner.
50    # You'll have to make sure to edit the command line flags for the "custom"
51 @@ -94,7 +95,7 @@
52    # If you use a "daemon" type scanner, this is the path and filename
53    # of the UNIX socket used to communicate with the daemon.
54  
55 -  $scannerex="/opt/AVP/AvpCtl";
56 +  $scannerex="/usr/local/bin/mks32";
57  
58  
59    # Scanner command line flags
60 @@ -115,7 +116,8 @@
61                        'nod32'      => '-heursafe -basedir=/usr/local/nod32/nod32 -all <DIRECTORY>',
62                        'rav'        => '-all -listall -mail -smart -unzip <DIRECTORY>',
63                        'antivir'    => '-v -z -allfiles -noboot -s -tmp <DIRECTORY>',
64 -                      'custom'     => 'YOUR CMDLINE FLAGS HERE IF USING custom KEYWORD'
65 +                      'mks'        => '-s <DIRECTORY>/*',
66 +                      'custom'     => 'YOUR CMDLINE FLAGS HERE IF USING custom KEYWORD'
67                    );
68  
69  
70 @@ -135,6 +137,7 @@
71                        'nod32'      => ' - ',
72                        'rav'        => 'Infected: [1-9]',
73                        'antivir'    => 'VIRUS',
74 +                      'mks'        => 'status: virus found:',
75                        'custom'     => 'YOUR REGEXP HERE IF USING custom KEYWORD'
76                     );
77  
78 @@ -268,14 +271,14 @@
79    # contain the respective virus themselves ! ;)
80    # So, if you get a mail loop on "virus found", please check this setting.
81  
82 -  $postmaster="postmaster\@eurescom.de";
83 +  $postmaster="postmaster\@localhost";
84  
85  
86    # the "from" name and address used when sending notifications to
87    # users and the postmaster. You can also set it to the same
88    # address as the $postmaster setting.
89    
90 -  $fromaddress="exiscan\@eurescom.de";
91 +  $fromaddress="exiscan\@localhost";
92    
93    
94    # exiscan has 2 methods of sending notification emails:
This page took 0.175508 seconds and 3 git commands to generate.