debian/masqmail-debian

view masqmail.logrotate @ 59:a4a8f0d0b63a

updated TODO list to include the `set -e' stuff
author meillo@marmaro.de
date Mon, 19 Jul 2010 12:28:35 +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 }