openbsd-ports/mail/amavisd-new/patches/patch-amavisd_conf
robert 715c094f01 Import amavisd-new 20030616pl9; submitted by Peter Hessler <spambox@theapt.org>.
amavisd-new is a high-performance interface between mailer (MTA) and
content checkers like SpamAssassin or virus scanners.
ok naddy@
2004-04-23 15:24:54 +00:00

33 lines
1.7 KiB
Plaintext

$OpenBSD: patch-amavisd_conf,v 1.1.1.1 2004/04/23 15:24:54 robert Exp $
--- amavisd.conf.orig 2004-04-21 21:27:54.000000000 -0500
+++ amavisd.conf 2004-04-21 21:29:04.000000000 -0500
@@ -51,7 +51,7 @@ use strict;
# $MYHOME serves as a quick default for some other configuration settings.
# More refined control is available with each individual setting further down.
# $MYHOME is not used directly by the program. No trailing slash!
-#$MYHOME = '/var/lib/amavis'; # (default is '/var/amavis')
+$MYHOME = '/var/amavisd'; # (default is '/var/amavis')
# $mydomain serves as a quick default for some other configuration settings.
# More refined control is available with each individual setting further down.
@@ -62,8 +62,8 @@ $mydomain = 'example.com'; # (no us
# Set the user and group to which the daemon will change if started as root
# (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 = '_vscan'; # (no default; customary: vscan or amavis)
+$daemon_group = '_vscan'; # (no default; customary: vscan or amavis)
# Runtime working directory (cwd), and a place where
# temporary directories for unpacking mail are created.
@@ -276,7 +276,7 @@ $LOGFILE = "$MYHOME/amavis.log"; # (def
# 3: server, client
# 4: decompose parts
# 5: more debug details
-$log_level = 2; # (defaults to 0)
+$log_level = 0; # (defaults to 0)
# Customizable template for the most interesting log file entry (e.g. with
# $log_level=0) (take care to properly quote Perl special characters like '\')