summaryrefslogtreecommitdiff
path: root/security/amavisd-new/patches/patch-aa
blob: 3e91d1180c20d9ab8e14c3bbcb1b40439e331635 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
$NetBSD: patch-aa,v 1.2 2004/11/28 23:31:49 wiz Exp $

--- amavisd.conf.orig	2004-11-02 22:22:48.000000000 +0100
+++ amavisd.conf
@@ -12,15 +12,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)
-$daemon_user  = 'vscan';     # (no default;  customary: vscan or amavis)
-$daemon_group = 'vscan';     # (no default;  customary: vscan or amavis)
+$daemon_user  = '@AMAVIS_USER@';     # (no default;  customary: vscan or amavis)
+$daemon_group = '@AMAVIS_GROUP@';     # (no default;  customary: vscan or amavis)
 
 $mydomain = 'example.com';   # a convenient default for other settings
 
-$MYHOME   = '/var/amavis';   # a convenient default for other settings
+$MYHOME   = '@AMAVIS_DIR@';   # a convenient default for other settings
 $TEMPBASE = "$MYHOME/tmp";   # working directory, needs to be created manually
 $ENV{TMPDIR} = $TEMPBASE;    # environment variable TMPDIR
-$QUARANTINEDIR = '/var/virusmails';
+$QUARANTINEDIR = '@AMAVIS_QUARANTINE@';
 
 # $daemon_chroot_dir = $MYHOME;   # chroot directory or undef
 
@@ -72,7 +72,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';