exim: Add default logrotate config.
authorMatthijs Kooijman <matthijs@stdin.nl>
Fri, 25 Mar 2011 19:34:49 +0000 (20:34 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Fri, 25 Mar 2011 19:34:49 +0000 (20:34 +0100)
etc/logrotate.d/exim4-base [new file with mode: 0644]

diff --git a/etc/logrotate.d/exim4-base b/etc/logrotate.d/exim4-base
new file mode 100644 (file)
index 0000000..ac31dd4
--- /dev/null
@@ -0,0 +1,9 @@
+/var/log/exim4/mainlog /var/log/exim4/rejectlog {
+       daily
+       missingok
+       rotate 10
+       compress
+       delaycompress
+       notifempty
+       create 640 Debian-exim adm
+}