From ef82e387a6892263495fa41b498423e72648079b Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 4 Oct 2017 06:18:53 +0200 Subject: [PATCH] www/c-icap: fix sizelimit (#306) --- .../opnsense/service/templates/OPNsense/CICAP/virus_scan.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/c-icap/src/opnsense/service/templates/OPNsense/CICAP/virus_scan.conf b/www/c-icap/src/opnsense/service/templates/OPNsense/CICAP/virus_scan.conf index 6a170db7d..bbad4c6cc 100644 --- a/www/c-icap/src/opnsense/service/templates/OPNsense/CICAP/virus_scan.conf +++ b/www/c-icap/src/opnsense/service/templates/OPNsense/CICAP/virus_scan.conf @@ -1,7 +1,7 @@ {% if helpers.exists('OPNsense.cicap.antivirus.enable_clamav') and OPNsense.cicap.antivirus.enable_clamav == '1' %} Service antivirus_module virus_scan.so ServiceAlias srv_clamav virus_scan -ServiceAlias avscan virus_scan?allow204=on&sizelimit=off&mode=simple +ServiceAlias avscan virus_scan?allow204=on&mode=simple {% if helpers.exists('OPNsense.cicap.antivirus.scanfiletypes') and OPNsense.cicap.antivirus.scanfiletypes != '' %} virus_scan.ScanFileTypes {{ OPNsense.cicap.antivirus.scanfiletypes.replace(',', ' ') }}