Displaying 4 results from an estimated 4 matches for "removehead".
2005 Apr 15
2
Logwatch
...43 -0400
@@ -20,7 +20,7 @@
# Only give lines pertaining to courier...
# I'm not sure if this is complete, especially for the new webmail
daemon in 0.44.1
#but you will get at least all currently supported logs
-*OnlyService = (imapd|imapd-ssl)
+*OnlyService = (imap-login|imapd|imapd-ssl)
*RemoveHeaders =
--- /etc/log.d/conf/services/pop3.conf 2005-04-15 14:51:22.795813799 -0400
+++ /etc/log.d/conf/services/pop3.conf 2005-04-15 15:07:00.837019392 -0400
@@ -15,12 +15,12 @@
Title = "POP-3"
# Which logfile group...
-LogFile = messages
+LogFile = maillog
# Only give lines pertaini...
2015 Apr 19
2
Custom named logwatch script
...ogwatch/default.conf/logfiles/named.conf like this:
LogFile = /var/named/chroot/var/log/named/general.log
*ExpandRepeats
*OnlyHost
*ApplyStdDate
Then I have changed /usr/share/logwatch/default.conf/services/named.conf
like this:
Title = "Named"
LogFile = named
$named_ip_lookup = No
*RemoveHeaders
When I run "logwatch --detail High --debug High --print --range All", I
can see the log file is proceeded, but I don't see any reports.
Can anyone point me to where my mistake is?
Regards,
2015 Sep 17
0
CentOS-6 - LogWatch Cyrus-IMAPD script was CentOS-6 - LogWatch
...: James B. Byrne <byrnejb at harte-lyne.ca>
# date: 2015-09-16
# revision: v1.0.1 - 2015-09-17
#
# requires: /etc/logwatch/conf/services/cyrus-imapd.conf
# containing>
#
# > Title = "CYRUS IMAPD"
# > LogFile = maillog
# > *OnlyService = (imaps|lmtpunix)
# > *RemoveHeaders =
#
# based on Sebastian Hagedorn <Hagedorn at uni-koeln.de> 2004
###################################################################
$Detail = $ENV{'LOGWATCH_DETAIL_LEVEL'};
#
# Process log file on stdin
#
while ( defined( $ThisLine = <STDIN> ) ) {
chomp( $ThisLine );...
2015 Sep 15
1
CentOS-6 - LogWatch
...Title = "IMAP"
# Which logfile group...
LogFile = maillog
# Only give lines pertaining to courier...
# I'm not sure if this is complete, especially for the new webmail
daemon in 0.44.1
#but you will get at least all currently supported logs
*OnlyService = (imapd|imapd-ssl|imapsd)
*RemoveHeaders =
# vi: shiftwidth=3 tabstop=3 et
The only executable(sic) script available in
/usr/share/logwatch/scripts/services/ referred to in
/usr/share/logwatch/default.conf/services/imapd.conf is imapd and that
script is specifically tailored to courier-imap. Which is likely the
reason that it repor...