summaryrefslogtreecommitdiff
path: root/community-testing/exim/exim.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/exim/exim.logrotate')
-rw-r--r--community-testing/exim/exim.logrotate5
1 files changed, 5 insertions, 0 deletions
diff --git a/community-testing/exim/exim.logrotate b/community-testing/exim/exim.logrotate
new file mode 100644
index 000000000..ff38a1452
--- /dev/null
+++ b/community-testing/exim/exim.logrotate
@@ -0,0 +1,5 @@
+/var/log/exim/*log {
+ missingok
+ notifempty
+ delaycompress
+}