view masqmail.logrotate @ 59:a4a8f0d0b63a

updated TODO list to include the `set -e' stuff
author meillo@marmaro.de
date Mon, 19 Jul 2010 12:28:35 +0200
parents fc2536cbb34f
children
line wrap: on
line source

/var/log/masqmail/masqmail.log
/var/log/masqmail/debug.log
{
	rotate 2
	weekly
	compress
	delaycompress
	missingok
	notifempty
	postrotate
		/etc/init.d/masqmail reload > /dev/null
	endscript
}