masqmail-0.2

diff debian/masqmail.logrotate @ 0:08114f7dcc23

this is masqmail-0.2.21 from oliver kurth
author meillo@marmaro.de
date Fri, 26 Sep 2008 17:05:23 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/debian/masqmail.logrotate	Fri Sep 26 17:05:23 2008 +0200
     1.3 @@ -0,0 +1,22 @@
     1.4 +/var/log/masqmail/masqmail.log {
     1.5 +	rotate 2
     1.6 +	weekly
     1.7 +	compress
     1.8 +	delaycompress
     1.9 +	missingok
    1.10 +	notifempty
    1.11 +	postrotate
    1.12 +		/etc/init.d/masqmail reload > /dev/null
    1.13 +	endscript
    1.14 +}
    1.15 +/var/log/masqmail/debug.log {
    1.16 +	rotate 2
    1.17 +	weekly
    1.18 +	compress
    1.19 +	delaycompress
    1.20 +	missingok
    1.21 +	notifempty
    1.22 +	postrotate
    1.23 +		/etc/init.d/masqmail reload > /dev/null
    1.24 +	endscript
    1.25 +}