view masqmail.logrotate @ 52:4dababf86cfb

clarified that masqmail is licensed under GPLv2 or any later Because /usr/share/common-licenses/GPL points to GPL-3 now
author meillo@marmaro.de
date Fri, 25 Jun 2010 11:53:09 +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
}