We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f391f52 commit e0670d9Copy full SHA for e0670d9
1 file changed
install/rhel/6/logrotate/dovecot
@@ -0,0 +1,12 @@
1
+/var/log/dovecot*.log {
2
+ weekly
3
+ rotate 4
4
+ missingok
5
+ notifempty
6
+ compress
7
+ delaycompress
8
+ sharedscripts
9
+ postrotate
10
+ doveadm log reopen
11
+ endscript
12
+}
0 commit comments