I've noticed reduced performance of ClamSup in SM 14 and took a look at the configuration. One of the major signature providers has changed their update methods and ClamSup is throwing all kinds of errors. Here's how to fix the problem, but this will only last until you reinstall or update SmarterMail. I'll work on a more permanent solution later.
Locate your SmarterMail/Service/Clam folder and make a backup copy.
Navigate to the SmarterMail/Service/Clam/ClamSup folder and edit the ClamSup.ini file.
Locate the following lines in the ClamSup.ini file:
# SecuriteInfo honeynet.hdb
http://clamav.securiteinfo.com;honeynet.hdb;N;Y;Y;N;N
# SecuriteInfo securiteinfobat.hdb
http://clamav.securiteinfo.com;securiteinfobat.hdb;N;Y;Y;N;N
# SecuriteInfo securiteinfodos.hdb
http://clamav.securiteinfo.com;securiteinfodos.hdb;N;Y;Y;N;N
# SecuriteInfo securiteinfo.hdb
http://clamav.securiteinfo.com;securiteinfo.hdb;N;Y;Y;N;N
# SecuriteInfo securiteinfohtml.hdb
http://clamav.securiteinfo.com;securiteinfohtml.hdb;N;Y;Y;N;N
# SecuriteInfo securiteinfooffice.hdb
http://clamav.securiteinfo.com;securiteinfooffice.hdb;N;Y;Y;N;N
# SecuriteInfo securiteinfopdf.hdb
http://clamav.securiteinfo.com;securiteinfopdf.hdb;N;Y;Y;N;N
Either copy the below lines or edit the existing lines to look like the following (note we're just putting a "-" in front of each download request):
# SecuriteInfo honeynet.hdb
-http://clamav.securiteinfo.com;honeynet.hdb;N;Y;Y;N;N
# SecuriteInfo securiteinfobat.hdb
-http://clamav.securiteinfo.com;securiteinfobat.hdb;N;Y;Y;N;N
# SecuriteInfo securiteinfodos.hdb
-http://clamav.securiteinfo.com;securiteinfodos.hdb;N;Y;Y;N;N
# SecuriteInfo securiteinfo.hdb
-http://clamav.securiteinfo.com;securiteinfo.hdb;N;Y;Y;N;N
# SecuriteInfo securiteinfohtml.hdb
-http://clamav.securiteinfo.com;securiteinfohtml.hdb;N;Y;Y;N;N
# SecuriteInfo securiteinfooffice.hdb
-http://clamav.securiteinfo.com;securiteinfooffice.hdb;N;Y;Y;N;N
# SecuriteInfo securiteinfopdf.hdb
-http://clamav.securiteinfo.com;securiteinfopdf.hdb;N;Y;Y;N;N
Save the edited ClamSup.ini file.
Locate the ClamSup.error file in the same folder and delete that file. It just contains all the errors from the existing setup.
Navigate to the SmarterMail/Service/Clam/Share/clamav folder and DELETE all files that start with "securite" and also delete the SIG_TMP folder.
In a web browser go to the following site: https://www.securiteinfo.com/services/improve-detection-rate-of-zero-day-malwares-for-clamav.shtml and hit the Get Started button. Enter a valid email address and follow the steps to get an account (it requires you to receive two email messages). Once registered (you don't have to give any information other than your email address) you'll be on a page that has tabs like My Account | Setup | Contact Us, etc. Go to the Setup tab and you'll see a section that says, "Cut and Paste the following lines in your freshclam configuration file (usually /etc/clamav/freshclam.conf)". Copy all six lines.
Navigate to your SmarterMail/Service/Clam/etc folder and edit the freshclam.conf file. You'll see a line that says "MaxAttempts 3" and insert the six lines we copied in the above paragraph below that line. Now we need to get rid of one of those lines since we don't want ClamAV doing spam checking so delete the line that ends with "spam_marketing.ndb" (it should be the 4th line you just insterted into the freshclam.conf). So we now have five new lines inserted in the freshclam.conf and no blank lines... save the freshclam.conf file.
Now navigate back to the SmarterMail/Service/Clam/ClamSup folder and double click on the ClamSup.bat file (run it). It should complete in a few seconds and NO ClamSup.error file should have been created. If you see a ClamSup.error file then you made a mistake and start over.
Now navigate to the SmarterMail/Service/Clam/Share/clamav folder and make sure no files that start with "securite" are present. If so you made a mistake and start over.
Go into your SmarterMail web admin site and go to Security | Anitivirus Administration | ClamAV tab | then hit the Update ClamAV button. You can then watch the SmarterMail/Service/Clam/Share/clamav folder and watch the files that start with "securite" be created. Be patient because this may take a few minutes. If they appear then all is well.
This will correct the ClamSup problems (at least until you reinstall or update SmarterMail).