-- 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.

Topic revision: r1 - 2007-03-28 - 14:08:24 - NoelBergman
 
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 TWiki? Send feedback