diff --git a/sendmail/fsl.sendmail b/sendmail/fsl.sendmail index 7eb163ae1d..1a90b41a52 100644 --- a/sendmail/fsl.sendmail +++ b/sendmail/fsl.sendmail @@ -2,20 +2,15 @@ ## fsl.sendmail -- OSSP fsl configuration for sendmail ## -# use OSSP fsl to perform the equivalent of the -# following syslog.conf(5) configuration entries: -# mail.crit @l_prefix@/var/sendmail/log/sendmail.crit -# mail.err @l_prefix@/var/sendmail/log/sendmail.err -# mail.notice @l_prefix@/var/sendmail/log/sendmail.notice ident (.+)/mail q{ - prefix( - prefix="%b %d %H:%M:%S %N $1: ", - timezone=local + notice: prefix( + prefix="%b %d %H:%M:%S %N $1[%P]: ", + timezone=local + ) + -> file( + path="@l_prefix@/var/sendmail/log/sendmail.log", + append=1, + perm=0644 ) - -> { - critical: file(path="@l_prefix@/var/sendmail/log/mail.crit", append=1, perm=0644); - error: file(path="@l_prefix@/var/sendmail/log/mail.err", append=1, perm=0644); - notice: file(path="@l_prefix@/var/sendmail/log/mail.notice", append=1, perm=0644) - } } diff --git a/sendmail/sendmail.spec b/sendmail/sendmail.spec index 5b61b2f064..44e9925ef6 100644 --- a/sendmail/sendmail.spec +++ b/sendmail/sendmail.spec @@ -28,6 +28,7 @@ # 2 User, group ids in %files must be reviewed # 3 Fix sys_nerr on Linux platforms # 4 Test alot (also with smtpfeed) +# 5 RSE: I don't think SFIO is still required # # Bugs: # 1 All mitgelieferte config files use 8.11.6 options @@ -52,7 +53,7 @@ Distribution: OpenPKG [BRK] Group: Mail License: BSD Version: 8.12.5 -Release: 20020809 +Release: 20020810 # list of sources Source0: ftp://ftp.sendmail.org/pub/sendmail/sendmail.%{version}.tar.gz