debian/masqmail-debian

view masqmail.logrotate @ 56:8638dc3d7bcd

added a note about `set -e' in init scripts We should work on that some day.
author meillo@marmaro.de
date Mon, 19 Jul 2010 12:25:29 +0200
parents 5ef519035828
children
line source
1 /var/log/masqmail/masqmail.log
2 /var/log/masqmail/debug.log
3 {
4 rotate 2
5 weekly
6 compress
7 delaycompress
8 missingok
9 notifempty
10 postrotate
11 /etc/init.d/masqmail reload > /dev/null
12 endscript
13 }