Views:

To skip the virus notifications on corrupted encrypted files:

  1. Using Secure Shell (SSH) or the console, log in to the IWSVA shell with root privileges.
  2. Open the /etc/iscan/intscan.ini file using vi by executing this command:

    # vi /etc/iscan/intscan.ini

  3. Search for the "skipSpecificVirus" and "corrupted_zip" keys and set their values to the following:
    • skipSpecificVirus=Corrupted_Zip_file
    • corrupted_zip=pass
  4. Save the changes and quit.
  5. Restart the IWSS daemon by executing the following command:

    # /etc/iscan/S99ISproxy stop ; /etc/iscan/S99ISproxy start

There should be no more virus notifications.