summaryrefslogtreecommitdiff
path: root/exim.logrotate
blob: 05f13b98aa0bcf9c8a5dad74c0705ddc5f7e5e91 (plain)
1
2
3
4
5
6
7
# daemon does not need restarting after log rotate
# so we do not prod it any more
/var/log/exim/*log {
  missingok
  notifempty
  delaycompress
}