]> git.pld-linux.org Git - packages/amavisd-new.git/commitdiff
- necessary fixes for amavisd.conf
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 16 Sep 2002 13:03:01 +0000 (13:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amavisd-new-config.patch -> 1.1

amavisd-new-config.patch [new file with mode: 0644]

diff --git a/amavisd-new-config.patch b/amavisd-new-config.patch
new file mode 100644 (file)
index 0000000..2ce12ec
--- /dev/null
@@ -0,0 +1,28 @@
+--- amavisd-new-20020630/amavis/amavisd.conf.in~       Mon Sep 16 14:57:00 2002
++++ amavisd-new-20020630/amavis/amavisd.conf.in        Mon Sep 16 15:00:11 2002
+@@ -147,11 +147,12 @@
+ $child_timeout=3*60;  # abort child if it does not complete each task in n sec
+-$daemon_user  = 'vscan';
++$daemon_user  = 'amavis';
++#$daemon_user  = 'vscan';
+ #$daemon_user  = 'sweep';
+-$daemon_group = 'sweep';
+-# $pid_file = '/var/run/amavisd.pid';
+-$pid_file = '/var/amavis/amavisd.pid';
++$daemon_group = 'nobody';
++#$daemon_group = 'sweep';
++$pid_file = '/var/run/amavisd.pid';
+ #
+ # Part III - Virus stuff
+@@ -351,7 +352,7 @@
+ #@inet_acl = qw( 127.0.0.1 );      # allow SMTP access only from localhost
+ # when MTA (one or more) is on a different host, use the following
+-@inet_acl = qw(127/8 193.2.4.243 193.2.4.66);
++@inet_acl = qw(127/8);
+ $inet_socket_bind = undef;      # bind to all IP interfaces
+ #   (and make sure you set $relayhost/$relayhost_is_client accordingly)
+ #
This page took 0.120548 seconds and 4 git commands to generate.