67e704c90d
MailScanner is a complete e-mail security system designed for use on e-mail gateways. It protects against viruses, and detects attacks against e-mail client packages (such as Outlook, Outlook Express, Eudora). It can also detect almost all unsolicited commercial e-mail (spam) passing through it and respond to all incidents in a wide variety of ways. ..see http://www.mailscanner.info/ for more details. I have included a generic spam scanner that if enabled uses dspam, as an alternative to SpamAssassin. Thanks to Brad Smith for helping get this ready for import. This has been a few years in the making.
15 lines
495 B
Plaintext
15 lines
495 B
Plaintext
$OpenBSD: patch-bin_check_mailscanner,v 1.1.1.1 2008/02/20 03:47:18 todd Exp $
|
|
--- bin/check_mailscanner.orig Sat Mar 11 11:25:43 2006
|
|
+++ bin/check_mailscanner Wed Mar 22 20:44:27 2006
|
|
@@ -42,8 +42,8 @@
|
|
# unless MailScanner actually had to be started.
|
|
|
|
process=MailScanner
|
|
-msbindir=/opt/MailScanner/bin
|
|
-config=/opt/MailScanner/etc/MailScanner.conf
|
|
+msbindir=%PREFIX%/bin
|
|
+config=%SYSCONFDIR%/MailScanner/MailScanner.conf
|
|
|
|
# These seem to get put all over the shop...
|
|
PATH=/usr/bin:/bin
|