summaryrefslogtreecommitdiff
path: root/amavis/logrotate.d/local-amavis
diff options
context:
space:
mode:
Diffstat (limited to 'amavis/logrotate.d/local-amavis')
-rw-r--r--amavis/logrotate.d/local-amavis10
1 files changed, 10 insertions, 0 deletions
diff --git a/amavis/logrotate.d/local-amavis b/amavis/logrotate.d/local-amavis
new file mode 100644
index 0000000..838fd3b
--- /dev/null
+++ b/amavis/logrotate.d/local-amavis
@@ -0,0 +1,10 @@
+/var/lib/amavis/mboxes/* {
+ weekly
+ missingok
+ rotate 8
+ compress
+ delaycompress
+ notifempty
+ missingok
+ nocreate
+}