3

Is it possible to have Logwatch send daily emails without actually installing Postfix? I want to keep my server light and installing an MTA just because of Logwatch seems overkill. Or will I need Postfix anyways for admin work?

molidoli
  • 231
  • 4
  • 8

1 Answers1

3

You can install a relay-only MTA like nullmailer instead of postfix. It still has the sendmail-like interface many programs expect, but does nothing except sending mails to an upstream MTA. This is about as light-weight as you can reasonably get.

Sven
  • 98,649
  • 14
  • 180
  • 226
  • Thanks for the recommendation, will check this out. Does it need any additional config to work with logwatch? – molidoli Apr 02 '11 at 12:32