Search Advanced Search
Categories
Insight Server (165)
WebClient (18)
Insight Connector (65)
Address Book (12)
ExportPST (1)
Search Articles
Advanced Search
Frequently Asked Questions
Search our FAQ to find resolutions to common issues.
Favorite Articles
Search Articles that you have marked as your favorite.
How do you update ClamAV to 0.93+ on Insight Server?

 

This article describes how to install and configure the latest ClamAV on Insight Server. 

This article describes the specific action how to compile ClamAV for use with Insight Server. This article is not intended to replace the ClamAV documentation, please consult the ClamAV documentation for compiler requirements and prerequisites.

 

1. Download and extract the latest version of ClamAV:

http://sourceforge.net/projects/clamav/files/

 

      NOTE:Before you begin, make sure that you have zlib and zlib-devel packages installed on your system.

 

         1. To install zlib and zlib-devel on a Red Hat based server, type the following commands:

               # yum install zlib zlib-devel <enter>

         2. To install zlib and zlib-devel on a Debian based server, type the following commands:

               # apt-get install zlib1g zlib1g-dev <enter>

 

   2. Log into the Insight Server admin interface and disable your content filter

         1. Go to: Configuration > Services > Postfix

         2. Scroll down to the section heading UCE Controls (SPAM)

         3. Uncheck the item content filter

         4. Scroll down to the bottom of the page and select the Restart button to restart Postfix.

   

   3. Compile and Install ClamAV

         On your server's command line, in the folder you extracted the ClamAV source to. Execute the below commands.

            # CFLAGS="-I/opt/insight/include -lpthread" LDFLAGS="-L/opt/insight/lib" ./configure --prefix=/opt/insight --with-user=amavis --with-group=amavis --disable-zlib-vcheck

            # make <enter>

            # make install <enter>

 

   4. Changing the configuration file

      Note:Some of the configuration parameters have changed in the latest versions of ClamAV.

         1. Open /opt/insight/etc/clamd.conf in a text editor

         2. Comment the following two lines by adding a # at the beginning of the line.

            Line 73: #FixStaleSocket

            Line 226: #ArchiveMaxFileSize 20M

         3. Save and exit the text file.

 

   5. Verify that the clamd.log has the proper ownership.

         1. On the server's command line, type the following:

            # chown amavis.amavis /opt/insight/logs/clamd.log

 

   6. Run ldconfig to update your dynamic linker run-time bindings.

           # ldconfig

 

   7. To verify that Clam Antivirus has been updated run:

          # /opt/insight/sbin/clamd --version

 

   8. Run FreshClam

         # /opt/insight/bin/freshclam
 

   9. Go back into the Insight Server admin interface and re-enable the content filter under the heading UCE Control (SPAM)

         1. Go to: Configuration > Services > Postfix

         2. Scroll down to the section heading UCE Controls (SPAM)

         3. Check the item content filter

         4. Scroll down to the bottom of the page and select the Restart button to restart Postfix.

 

Your installation is complete.

Print  Email  Save  Comments  Notify Me  Add to Favorites 
Article ID: 200120 Article Created: 05-07-2008 22:03 PMLast Modified: 06-02-2010 09:48 AM

How well did this article answer your question? 100% 75% 50% 25% 0%

Most Recently Viewed Articles
How do you update ClamAV to 0.93+ on Insight Server?
This article describes how to install and configure the latest ClamAV on Insight Server....
Connector generates a license error
If you receive this error (usually associated with error codes 07000003 and 03000039), do the following: 1. Close Outlook. 2. Open up the registry editor (Start > Run > regedit > OK) 3. Browse to the following locat...
neonInsight is in a chroot environment!
With the introduction of the neonInsight Server platform, you will immediately notice that it lives in a chroot environment. Living in this chroot environment enables the neonInsight Server to be self-sufficient, independent of the actual operating sys...
Outlook add-in extension management
The Insight Connector has been designed as a fully compliant MAPI client. Messaging Application Programming Interf...
Access Control List (ACL) descriptions - Folder Sharing
These are the folder permissions options (ACLs) and their descriptions: Lookup - The user may see that the mailbox exists. Read - The user may ...
Integrating Insight Server 4.3 with the Cryoserver Archive email appliance
The Cryoserver archiving appliance is a forensic email compliance solution. Out of the box, the Cryoserver appliance meets the data protection and privacy requirements of a wide range of organizations in various industries, including: legal, finance, ...
ExportPST Error: Failed to open the profile...
In certain situations it is possible to receive the following error message when using ExportPST.   ERROR: Failed to open the profile ExportPST_Schedule_user.example.net_Outlook.pst_Size Error Code: MAPI_E_INVALID_PARAMETER (0x80070057) The error message indicates that the...    ...
Scanpst.exe HOW-TO guide.
SCANPST.exe The Inbox Repair tool (Scanpst.exe) is designed to help repair problems that are associated with personal folder (.pst) files. The Inbox Repair tool is included on the first Microsoft Offi...
How to fix emails being blocked by anti-spam devices on certain domains.
The reason that these anti-spam devices are blocking you may be because your Pointer (PTR) and Address(A) records do not match.Outgoing email rejection related to DNS problems is more common today than ever before. There are many things tha...
Blacklisting by email address/domain/IP
Create a file called sender_checks, under /opt/insight/etc/postfix/ and use the following example to craft your rules: # This file must be "compiled" with "postmap" # Using a domain name ex...