Dovecot logrotate centos 7

fix #236
http://wiki2.dovecot.org/Logging
This commit is contained in:
Made I.T 2016-11-21 23:08:57 +01:00 committed by GitHub
commit f391f52228

View file

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