view masqmail.logrotate @ 54:733f8e64de02

removed rmail.1 because upstream includes it now it is rmail.8 now
author meillo@marmaro.de
date Sun, 18 Jul 2010 10:53:32 +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
}