aports/community/exim/exim.logrotate
Valery Kartel d93a16e6dd community/exim: move from testing
It works pretty fine.
So, I think, it's time to move it from testing.
2017-04-25 08:40:59 +00:00

14 lines
195 B
Plaintext

/var/log/exim/*log {
daily
missingok
rotate 28
compress
delaycompress
notifempty
create 640 exim mail
sharedscripts
postrotate
/etc/init.d/exim --quiet --ifstarted reload
endscript
}