r1 - 28 Mar 2007 - 14:08:24 - NoelBergmanYou are here: ClamAV Wiki >  Main Web  > ClamAndApacheJAMES

-- NoelBergman - 28 Mar 2007

The Apache JAMES mail server has support for ClamAV. One simple means is to use:

         <mailet match="All" class="ClamAVScan" onMailetException="ignore"/>

         <!-- If infected go to virus processor -->
         <mailet match="HasMailAttributeWithValue=org.apache.james.infected, true" class="ToProcessor">
            <processor> virus </processor>
         </mailet>

to the configuration. In-protocol scanning will be available in a future release.


</center-->

Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r1 | More topic actions
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding ClamAV Wiki? Send feedback