1
0
Fork 0
mirror of https://github.com/myvesta/vesta synced 2025-08-13 10:07:45 -07:00
myvesta/install/rhel/5/logrotate/dovecot
2016-11-21 23:11:33 +01:00

12 lines
162 B
Text

/var/log/dovecot*.log {
weekly
rotate 4
missingok
notifempty
compress
delaycompress
sharedscripts
postrotate
doveadm log reopen
endscript
}