| 1234567891011121314151617 |
- ##
- ## fsl.sendmail -- OSSP fsl configuration for sendmail
- ##
- ident (.+)/mail q{
- notice: prefix(
- prefix="%b %d %H:%M:%S %N $1[%P]: ",
- timezone=local
- )
- -> file(
- path="@l_prefix@/var/sendmail/sendmail.log",
- append=1,
- perm=0644
- )
- };
|