Virus Scanning using Trend Micro iwsva tools 8.5x
edited Jul 30, 2019 12:18PM in PeopleTools and Lifecycle Management - PSFT (MOSC) 14 commentsAnswered
Has anyone been able to get virus scanning to work using Trend Micro iwsva in tools 8.5x? Below is my config in VirusScan.xml
<Providers disableAll="False" logFile="./servers/PIA/logs/VirusScan%u.log">
<Provider>
<name>Trend Micro</name>
<class>psft.pt8.virusscan.provider.GenericVirusScanProviderImpl</class>
<icapversion>ICAP/1.0</icapversion>
<service-name>/interscan</service-name>
<policycommand>?action=SCAN</policycommand>
<address>172.0.0.0</address>
<port>1344</port>
<disable>false</disable>
<clean>200,204</clean>
<infected>201,403</infected>
</Provider>
</Providers>
Whenever I upload a file using addattachment, the response is always clean.
INFO: encarTest.txt = CLEAN. Response header = ICAP/1.0 200 OK
<Providers disableAll="False" logFile="./servers/PIA/logs/VirusScan%u.log">
<Provider>
<name>Trend Micro</name>
<class>psft.pt8.virusscan.provider.GenericVirusScanProviderImpl</class>
<icapversion>ICAP/1.0</icapversion>
<service-name>/interscan</service-name>
<policycommand>?action=SCAN</policycommand>
<address>172.0.0.0</address>
<port>1344</port>
<disable>false</disable>
<clean>200,204</clean>
<infected>201,403</infected>
</Provider>
</Providers>
Whenever I upload a file using addattachment, the response is always clean.
INFO: encarTest.txt = CLEAN. Response header = ICAP/1.0 200 OK
1