diff options
Diffstat (limited to 'security/amavisd-new/files/patch-amavisd.conf')
-rw-r--r-- | security/amavisd-new/files/patch-amavisd.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/amavisd-new/files/patch-amavisd.conf b/security/amavisd-new/files/patch-amavisd.conf index d830e1b41509..22b9177eded7 100644 --- a/security/amavisd-new/files/patch-amavisd.conf +++ b/security/amavisd-new/files/patch-amavisd.conf @@ -1,5 +1,5 @@ ---- amavisd.conf.orig Wed Jun 25 17:22:46 2003 -+++ amavisd.conf Wed Jun 25 17:26:42 2003 +--- amavisd.conf.orig Mon Nov 10 00:07:53 2003 ++++ amavisd.conf Tue Nov 11 22:48:05 2003 @@ -51,7 +51,7 @@ # $MYHOME serves as a quick default for some other configuration settings. # More refined control is available with each individual setting further down. @@ -12,7 +12,7 @@ @@ -60,8 +60,8 @@ # Set the user and group to which the daemon will change if started as root - # (otherwise just keep the UID unchanged, and these settings have no effect): + # (otherwise just keeps the UID unchanged, and these settings have no effect): -$daemon_user = 'vscan'; # (no default; customary: vscan or amavis) -$daemon_group = 'sweep'; # (no default; customary: vscan or amavis) +$daemon_user = '%%AMAVISUSER%%'; # (no default; customary: vscan or amavis) @@ -20,16 +20,16 @@ # Runtime working directory (cwd), and a place where # temporary directories for unpacking mail are created. -@@ -271,7 +271,7 @@ +@@ -274,7 +274,7 @@ # 3: server, client # 4: decompose parts # 5: more debug details -$log_level = 2; # (defaults to 0) +$log_level = 0; # (defaults to 0) - # Customizeable template for the most interesting log file entry (e.g. with + # Customizable template for the most interesting log file entry (e.g. with # $log_level=0) (take care to properly quote Perl special characters like '\') -@@ -496,7 +496,7 @@ +@@ -510,7 +510,7 @@ # or a directory (no trailing slash) # (the default value is undef, meaning no quarantine) # |