summaryrefslogtreecommitdiff
path: root/cyrus-imapd.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'cyrus-imapd.logrotate')
-rw-r--r--cyrus-imapd.logrotate7
1 files changed, 7 insertions, 0 deletions
diff --git a/cyrus-imapd.logrotate b/cyrus-imapd.logrotate
new file mode 100644
index 0000000..2f55827
--- /dev/null
+++ b/cyrus-imapd.logrotate
@@ -0,0 +1,7 @@
+/var/log/imapd.log /var/log/auth.log {
+ missingok
+ sharedscripts
+ postrotate
+ /bin/kill -HUP `cat /var/run/rsyslogd.pid 2> /dev/null` 2> /dev/null || true
+ endscript
+}