IVProof is a command line (on-demand) implementation
of IV Interceptor to allow InVircible to be called by Gateway
software to undertake Virus checking at the Gateway.
The program uses the same resources as IVI, i.e. library
files (DLL), inference rules set (GMS.DAT), OFL, exclude
lists, etc. Therefore, it's recommended that the program
is saved and run from the IV distribution directory.
The program runs in dos mode, and the commands syntax is
listed below:
Command-line syntax: IVPROOF.EXE [SWITCHES] TARGET
TARGET is file or directory name (wildcards permitted)
SWITCHES are
CLEAN - Clean the infected files found
DELETE - Delete files that cannot be cleaned
NOSUBDIRS - Don't descend subdirectories
NOEXCLUDE - Ignore IVI exclude lists
RPTAPPEND - Append to report file (instead of replacing
it)
RPTNAME=NAME - Report file name
? - This help
IVPROOF returns an error code = 0 on termination if nothing
is
found and else (errorlevel 1 is always true when errorlevel
is
higher than 1). Either the report, or the error code can
be used
for interfacing IVPROOF with third party security software.
The settings for IVProof to run with MailMarshal are:
Name:IV
Command Line: C:\IV\IVPROOF.EXE
Parameters: "%CmdFileName%"
Timeout: 60
Timeout Per MB: 10
Single Thread: Selected
Command is triggered if return code is: 1
Command is not triggered if return code is: 0,2
Setting up IVProof
To install IVProof install IV using the IVWINST.EXE installer
available for download from http://www.virusdefence.com.au/dl/downloads.asp
. Select CUSTOM install with all options except Interceptor,
Watchdog, and Excel Protection. Then finally copy the admin.txt
IV licnece file to the InVircible folder, and set the IV
scanner up in the MailMarshal Configurator as above. Alternatively,
the IVProof component alone is available from http://www.virusdefence.com.au/dl/client/client_files/ivproof.exe
Back