View Single Post
  #4   (View Single Post)  
Old 23rd September 2008
BSDKaffee's Avatar
BSDKaffee BSDKaffee is offline
Real Name: Jason Hale
Coffee Addict
 
Join Date: May 2008
Location: Wintersville, Ohio
Posts: 212
Default

On FreeBSD, I let the system reports go into a rotated logfile instead of mail. You can add to /etc/periodic.conf:
Code:
# Daily options
daily_output="/var/log/daily.log"

# Weekly options
weekly_output="/var/log/weekly.log"

# Monthly options
monthly_output="/var/log/monthly.log"
Reply With Quote