summaryrefslogtreecommitdiffstats
path: root/network/dbmail/dbmail.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'network/dbmail/dbmail.logrotate')
-rw-r--r--network/dbmail/dbmail.logrotate9
1 files changed, 0 insertions, 9 deletions
diff --git a/network/dbmail/dbmail.logrotate b/network/dbmail/dbmail.logrotate
deleted file mode 100644
index 40538d5b65..0000000000
--- a/network/dbmail/dbmail.logrotate
+++ /dev/null
@@ -1,9 +0,0 @@
-/var/log/dbmail.log /var/log/dbmail.err {
- daily
- missingok
- notifempty
- rotate 10
- compress
- delaycompress
- copytruncate
-}