Forráskód Böngészése

Dovecot logrotate

Made I.T 9 éve
szülő
commit
1e8d02f766
1 módosított fájl, 12 hozzáadás és 0 törlés
  1. 12 0
      install/ubuntu/13.10/logrotate/dovecot

+ 12 - 0
install/ubuntu/13.10/logrotate/dovecot

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