Well, it's working now. I did a lot of looking into this yesterday after posting the last message. What I did (and I'm not sure which one fixed it) is I copied the /etc/logwatch/conf/services/amavis.conf to /usr/share/logwatch/default.conf/services (overwriting the existing one).
I also made edits to the /usr/share/logwatch/default.conf/logfiles/maillog.conf and /usr/share/logwatch/dist.conf/logfiles/maillog.conf (I didn't know for sure which one was active, so I took the shotgun approach).
This is what they look like now:
Quote:
################################################## ########################
# $Id: maillog.conf,v 1.13 2006/03/21 01:47:28 bjorn Exp $
################################################## ########################
################################################## ######
# This was written and is maintained by:
# Kenneth Porter <shiva@well.com>
#
# Please send all comments, suggestions, bug reports,
# etc, to shiva@well.com.
################################################## ######
# What actual file? Defaults to LogPath if not absolute path....
LogFile = maillog
LogFile = syslog
LogFile = mail.log
LogFile = mail.log.0
LogFile = zimbra.log
LogFile = zimbra.log.0
# If the archives are searched, here is one or more line
# (optionally containing wildcards) that tell where they are...
#If you use a "-" in naming add that as well -mgt
Archive = maillog.*
Archive = syslog.*
Archive = archiv/maillog.*
Archive = mail.log.*.gz
Archive = zimbra.log.*.gz
# Expand the repeats (actually just removes them now)
*ExpandRepeats
# Keep only the lines in the proper date range...
*OnlyHost
*ApplyStdDate
# vi: shiftwidth=3 tabstop=3 et
|
Notice that I basically just added the zimbra log files here. Of course I set the amavis log_level as suggested earlier to '2.'
Hopefully this will help all others with this. I'm sure I took the long way around, but at least it works for me now.
