view masqmail.logrotate @ 55:22f2c10c83b5

improved the copyright file added the licenses of contributed code this should have been done much earlier upstream did also switch to better suited licensed contributed code
author meillo@marmaro.de
date Mon, 19 Jul 2010 12:24:02 +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
}