]> TLD Linux GIT Repositories - packages/proftpd.git/commitdiff
- updated to match mod_clamav 0.13 directives
authorMarcin Krol <hawk@tld-linux.org>
Tue, 3 Jun 2014 06:37:03 +0000 (06:37 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Tue, 3 Jun 2014 06:37:03 +0000 (06:37 +0000)
proftpd-mod_clamav.conf

index b27596a4e6359df27dde6ce54d1b706a4fdf51c9..9dddd895eaeb273a9cd512e22e11b6398bdd3f45 100644 (file)
@@ -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>