Эх сурвалжийг харах

Dovecot logrotate centos 5

Made I.T 9 жил өмнө
parent
commit
491a0091c3

+ 12 - 0
install/rhel/5/logrotate/dovecot

@@ -0,0 +1,12 @@
+/var/log/dovecot*.log {
+  weekly
+  rotate 4
+  missingok
+  notifempty
+  compress
+  delaycompress
+  sharedscripts
+  postrotate
+    doveadm log reopen
+  endscript
+}