..some quick hints..
All you have to do to make the right stuff appear in the panels in 'massage' the .pid files locations, if memory serves me right.
For instance in /etc/avmailgate.conf you will find:
PidFile_avgated /var/run/avgate/avmailgate_d.pid
change it to
PidFile_avgated /var/tmp/avgated.pid
and
PidFile_avgatedfwd /var/run/avgate/avmailgate_fwd.pid
change to:
PidFile_avgatedfwd /var/tmp/avgatefwd.pid
After changing these, things sprang to life. (make sure, you change all instances of the above in all relevant files!)
(which means I can't remember what else I changed, but whatever it was, it relates to these files!)
look in ..../etc/e-smith/web/panels/cgi-bin/avmailgate to see where the panel expects things to be..
This is a real dirty way of doing things, but I needed protection fast, and at least I catches a lot of bad stuff now. (Why I use this one rahter than other scanners is another story..)
just my 0.02 before bedtime!
kees