USING VIRGE WITH TROPHIE

First of all, you need to get TrendMicro antivirus library. It ships as
part of TrendMicro products ( http://www.antivirus.com ).

Next, you need to get Trophie ( http://www.vanja.com/tools/ ).

When Trophie is installed/compiled, run it.

Then, enable 'scan_trophie' in "virge.conf" file, by using:

scan_trophie: 1

Also, make sure that socket created by Trophie is properly defined
in "virge.conf" file:

scan_trophie_socket: /var/run/trophie

Of course, make sure Trophie really does create "/var/run/trophie" and
that it is *writable* by user Virge is running as.

For example:

[root@x x]# ll /var/run/trophie 
srwxrwx---    1 root     mail            0 Jul 28 17:22 /var/run/trophie
[root@x x]#

If Virge is running as user 'mail', above setup will be okay, since Virge
will then be able to read/write to/from the socket.

However, if setup looks like this:

[root@x x]# ll /var/run/trophie 
srwxrwx---    1 root     none            0 Jul 28 17:22 /var/run/trophie
[root@x x]#

and Virge is running as user 'mail', virus scanning will fail, because
Virge will not be able to read/write to/from the socket.

