Procházet zdrojové kódy

Dovecot logrotate debian 7

Made I.T před 9 roky
rodič
revize
dc50ace24c
1 změnil soubory, kde provedl 12 přidání a 0 odebrání
  1. 12 0
      install/debian/7/logrotate/dovecot

+ 12 - 0
install/debian/7/logrotate/dovecot

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