head 1.6; access; symbols; locks; strict; comment @# @; 1.6 date 2003.05.22.14.22.51; author thl; state Exp; branches; next 1.5; 1.5 date 2003.04.17.11.11.58; author thl; state Exp; branches; next 1.4; 1.4 date 2003.04.03.08.47.32; author ossp; state Exp; branches; next 1.3; 1.3 date 2003.04.03.08.16.22; author thl; state Exp; branches; next 1.2; 1.2 date 2003.03.24.19.44.31; author ossp; state Exp; branches; next 1.1; 1.1 date 2003.03.24.16.11.51; author thl; state Exp; branches; next ; desc @@ 1.6 log @introduce fsl 1.1.0 feature @ text @ #use wml::ossp area=pkg:lib subarea=fsl
%body
$ grep mail.info /etc/syslog.conf
mail.info TAB /var/log/maillog
$ logger -p mail.info "message"
$ tail /var/log/maillog
Mar 24 17:01:36 host user: message
$ echo "from l2, loc" \
| fsl-l2tool 'syslog(facility=mail, ident=info, target="local")'
$ echo "from l2, net" \
| fsl-l2tool 'syslog(facility=mail,
ident=info,
remotehost="127.0.0.1",
remoteport="514",
target="remote"
)'
##
## fsl.openssh -- OSSP fsl configuration for openssh
##
ident (ssh(d|-.+)?|scp|sftp(-server)?)/.+ q{
prefix(
prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
)
-> {
debug: file(
path="/usr/opkg/var/openssh/sshd.log",
append=1, perm=0644
);
debug: syslog(
facility=mail, ident=info,
remotehost="127.0.0.1", remoteport="514", target="remote"
)
}
};
##
## fsl.postfix -- OSSP fsl configuration for Postfix
##
ident (postfix/.+)/.+ q{
prefix(
prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
)
-> {
debug: syslog(
facility=mail,
ident=postfix,
remotehost="127.0.0.1",
remoteport="514",
target="remote"
)
}
};
$ what /cw12/sbin/postfix | grep 'OSSP fsl'
OSSP fsl 1.0.8 (13-Feb-2003)
If you do not have a what command use strings
$ strings /cw12/sbin/postfix | grep '@@(#)OSSP fsl'
@@(#)OSSP fsl 1.0.8 (13-Feb-2003)
Starting with fsl 1.1.0 additional information about configure options is visible
OSSP fsl config cfgdir=/cw/etc/fsl prefix=fsl.
Starting with fsl 1.1.0 additional information about debugging options is visible
OSSP fsl debug logfile=/tmp/fsl/var/fsl/debuglogfile logmask=/tmp/fsl/var/fsl/debuglogmask
d32 2 a33 2 mail.info\t\t\t/var/log/maillog
d38 1 a38 1d42 1 a42 1
d47 1 a47 1d50 1 a50 1
d59 2 a60 2 keywords, see http://cvs.ossp.org/chngview?cn=3313.d65 1 a65 1
d70 1 a70 1d90 1 a90 1
@