view masqmail.logrotate @ 34:56c0c6807b0e 0.2.21-8

as I said, the newest standards version is 3.8.4
author meillo@marmaro.de
date Mon, 08 Feb 2010 16:41:27 +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
}