openbsd-ports/mail/amavisd-new/patches/patch-amavisd_conf-sample
2008-09-23 21:39:21 +00:00

24 lines
1.3 KiB
Plaintext

$OpenBSD: patch-amavisd_conf-sample,v 1.3 2008/09/23 21:39:21 kili Exp $
--- amavisd.conf-sample.orig Wed Apr 23 20:49:52 2008
+++ amavisd.conf-sample Thu May 8 20:19:02 2008
@@ -74,8 +74,8 @@ $mydomain = 'example.com'; # (no useful default)
# 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), -u
-$daemon_group = 'vscan'; # (no default; customary: vscan or amavis), -g
+$daemon_user = '_vscan'; # (no default; customary: vscan or amavis), -u
+$daemon_group = '_vscan'; # (no default; customary: vscan or amavis), -g
# Runtime working directory (cwd), and a place where
# temporary directories for unpacking mail are created.
@@ -99,7 +99,7 @@ $TEMPBASE = $MYHOME; # (must be set if other c
# set environment variables if you want (no defaults):
$ENV{TMPDIR} = $TEMPBASE; # used for SA temporary files, by some decoders, etc.
-$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
$enable_dkim_verification = 1; # enable DKIM signatures verification