]> git.pld-linux.org Git - packages/amavisd-new.git/blame - amavisd-new-config.patch
- adapterized
[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
9eb112b1
JR
3@@ -118,7 +118,7 @@
4
5 # yes - syslog, no - file logging
6 $DO_SYSLOG = "@do_syslog@";
7-$SYSLOG_LEVEL = "user.info";
8+$SYSLOG_LEVEL = "mail.info";
9
10 # Directory to put log entries (if not using syslog)
11 $LOGDIR = "@logdir@";
66ce8ece
JR
12@@ -147,11 +147,12 @@
13
14 $child_timeout=3*60; # abort child if it does not complete each task in n sec
15
16-$daemon_user = 'vscan';
17+$daemon_user = 'amavis';
18+#$daemon_user = 'vscan';
19 #$daemon_user = 'sweep';
20-$daemon_group = 'sweep';
21-# $pid_file = '/var/run/amavisd.pid';
22-$pid_file = '/var/amavis/amavisd.pid';
23+$daemon_group = 'nobody';
24+#$daemon_group = 'sweep';
87ea41f1 25+$pid_file = '/var/run/amavisd/amavisd.pid';
66ce8ece
JR
26
27 #
28 # Part III - Virus stuff
29@@ -351,7 +352,7 @@
30 #@inet_acl = qw( 127.0.0.1 ); # allow SMTP access only from localhost
31
32 # when MTA (one or more) is on a different host, use the following
33-@inet_acl = qw(127/8 193.2.4.243 193.2.4.66);
34+@inet_acl = qw(127/8);
35 $inet_socket_bind = undef; # bind to all IP interfaces
36 # (and make sure you set $relayhost/$relayhost_is_client accordingly)
37 #
This page took 0.027918 seconds and 4 git commands to generate.