1
0
Fork 0
mirror of https://github.com/myvesta/vesta synced 2025-08-11 00:57:41 -07:00

Dovecot logrotate centos 5

This commit is contained in:
Made I.T 2016-11-21 23:11:33 +01:00 committed by GitHub
commit 491a0091c3

View file

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