# Main configuration file for rot[t]log
# These values can all bo overriden in monthly, weekly, daily files
# 
# 
#
# This is a sample configuration file. Fit to your needs.

# Compressor program
packer=bzip2

# Option to packer to compress and send to stdout
compress="-9c"

# basedir to store rotated/archived files
packdir="/var/adm/rottlog"

# Sender of mail messages
fromuser="stefano@darkstar.example.net"

# Receiver of mail messages
touser="master@darkstar.example.net"

# Uncomment this if don't you wants to rotate/archive files of 0 size too
# notifempty=1

# Mail program to send messages. Must be used option to read header recipient 
# addresses.
#mail="/usr/sbin/sendmail -t"
mail="/var/qmail/bin/qmail-inject -h"


