nod32 mail security for linux and bsd simscan patch to enable eset nod32 mail scan --------------------------------------------- get and install eset mail security install it and install license get simscan 1.4.0 from www.inter7.com and unpack it # zcat simscan-1.4.0.tar.gz | tar xvf - get simscan-1.4.0-nod32.patch and copy it in simscan unpacked dir and the apply it # cp simscan-1.4.0-nod32.patch simscan-1.4.0 # cd simscan-1.4.0 # patch -p1 -i simscan-1.4.0-nod32.patch run autoconf to generate new configure script # autoconf thats all example: only eset ./configure --enable-eset=y --enable-clamav=n --enable........ or both eset and clamav ./configure --enable-eset=y --enable-clamav=y --enable........ note: this patch does not support eset anti spam filtering esets_cli returns 0 if mail is clean or 1,2,3 if something other happened virus found, mail is spam (configurable in esets.cfg file) everything else different from 0 is reported as virus detected: action_av_infected = "accept" action_as_spam = "reject" esets_cli return values: 0 Everything ok, object may be accepted. 1 Object has to be deferred. 2 Object has to be discarded. 3 Object has to be rejected. not very well tested so report any problems at: Nikolay Hristov , 28.04.2009