]> git.pld-linux.org Git - packages/amavis-ng.git/commitdiff
- change unpack dir to /var/spool/amavis-ng/tmp
authorAndrzej Augustynowicz <andrzej@augustynowicz.eu.org>
Thu, 15 Jul 2004 15:13:48 +0000 (15:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- remove bad compression programs

Changed files:
    amavis-ng-config.patch -> 1.2

amavis-ng-config.patch

index c76a7b93a2583d1207086d2cae0bc6187a586e7f..df4320f59bb48e896366376e70d7d63901113604 100644 (file)
@@ -10,3 +10,40 @@ diff -Nur old/AMAVIS.pm new/AMAVIS.pm
  
  sub init {
    my $self = shift;
+diff -Nur old/etc/amavis.conf new/etc/amavis.conf
+--- old/etc/amavis.conf        2003-04-08 14:09:56.000000000 +0000
++++ new/etc/amavis.conf        2004-07-15 14:39:25.000000000 +0000
+@@ -78,7 +78,7 @@
+ ;; Where should mails be unpacked to?
+-; unpack dir = /tmp/
++unpack dir = /var/spool/amavis-ng/tmp
+ ;; Where should infected mail be stored? (Only the actual mail, not
+ ;; the unpacked attachments)
+@@ -224,21 +224,15 @@
+ ;; Free (un)compression programs
+ bzip2 = /usr/bin/bzip2
+-arj = /usr/bin/arj
+-nomarch = /usr/bin/nomarch
+ gzip = /bin/gzip
+-unzoo = /usr/bin/unzoo
++arc = /usr/bin/arc
++zoo = /usr/bin/zoo
++unarj = /usr/bin/unarj
+ ;; lha, unrar are non-free.
+ ; lha = /usr/bin/lha
+ ; unrar = /usr/bin/unrar
+-;; For arc zoo, unarj, there are free alternatives whcih are enabled
+-;; above.
+-; arc = /usr/bin/arc
+-; zoo = /usr/bin/zoo
+-; unarj = /usr/bin/unarj
+-
+ [security]
+ ;; Resource limits for unpacking each message
This page took 0.170626 seconds and 4 git commands to generate.