Results 1 to 1 of 1
I found a tutorial online to configure cron to send emails from chkrootkit. It sends the emails, but they are blank. I can run the cron script from command line ...
- 04-06-2008 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 1
Chkrootkit Emails Are Blank
I found a tutorial online to configure cron to send emails from chkrootkit. It sends the emails, but they are blank. I can run the cron script from command line and the emails are not blank. Can't figure out what I am doing wrong.
Ideas anyone?
Here's the cron poop:
Thanks!Code:#!/bin/bash cd chkrootkit* ./ifpromisc | mail -s "ifpromisc output" my email address here ./chkproc | mail -s "chkproc output" my email address here ./chkrootkit -q | mail -s "chkrootkit output" my email address here


Reply With Quote
