exim blacklist: update based on recent observations
[mirror/dsa-puppet.git] / modules / exim / files / common / logrotate-exim4-paniclog
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6 /var/log/exim4/paniclog {
7         daily
8         missingok
9         rotate 90
10         compress
11         delaycompress
12         notifempty
13         create 640 Debian-exim maillog
14 }