view masqmail.logrotate @ 50:b3ebad9d432d

Added tag 0.2.24-1 for changeset ef60dd577c1b
author meillo@marmaro.de
date Thu, 24 Jun 2010 15:50:27 +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
}