#include <infodrom.style>
#include <debian.style>

<page title="Debian Tips">

<h1 align=center>AMaViS and ClamAV</h1>

<p>When configuring AMaViS to use ClamAV internally, you should not
forget to add the ClamAV user to the AMaViS Unix group:</p>

<p><pre>
   sudo adduser clamav amavis
</pre></p>

<p>Otherwise you'll be seeing the following message in the log file:</p>

<p><pre>
   451 4.5.0 Error in processing, id=24139-01, virus_scan FAILED: virus_scan: ALL VIRUS SCANNERS FAILED:
</pre></p>

</page>

# Local variables:
# mode: indented-text
# end:
