aboutsummaryrefslogtreecommitdiff
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, 9 insertions, 0 deletions
diff --git a/network/dbmail/dbmail.logrotate b/network/dbmail/dbmail.logrotate
new file mode 100644
index 0000000000000..40538d5b65673
--- /dev/null
+++ b/network/dbmail/dbmail.logrotate
@@ -0,0 +1,9 @@
+/var/log/dbmail.log /var/log/dbmail.err {
+ daily
+ missingok
+ notifempty
+ rotate 10
+ compress
+ delaycompress
+ copytruncate
+}