On Thu, Aug 27, 2009 at 10:00 PM, Wade Preston Shearer<[email protected]> wrote: > I am not receiving my LogWatch emails. I can send email from the system > successfully (from the command line). I am using Postfix. When I run > logwatch from the command line, I get nothing. There is nothing in the > maillog. Logwatch "Print" option is set to "no" (meaning, mail the results > opposed to sending them to stdout. Logwatch is in cron.daily. I'm stumped.
The man page says to use the --mailto option. --mailto overrides print, but it doesn't look like the absence of --print will get you an email (just guessing from a quick reading of the man page). Even if you just call it with the --print option, cron will email you the results (or anything in sent to STDOUT). Just put this at the top of your crontab. [email protected] Good luck, Gabe /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
