Hi,
I just installed v8.7 on my Debian system which uses Postfix and Maia mailscanner (http://www.maiamailguard.com/maia/wiki/AboutMaia).
I am not getting any information under Spamming / Virus / Notification in boh Global and Top statistics. I am also not getting any information under SpamAssasin which maiad uses. I've also got postgrey installed, and the statistics for this are displaying perfectly.
I suspect the issue is that I'm using maiad and not amavis. I've tried changing "AMAVIS_NAME" variable in sendmailanalyzer.conf to "maiad" (which is what shows up in the log) but it still doesn't seem to populate correctly.
Here are some examples of SPAM:
removed
Would you be able to add detection for spam/virus messages for maia?
Thanks!
Anonymous
Hi,
Using your log sample I was able to solve some issue with the Maiad log. You still need to replace:
AMAVIS_NAME amavis
with:
AMAVIS_NAME amavis|maiad
Please use development code at https://github.com/darold/sendmailanalyzer and report any issue from the github tracker.
Regards,
Excellent -- this is working perfectly now. Thanks!