delaycompress for mail.log
[mirror/dsa-puppet.git] / files / etc / logrotate.d / syslog-ng
index 63c9e48..37fcbac 100644 (file)
 }
 
 /var/log/mail.err {
-   rotate 4
-   weekly
+   rotate 30
+   daily
+   dateext
    missingok
    notifempty
    compress
 }
 
 /var/log/mail.info {
-   rotate 4
-   weekly
+   rotate 30
+   daily
+   dateext
    missingok
    notifempty
    compress
 }
 
 /var/log/mail.log {
-   rotate 4
-   weekly
+   rotate 30
+   daily
+   dateext
    missingok
    notifempty
    compress
+   # listmaster asked for this one
+   delaycompress
 }
 
 /var/log/mail.warn {
-   rotate 4
-   weekly
+   rotate 30
+   daily
+   dateext
    missingok
    notifempty
    compress