mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 13:31:08 -04:00
16 lines
570 B
Plaintext
16 lines
570 B
Plaintext
$NetBSD: patch-ab,v 1.3 2008/01/09 14:10:06 martti Exp $
|
|
|
|
The default clamd socket as defined in pkgsrc/mail/clamav/files/clamd.sh
|
|
|
|
--- src/clamsmtpd.c.orig 2006-08-25 08:26:44.000000000 +0200
|
|
+++ src/clamsmtpd.c 2006-08-25 08:26:59.000000000 +0200
|
|
@@ -107,7 +107,7 @@
|
|
#endif
|
|
|
|
#define DEFAULT_CONFIG CONF_PREFIX "/clamsmtpd.conf"
|
|
-#define DEFAULT_CLAMAV "/var/run/clamav/clamd"
|
|
+#define DEFAULT_CLAMAV "/tmp/clamd"
|
|
#define DEFAULT_HEADER "X-Virus-Scanned: ClamAV using ClamSMTP"
|
|
#define VIRUS_HEADER "X-Virus-Infected: Virus Detected!"
|
|
|