|
|
@@ -2,18 +2,13 @@
|
|
|
## fsl.sasl -- OSSP fsl configuration for Cyrus SASL
|
|
|
##
|
|
|
|
|
|
-# use OSSP fsl to perform the equivalent of the
|
|
|
-# following syslog.conf(5) configuration entries:
|
|
|
-# news.crit @l_prefix@/var/inn/log/news.crit
|
|
|
-# news.err @l_prefix@/var/inn/log/news.err
|
|
|
-# news.notice @l_prefix@/var/inn/log/news.notice
|
|
|
-ident (sasl/.+)/auth q{
|
|
|
+ident (sasl.*)/.+ q{
|
|
|
prefix(
|
|
|
prefix="%b %d %H:%M:%S %N $1: ",
|
|
|
timezone=local
|
|
|
)
|
|
|
-> {
|
|
|
- debug: file(path="@l_prefix@/var/sasl/log/sasl.debug", append=1, perm=0600);
|
|
|
+ debug: file(path="/sw/var/sasl/log/sasl.debug", append=1, perm=0600);
|
|
|
}
|
|
|
}
|
|
|
|