Mercurial > debian > masqmail-debian
annotate masqmail.logrotate @ 32:6293062092d1
Added tag 0.2.21-7 for changeset 792d5a6b7c7b
author | meillo@marmaro.de |
---|---|
date | Mon, 08 Feb 2010 14:17:25 +0100 |
parents | 5ef519035828 |
children | fc2536cbb34f |
rev | line source |
---|---|
0 | 1 /var/log/masqmail/masqmail.log { |
2 rotate 2 | |
3 weekly | |
4 compress | |
5 delaycompress | |
6 missingok | |
7 notifempty | |
8 postrotate | |
9 /etc/init.d/masqmail reload > /dev/null | |
10 endscript | |
11 } | |
12 /var/log/masqmail/debug.log { | |
13 rotate 2 | |
14 weekly | |
15 compress | |
16 delaycompress | |
17 missingok | |
18 notifempty | |
19 postrotate | |
20 /etc/init.d/masqmail reload > /dev/null | |
21 endscript | |
22 } |