From 1c1ba0449cd15c060408522818b9489d1893aa3c Mon Sep 17 00:00:00 2001 From: dpeca Date: Wed, 20 Jul 2016 20:21:51 +0200 Subject: [PATCH] Removing AllowSupplementaryGroups from clamav.conf Option 'AllowSupplementaryGroups' is not allowed anymore on new version of ClamAV Reported as bug - https://bugs.vestacp.com/issues/279 Details - http://forum.vestacp.com/viewtopic.php?f=12&t=11884 --- install/debian/8/clamav/clamd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/debian/8/clamav/clamd.conf b/install/debian/8/clamav/clamd.conf index ea982697a..4e04356ea 100644 --- a/install/debian/8/clamav/clamd.conf +++ b/install/debian/8/clamav/clamd.conf @@ -8,7 +8,7 @@ LocalSocketMode 666 # TemporaryDirectory is not set to its default /tmp here to make overriding # the default with environment variables TMPDIR/TMP/TEMP possible User clamav -AllowSupplementaryGroups true +# AllowSupplementaryGroups true ScanMail true ScanArchive true ArchiveBlockEncrypted false