--- ./conf/logfiles/exim.conf.orig	2005-02-24 11:05:18.000000000 -0600
+++ ./conf/logfiles/exim.conf	2005-11-11 21:16:43.000000000 -0600
@@ -13,9 +13,13 @@
 # No  = False = Off = 0
 
 # Which logfile group...
+LogFile = mail
+LogFile = maillog
 LogFile = exim/main.log
 Archive = exim/main.log.*
+Archive = mail.*
 Archive = archiv/exim/main.log.*
+Archive = maillog.*
 
 ########################################################
 # This was written and is maintained by:
--- ./conf/logfiles/maillog.conf.orig	2005-09-26 12:16:42.000000000 -0500
+++ ./conf/logfiles/maillog.conf	2005-11-11 21:19:31.000000000 -0600
@@ -19,6 +19,7 @@
 # Note: if these are gzipped, you need to end with a .gz even if
 #       you use wildcards...
 #If you use a "-" in naming add that as well -mgt
+Archive = mail.*
 Archive = maillog.*
 Archive = maillog.*.gz
 Archive = syslog.*
--- ./conf/logfiles/secure.conf.orig	2005-09-26 12:09:30.000000000 -0500
+++ ./conf/logfiles/secure.conf	2005-11-11 21:20:24.000000000 -0600
@@ -12,6 +12,7 @@
 
 # What actual file?  Defaults to LogPath if not absolute path....
 LogFile = secure
+LogFile = auth
 LogFile = authlog
 
 # If the archives are searched, here is one or more line
@@ -23,6 +24,7 @@
 Archive = secure.*.gz
 Archive = archiv/secure.*
 Archive = archiv/secure.*.gz
+Archive = auth.*
 Archive = authlog.*
 Archive = authlog.*.gz
 
--- ./conf/logwatch.conf.orig	2005-10-09 10:54:28.000000000 -0500
+++ ./conf/logwatch.conf	2005-11-11 21:20:48.000000000 -0600
@@ -88,7 +88,7 @@
 #
 # some systems have different locations for mailers
 #
-mailer = /bin/mail
+mailer = /usr/bin/mail
 
 #
 # With this option set to 'Yes', only log entries for this particular host
