fsl.sendmail 291 B

1234567891011121314151617
  1. ##
  2. ## fsl.sendmail -- OSSP fsl configuration for sendmail
  3. ##
  4. ident (.+)/mail q{
  5. notice: prefix(
  6. prefix="%b %d %H:%M:%S %N $1[%P]: ",
  7. timezone=local
  8. )
  9. -> file(
  10. path="@l_prefix@/var/sendmail/sendmail.log",
  11. append=1,
  12. perm=0644
  13. )
  14. };