openbsd-ports/mail/amavisd-new/patches/patch-amavisd_conf
sturm 3c6a6bf4a7 update to amavisd-new 2.3.2
from Sigfred Haversen <bsdlist at mumak.com>
2005-08-07 21:25:55 +00:00

29 lines
1.5 KiB
Plaintext

$OpenBSD: patch-amavisd_conf,v 1.2 2005/08/07 21:25:55 sturm Exp $
--- amavisd.conf.orig Wed Jun 29 12:26:05 2005
+++ amavisd.conf Sun Aug 7 19:15:35 2005
@@ -14,12 +14,12 @@ use strict;
# @bypass_spam_checks_maps = (1); # uncomment to DISABLE anti-spam code
$max_servers = 2; # number of pre-forked children (2..15 is common)
-$daemon_user = 'vscan'; # (no default; customary: vscan or amavis)
-$daemon_group = 'vscan'; # (no default; customary: vscan or amavis)
+$daemon_user = '_vscan'; # (no default; customary: vscan or amavis)
+$daemon_group = '_vscan'; # (no default; customary: vscan or amavis)
$mydomain = 'example.com'; # a convenient default for other settings
-$MYHOME = '/var/amavis'; # a convenient default for other settings
+$MYHOME = '/var/amavisd'; # a convenient default for other settings
$TEMPBASE = "$MYHOME/tmp"; # working directory, needs to be created manually
$ENV{TMPDIR} = $TEMPBASE; # environment variable TMPDIR
$QUARANTINEDIR = '/var/virusmails';
@@ -42,7 +42,7 @@ $log_recip_templ = undef; # disable b
$DO_SYSLOG = 1; # log via syslogd (preferred)
$SYSLOG_LEVEL = 'mail.debug';
-$enable_db = 1; # enable use of BerkeleyDB/libdb (SNMP and nanny)
+$enable_db = 0; # enable use of BerkeleyDB/libdb (SNMP and nanny)
$enable_global_cache = 1; # enable use of libdb-based cache if $enable_db=1
$inet_socket_port = 10024; # listen on this local TCP port(s) (see $protocol)