]> git.pld-linux.org Git - packages/amavis-ng.git/blob - amavis-ng-config.patch
- change unpack dir to /var/spool/amavis-ng/tmp
[packages/amavis-ng.git] / amavis-ng-config.patch
1 diff -Nur old/AMAVIS.pm new/AMAVIS.pm
2 --- old/AMAVIS.pm       2004-07-14 14:03:53.000000000 +0000
3 +++ new/AMAVIS.pm       2004-07-14 14:11:40.000000000 +0000
4 @@ -96,7 +96,7 @@
5            );
6  
7  
8 -$conffile = '/etc/amavis-ng/amavis.conf';
9 +$conffile = '/etc/amavis.conf';
10  
11  sub init {
12    my $self = shift;
13 diff -Nur old/etc/amavis.conf new/etc/amavis.conf
14 --- old/etc/amavis.conf 2003-04-08 14:09:56.000000000 +0000
15 +++ new/etc/amavis.conf 2004-07-15 14:39:25.000000000 +0000
16 @@ -78,7 +78,7 @@
17  
18  ;; Where should mails be unpacked to?
19  
20 -; unpack dir = /tmp/
21 +unpack dir = /var/spool/amavis-ng/tmp
22  
23  ;; Where should infected mail be stored? (Only the actual mail, not
24  ;; the unpacked attachments)
25 @@ -224,21 +224,15 @@
26  
27  ;; Free (un)compression programs
28  bzip2 = /usr/bin/bzip2
29 -arj = /usr/bin/arj
30 -nomarch = /usr/bin/nomarch
31  gzip = /bin/gzip
32 -unzoo = /usr/bin/unzoo
33 +arc = /usr/bin/arc
34 +zoo = /usr/bin/zoo
35 +unarj = /usr/bin/unarj
36  
37  ;; lha, unrar are non-free.
38  ; lha = /usr/bin/lha
39  ; unrar = /usr/bin/unrar
40  
41 -;; For arc zoo, unarj, there are free alternatives whcih are enabled
42 -;; above.
43 -; arc = /usr/bin/arc
44 -; zoo = /usr/bin/zoo
45 -; unarj = /usr/bin/unarj
46 -
47  [security]
48  
49  ;; Resource limits for unpacking each message
This page took 0.056042 seconds and 4 git commands to generate.