From 96838fbae6585670e7a00b9dd4a37cbf76738854 Mon Sep 17 00:00:00 2001
From: Marcin Krol <hawk@tld-linux.org>
Date: Tue, 3 Jun 2014 06:37:03 +0000
Subject: [PATCH] - updated to match mod_clamav 0.13 directives

---
 proftpd-mod_clamav.conf | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/proftpd-mod_clamav.conf b/proftpd-mod_clamav.conf
index b27596a..9dddd89 100644
--- a/proftpd-mod_clamav.conf
+++ b/proftpd-mod_clamav.conf
@@ -5,10 +5,20 @@
 #</IfModule>
 
 # Single system with both ProFTPd and Clamd utilizing TCP sockets.
-# Additionally, only files who's size is less than 250MB will be scanned.
+# Additionally, only files who's size is less than 250MB will be scanned
+# and all files for which scanning has failed will be rejected.
 #<IfModule mod_clamav.c>
 #	ClamAV on
 #	ClamServer 127.0.0.1
 #	ClamPort 3310
 #	ClamMaxSize 250 Mb
+#	ClamFailsafe on
+#</IfModule>
+
+# System with ProFTPd on one host and clamd on other host.
+#<IfModule mod_clamav.c>
+#	ClamAV on
+#	ClamServer 192.168.10.10
+#	ClamPort 3310
+#	ClamStream on
 #</IfModule>
-- 
2.49.0