USING VIRGE WITH SOPHIE

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

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

When Sophie is installed/compiled, run it.

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

scan_sophie: 1

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

scan_sophie_socket: /var/run/sophie

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

For example:

[root@x x]# ll /var/run/sophie 
srwxrwx---    1 root     mail            0 Jul 28 17:22 /var/run/sophie
[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/sophie 
srwxrwx---    1 root     none            0 Jul 28 17:22 /var/run/sophie
[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.

