88777836d3
last update using % variables in rulesets. From Brad.
24 lines
924 B
Plaintext
24 lines
924 B
Plaintext
$OpenBSD: patch-lib_MailScanner_ConfigDefs_pl,v 1.10 2010/06/22 07:38:14 sthen Exp $
|
|
--- lib/MailScanner/ConfigDefs.pl.orig Wed Jun 9 17:21:30 2010
|
|
+++ lib/MailScanner/ConfigDefs.pl Mon Jun 21 21:49:22 2010
|
|
@@ -360,8 +360,8 @@ qmailintdhashnumber 1
|
|
# filename containing a list of directories.
|
|
[Simple,Other]
|
|
cachetiming 1800,300,10800,172800,600
|
|
-ClamWatchFiles /usr/local/share/clamav/*.cvd
|
|
-CustomFunctionsDir /usr/lib/MailScanner/MailScanner/CustomFunctions
|
|
+ClamWatchFiles %PREFIX%/share/clamav/*.cvd
|
|
+CustomFunctionsDir %PREFIX%/lib/MailScanner/MailScanner/CustomFunctions
|
|
FileCommand /usr/bin/file
|
|
FirstCheck mcp
|
|
getipfromheader 0
|
|
@@ -385,7 +385,7 @@ QuarantinePerms 0600
|
|
RunAsUser 0
|
|
RunAsGroup 0
|
|
SACache /var/spool/MailScanner/incoming/SpamAssassin.cache.db
|
|
-SAVIWatchFiles /usr/local/Sophos/ide/*.zip
|
|
+SAVIWatchFiles %PREFIX%/Sophos/ide/*.zip
|
|
SophosAllowedErrors
|
|
sophoside
|
|
sophoslib
|