Submitted by isdahlc on Fri, 11/01/2013 - 14:06 Pro Licensee
Guys, we have a vm server dedicated to email and it's working great. We also installed mailgraph which provides a nice overview of message flow on the server.
However, mailgraph isn't showing virus or spam messages caught by the system. That appears to need amavisd in order to track those items. Is there a way we can get this working with virtualmin?
-- Craig
Status:
Active
Comments
Submitted by andreychek on Fri, 11/01/2013 - 14:24 Comment #1
Howdy -- unfortunately, I'm not familiar with mailgraph, so I'm not really sure what would go into configuring that, or if it will work at all.
However, taking a peek at the docs and the source code, it does appear that mailgraph supports multiple types of mail server, it shouldn't require Amavis (though, Amavis is one of the supported systems).
It appears to use /var/log/syslog by default for it's logfiles -- you may want to try pointing it to /var/log/maillog to see if that helps.
Submitted by isdahlc on Fri, 11/01/2013 - 14:38 Pro Licensee Comment #2
I"m sorry I wasn't clear. We have mailgraph installed and working great, very simple. The only item that is not working is the tracking of viruses and spam.
Where are those logs located for virtualmin?
Here are a couple threads discussing this issue:
http://stackoverflow.com/questions/16362288/mailgraph-with-regex-for-con...
http://www.howtoforge.com/forums/showthread.php?t=5721
Submitted by andreychek on Fri, 11/01/2013 - 14:50 Comment #3
On CentOS, most related logs (including spam detection) are located in /var/log/maillog.
ClamAV puts it's logs, by default, into /var/log/clamav/clamd.log.
ClamAV's logging can be configured in
/etc/clamd.conf
,