Mark Martinec skrev:
> A release candidate for amavisd-new-2.4.3 is available at:
> 
>   http://www.ijs.si/software/amavisd/amavisd-new-2.4.3-rc1.tar.gz

And then there's the F-Secure AV section.. :)

I have the latest (useable) F-Secure Anti-Virus for Linux Servers 
version 4.65  build 5428, the later v5 is totally bloated with lots of 
UI, Tomcat web i/f, firewall and stuff like that, so it's not for servers..

Anyway, the man page showing these exit codes:

0    Normal exit; no viruses or suspicious files found.
1    Fatal error; unrecoverable error. (Usually a missing or corrupted 
file.)
3    A boot virus or file virus found.
6    At least one virus was removed and no infected files left.
7    Out of memory.
8    Suspicious files found; these are not necessarily infected by a virus.
9    Scan error, at least one file scan failed.
130    Program was terminated by pressing CTRL-C, or by a sigterm or 
suspend event.

Then command options can be set both on command line AND in the conf 
file, so to prevent erroneous edits to the conf, I included all the 
options on the scanner command line:

   ['F-Secure Antivirus for Linux servers',
     ['fsav', '/opt/f-secure/fsav/bin/fsav'],
     '--delete=no --disinf=no --rename=no --archive=yes --auto=yes 
--dumb=yes --list=no --mime=yes {}',
     [0], [3,6,8],
     qr/(?:Infected|Suspected): (.+)/ ],

-- 

Anders Norrbring
Norrbring Consulting

-------------------------------------------------------------------------
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