debian/masqmail-debian

view masqmail.logrotate @ 55:22f2c10c83b5

improved the copyright file added the licenses of contributed code this should have been done much earlier upstream did also switch to better suited licensed contributed code
author meillo@marmaro.de
date Mon, 19 Jul 2010 12:24:02 +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 }