view masqmail.logrotate @ 43:e7f8c0a161b6

added man page rmail.1; remove obsolete entries in rules
author meillo@marmaro.de
date Mon, 21 Jun 2010 23:11:52 +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
}