Anders wrote:

> Marc (and others)

> Here are a new settings section for the latest Kaspersky AV version 
> 5.5.x.  The products has been heavily revised and now there are no 
> client/server version, only an on-demand scanner. And of course a 
> real-time daemon to watch your file activities.

> The same settings apply for both the "Linux Server" and the "Linux 
> Workstation" products.

>    ### Kaspersky Antivirus for Linux server / workstation
>    ##  This is for Kaspersky v5.5 and above, many structure
>    ##  changes has been done. Renaming of applications and
>    ##  no more client/daemon models.
>    ##
>    ##  http://www.kaspersky.com
>    ##  Definition below by Anders Norrbring (anders AT norrbring DOT se)
>    ['Kaspersky Antivirus v5.5',
>      ['/opt/kav/5.5/kav4unix/bin/kavscanner', 'kavscanner'],
>      '-r -i0 -xpn -mn -ePASBME -R -i0 {}/*', [0], [5,21,25],
>      qr/(?:INFECTED|SUSPICIOUS) (.+)/,
>    ],
>    ## NOTES:
>    ## Due to the command line configuration of the scanning, there is
>    ## no need to include detection of "cured", "cure-failed" and others.
>    ## The scanner ONLY scans, it doesn't cure or delete anything, just
>    ## report is made.
>    ## Also beware of your kav4unix.conf settings!

-r turns off recursive scanning, and -R turns it back on
default is on

-ePASBME

These are all defaults

you have -i0 listed twice

I don't know if -xpn is a valid, but -xp and -mn are.

/opt/kav/5.5/kav4unix/bin/kavscanner [-options] [scan_dir]
-h    Print this help
-v    Show version
Antiviral options
-eP/p Turn on/off scanning of packed files  (default on)
-eA/a Turn on/off scanning of archive files (default on)
-eS/s Turn on/off scanning of self-extracting files  (default on)
-eB/b Turn on/off scanning of mailbases     (default on)
-eM/m Turn on/off scanning of plain mail files (default on)
-eE/e Turn on/off heuristic analyizer (default on)
Report options
-q    Silent mode, dont print anything to console
-o<filename> Write a report to a filename only
-j1  Set log level to error
-j2  Set log level to info
-j3  Set log level to activity
-j10 Set log level to debug
-xO/o  Turn on/off display of result only for objects (default off)
-xC/c  Turn on/off display of result only for containers (default off)
-xN/n  Turn on/off display of clean files (default on)
-xP/p  Turn on/off display of work progress (default on)
-mO/o  turn on/off reporting of result only for objects (default off)
-mC/c  turn on/off reporting of result only for containers (default off)
-mN/n  turn on/off reporting of clean files (default on)
-g<filename> Generate viruses list into filename
Scanning options
-R/r Turn on/off recursive scanning (default on)
-l    Scanning of local file systems only (default off)
File options -p<option><filename>
i     Save list of infected files with the full path to a file
s     Save list of suspicious files with the full path to a file
c     Save list of corrupted files with the full path to a file
w     Save list of warning files with the full path to a file
-@<filename> scan only the files listed in a filename
Actions options
-i0   Report only
-i1   Cure. If impossible, skip
-i2   Cure. If impossible and a file is not a container, then delete
-i3   Cure. If impossible,delete all the file types
-i4   Don't cure. If infected then delete all the file types
Config options
-c(C)<filename> Set the config filename
-f    Ignore incorrect scanner signature. Try to cure kavscanner









Gary V


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to