diff -urN smeserver-dl-0.2.3.old/root/etc/e-smith/templates/etc/dl.php/60ClamScan smeserver-dl-0.2.3/root/etc/e-smith/templates/etc/dl.php/60ClamScan --- smeserver-dl-0.2.3.old/root/etc/e-smith/templates/etc/dl.php/60ClamScan 2021-12-23 11:06:29.170723070 +0000 +++ smeserver-dl-0.2.3/root/etc/e-smith/templates/etc/dl.php/60ClamScan 2021-12-23 11:21:07.218088371 +0000 @@ -16,7 +16,7 @@ # 1MB of margin to be sure we don't go over clamd limit $limit -= 1024 * 1024; $OUT .=<<"EOF"; -\$clamdSocket = 'unix:///var/run/clam/clamd.socket'; +\$clamdSocket = 'unix:///var/run/clamd/clamd.socket'; \$scanMax = $limit; EOF }