summaryrefslogtreecommitdiff
path: root/security/amavisd-new/patches/patch-aa
diff options
context:
space:
mode:
authorcube <cube>2005-08-22 09:47:30 +0000
committercube <cube>2005-08-22 09:47:30 +0000
commitf30bf495ad9c5a5fdda6c9df1c404665c99c1693 (patch)
tree62e4893218f6810d64e45af2d839def021f42167 /security/amavisd-new/patches/patch-aa
parent6adbee2d43caeacccd208b57f1443f327c2bfa04 (diff)
downloadpkgsrc-f30bf495ad9c5a5fdda6c9df1c404665c99c1693.tar.gz
Update to version 2.3.1. From PR#31015 by Julian Dunn.
Here's an excerpt from the rather long RELEASE_NOTES included in the distribution: QUICK OVERVIEW: Provides more flexible configuration of decoders. Allows recipients to have individual banning rules. Assigns a long-term unique id to each message, reducing clashes and facilitating retrieval of information. The daemon can store information to a SQL database for logging, reporting and quarantine retrieval, optionally storing entire message to a SQL database. File-based quarantine can disperse files to 62 subdirectories. Provides a quarantine release mechanism. Reconnects to SQL if connection is broken. Can skip quarantining high-score spam. Compatibility with IPv6-enabled Postfix is improved. SECURITY: - require minimal version 1.05 of Convert::UUlib to avoid a known security problem in the underlying uulib (likely to be exploitable);
Diffstat (limited to 'security/amavisd-new/patches/patch-aa')
-rw-r--r--security/amavisd-new/patches/patch-aa16
1 files changed, 8 insertions, 8 deletions
diff --git a/security/amavisd-new/patches/patch-aa b/security/amavisd-new/patches/patch-aa
index 3e91d1180c2..7ab78d6054b 100644
--- a/security/amavisd-new/patches/patch-aa
+++ b/security/amavisd-new/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2004/11/28 23:31:49 wiz Exp $
+$NetBSD: patch-aa,v 1.3 2005/08/22 09:47:30 cube Exp $
---- amavisd.conf.orig 2004-11-02 22:22:48.000000000 +0100
+--- amavisd.conf.orig 2005-05-09 20:22:36.000000000 +0200
+++ amavisd.conf
-@@ -12,15 +12,15 @@ use strict;
+@@ -14,15 +14,15 @@ use strict;
# @bypass_spam_checks_maps = (1); # uncomment to DISABLE anti-spam code
$max_servers = 2; # number of pre-forked children (2..15 is common)
@@ -19,15 +19,15 @@ $NetBSD: patch-aa,v 1.2 2004/11/28 23:31:49 wiz Exp $
$ENV{TMPDIR} = $TEMPBASE; # environment variable TMPDIR
-$QUARANTINEDIR = '/var/virusmails';
+$QUARANTINEDIR = '@AMAVIS_QUARANTINE@';
+ # $quarantine_subdir_levels = 1; # add level of subdirs to disperse quarantine
# $daemon_chroot_dir = $MYHOME; # chroot directory or undef
-
-@@ -72,7 +72,7 @@ $mailfrom_to_quarantine = ''; # null ret
+@@ -79,7 +79,7 @@ $mailfrom_to_quarantine = ''; # null ret
# $recipient_delimiter = '+'; # undef disables address extensions altogether
# when enabling addr extensions do also Postfix/main.cf: recipient_delimiter=+
-$path = '/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin';
+$path = '@PREFIX@/sbin:@PREFIX@/bin:@LOCALBASE@/sbin:@LOCALBASE@/bin:/usr/sbin:/sbin:/usr/bin:/bin';
- $file = 'file'; # file(1) utility; use recent versions
- $gzip = 'gzip';
- $bzip2 = 'bzip2';
+ # $dspam = 'dspam';
+
+ $MAXLEVELS = 14;