summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/zarafa/files/zarafa.logrotate')
-rw-r--r--net-mail/zarafa/files/zarafa.logrotate65
1 files changed, 0 insertions, 65 deletions
diff --git a/net-mail/zarafa/files/zarafa.logrotate b/net-mail/zarafa/files/zarafa.logrotate
deleted file mode 100644
index e964bc4..0000000
--- a/net-mail/zarafa/files/zarafa.logrotate
+++ /dev/null
@@ -1,65 +0,0 @@
-#
-# This is an example for the common logrotate system.
-# Copy this file to /etc/logrotate.d/zarafa to activate it.
-# Also, check the location of the logfiles, and replace if needed.
-#
-
-/var/log/zarafa/server.log {
- weekly
- missingok
- rotate 52
- compress
- delaycompress
- notifempty
- postrotate
- killall -HUP zarafa-server
- endscript
-}
-
-/var/log/zarafa/spooler.log {
- weekly
- missingok
- rotate 52
- compress
- delaycompress
- notifempty
- postrotate
- killall -HUP zarafa-spooler
- endscript
-}
-
-/var/log/zarafa/monitor.log {
- weekly
- missingok
- rotate 52
- compress
- delaycompress
- notifempty
- postrotate
- killall -HUP zarafa-monitor
- endscript
-}
-
-/var/log/zarafa/gateway.log {
- weekly
- missingok
- rotate 52
- compress
- delaycompress
- notifempty
- postrotate
- killall -HUP zarafa-gateway
- endscript
-}
-
-/var/log/zarafa/ical.log {
- weekly
- missingok
- rotate 52
- compress
- delaycompress
- notifempty
- postrotate
- killall -HUP zarafa-ical
- endscript
-}