]> git.pld-linux.org Git - packages/amavisd-new.git/blame - amavisd-new-config.patch
- necessary fixes for amavisd.conf
[packages/amavisd-new.git] / amavisd-new-config.patch
CommitLineData
66ce8ece
JR
1--- amavisd-new-20020630/amavis/amavisd.conf.in~ Mon Sep 16 14:57:00 2002
2+++ amavisd-new-20020630/amavis/amavisd.conf.in Mon Sep 16 15:00:11 2002
3@@ -147,11 +147,12 @@
4
5 $child_timeout=3*60; # abort child if it does not complete each task in n sec
6
7-$daemon_user = 'vscan';
8+$daemon_user = 'amavis';
9+#$daemon_user = 'vscan';
10 #$daemon_user = 'sweep';
11-$daemon_group = 'sweep';
12-# $pid_file = '/var/run/amavisd.pid';
13-$pid_file = '/var/amavis/amavisd.pid';
14+$daemon_group = 'nobody';
15+#$daemon_group = 'sweep';
16+$pid_file = '/var/run/amavisd.pid';
17
18 #
19 # Part III - Virus stuff
20@@ -351,7 +352,7 @@
21 #@inet_acl = qw( 127.0.0.1 ); # allow SMTP access only from localhost
22
23 # when MTA (one or more) is on a different host, use the following
24-@inet_acl = qw(127/8 193.2.4.243 193.2.4.66);
25+@inet_acl = qw(127/8);
26 $inet_socket_bind = undef; # bind to all IP interfaces
27 # (and make sure you set $relayhost/$relayhost_is_client accordingly)
28 #
This page took 1.22341 seconds and 4 git commands to generate.