Explorar el Código

Dovecot logrotate centos 5

Made I.T hace 9 años
padre
commit
491a0091c3
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  1. 12 0
      install/rhel/5/logrotate/dovecot

+ 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
+}