Displaying 4 results from an estimated 4 matches for "onlyservice".
2005 Apr 15
2
Logwatch
...000000 -0400
+++ /etc/log.d/conf/services/imapd.conf 2005-04-15 14:51:52.073609243 -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 logfi...
2015 Sep 17
0
CentOS-6 - LogWatch Cyrus-IMAPD script was CentOS-6 - LogWatch
...ripts/services/cyrus-imapd
# author: 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 = <...
2015 Sep 15
1
CentOS-6 - LogWatch
...True = On = 1
# No = False = Off = 0
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....
2010 Nov 06
1
Logwatch not working properly
...Period is day.
Detail Level of Output: 10
Type of Output: unformatted
Logfiles for Host: valhala.xxxxxxxxxxxx.org
##################################################################
--------------------- SSHD Begin ------------------------
DEBUG: Inside OnlyService for sshd
DEBUG: Inside SSHD Filter
---------------------- SSHD End -------------------------
Looking at file /usr/share/logwatch/scripts/services/sshd there is block of
code starting at line 165:
...
if ( $Debug >= 5 ) {
print STDERR "\n\nDEBUG: Inside SSHD Filter \n\n"...