I'm looking into this same issue myself - just installed mailscanner + clamav and now looking into monitoring tools and came across mailscanner-mrtg (http://mailscannermrtg.sourceforge.net/)
From reading the previous posts above and reading the mailscanner-mrtg README, it looks like the challenge is to correctly change these settings in the mailscanner-mrtg install.pl file prior to running it.
PHP Code:
%options= (
"perl" => "auto",
"prefix" => "/usr",
"sbin" => "sbin",
"mrtgcfg" => "/etc/mrtg",
"msconf" => "/etc/MailScanner",
"doc" => "share/doc",
"www" => "/var/www/html",
"lib" => "lib",
"unattended" => "n",
"uptime" => "auto",
"usesnmp" => "auto",
"snmpwalk" => "auto",
"snmp" => "auto",
"mrtg" => "auto",
"editor" => "auto",
"install" => "y",
"cron" => "d",
"crontab" => "/var/spool/cron",
"wwwconf" => "/etc/httpd/conf",
"man" => "share/man"
);
Am I right? If so, and someone has already worked out what the correct/best settings should be for mailscanner-mrtg (for the mailscanner+clamav package installed from level1.cpanel.net) then please post here - thanks!