view masqmail.logrotate @ 28:eae48d9839e4

pulled in NMU
author meillo@marmaro.de
date Mon, 08 Feb 2010 13:08:44 +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
}