# Daily configuration file for rot[t]log
# Allowed values only between two { }
#
#
#
# This is a sample configuration file. Fit to your needs.
#
# 2002-10-15
# Created by M.L. <mlubrano@sourcemage.org>
#


/var/log/mail.* {
  rotate 5
}


/var/log/squid/* {
  rotate 5
}


/var/log/httpd/* {
  # Let in newlogfile events logged from first day of actual month
  rotate 5
  postrotate
    /etc/init.d/apache.sh restart
  endscript
}


