<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 24 September 2014 12:00, Scott B. Anderson&quot; &lt;<a href="mailto:sbanderson@impromed.com">sbanderson@impromed.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><br>I have been running ESET&#39;s file security (and Clamav) for linux on my MailScanner installations on both Centos and Ubuntu for at least 5 years. Other than having to change path info for the command line scan it has worked flawlessly.  It always detects malware as expected and doesn&#39;t crush an old system the way clamav can.  (clamd runs for a couple of weeks then dies on me, clamav just works, if slow.)<br></blockquote><div><br></div><div>Very glad (if you know what I mean) that I&#39;m not the only one who has clamd falling over after a few weeks.<br></div><div><br></div><div>What do you do re. /usr/lib/MailScanner/esets-autoupdate because this clearly isn&#39;t working.  It reports that ESET was updated each time it runs.  I have hacked the script without success and I wonder if a return code of 0 is being returned each time:</div><div><div>    if ($result==0) {</div><div>      Sys::Syslog::syslog(&#39;info&#39;, &quot;esets updated&quot;);</div></div><div><br></div><div>Either that or it is downloading even if it isn&#39;t needed.  If I update using a script:</div><div><div>/opt/eset/esets/sbin/esets_update</div><div>echo $?</div></div><div><br></div><div>I get:</div><div><div>Update is not necessary - the installed virus signature database is current.</div><div>Installed virus signature database version 10465 (20140925)</div><div>0</div></div><div><br></div></div></div></div>