I'm not at all familiar with the Clam third party module, but you can get our clam packages for CentOS from here, which makes getting it running reasonably easy:
http://software.virtualmin.com/gpl/centos/5/From there, you need to add a couple of lines to your procmailrc (assuming you're delivering mail via procmail). Something along the lines of:
:0cW
VIRUS=| clamscan --no-summary --stdout -
:0
* VIRUS ?? 1
/dev/null
This is wholly untested...but I think it'll work.
Virtualmin Professional does things a little differently, but you need a few other programs (and a custom configuration file for each virtual server) for it to work the way we do it.
Post edited by: Joe, at: 2008/02/26 15:15