<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
<br>
<br>
Kevin Spicer wrote:<br>
<blockquote type="cite"
 cite="mid1064388326.12352.153.camel@bach.kevinspicer.co.uk">
  <pre wrap="">On Wed, 2003-09-24 at 03:00, Daniel Bird wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">I seem to be having a problem with update_virus_scanners
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
  <blockquote type="cite">
    <pre wrap="">On one box, when I run it, it finds mcafee and f-prot installed but not
trend (even though they all are).
On another, it find none of them installed. (which I presume would also
explain why I've not seen it detect a virus since I installed it
yesterday?)
On another, it finds all of them installed.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Make sure that you are running the same version of MailScanner on all
machines (preferably the latest) as there have been recent changes in
this area.  If you updated any of the MailScanner installs make sure you
don't have any .rpmnew files kicking around in /usr/lib/MailScanner.

You can check whether the wrapper scripts are correctly reporting
whether the package is installed (this is how update_virus_scanners
finds out) by looking in the virus.scanners.conf file for your scanner
and calling the wrapper script (2nd field) with the package directory as
the first argument (3rd field) and -IsItInstalled as the second
argument, then checking the exit status.  Any scanner that is installed
should give an exit status of 0.

e.g. for f-prot...
$ /usr/lib/MailScanner/f-prot-wrapper /usr/local/f-prot -IsItInstalled
$ echo $?
0

(which shows that f-prot is detected on my system).

  </pre>
</blockquote>
Thanks for that Kevin. I have it all working now.<br>
<br>
Problems were<br>
1) Mcafee &amp; F-prot on the box where none of the updates worked were
installed in non standard locations by one of my admins (DOH!)<br>
<br>
2) On all the other boxes the trend-wrapper reqires vscan to be in a
sub direcotry of bin within the base directory. I'm not sure why this
should be the case as the default install of trend installs in
/opt/trend/ISBASE/IScan.BASE/vscan not
/opt/trend/ISBASE/IScan.BASE/bin/vscan. I simply did:<br>
cd /opt/trend/ISBASE/IScan.BASE<br>
mkdir bin<br>
mv vscan bin/<br>
and all was well.<br>
<br>
Thanks again<br>
<br>
Dan<br>
<blockquote type="cite"
 cite="mid1064388326.12352.153.camel@bach.kevinspicer.co.uk">
  <pre wrap="">


BMRB International
<a class="moz-txt-link-freetext" href="http://www.bmrb.co.uk">http://www.bmrb.co.uk</a>
+44 (0)20 8566 5000
_________________________________________________________________
This message (and any attachment) is intended only for the
recipient and may contain confidential and/or privileged
material.  If you have received this in error, please contact the
sender and delete this message immediately.  Disclosure, copying
or other action taken in respect of this email or in
reliance on it is prohibited.  BMRB International Limited
accepts no liability in relation to any personal emails, or
content of any email which does not directly relate to our
business.

  </pre>
</blockquote>
</body>
</html>