i have seen that /var/log/zimbra-stats.log is growing bigger and bigger...
in zimbra logrotate, it is
Code:
/var/log/zimbra-stats.log {
daily
missingok
notifempty
create 0644 zimbra zimbra
postrotate
killall -HUP syslogd 2> /dev/null || true
su - zimbra -c "/opt/zimbra/bin/zmlogswatchctl restart" > /dev/null 2>&1 || true
endscript
rotate 0
} why it's "rotate 0" ? is there a valid reason or it is a typo?