# Main configuration file for rot[t]log
# These values can all be 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"

# DE-Compressor program
unpacker=bunzip2

# Option to decompressor to send output do stdout
uncompress="-c"

# Normal extension of compressed files (used in decompress ONLY)
extension="bz2"

# Pager used to view uncompressed logs
pager="less"

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

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

# Receiver of mail messages
touser="master@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"

# Default Maximum depth to use with * metachar
maxdepth=0

# if set to 1 will follow symlinks
follow_symlinks=0

