view masqmail.logrotate @ 18:7488872ea9dc

updated changelog
author meillo@marmaro.de
date Sun, 16 Nov 2008 13:57:41 +0100
parents 5ef519035828
children fc2536cbb34f
line wrap: on
line source

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