You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/mail-mta/exim/files/exim.logrotate

15 lines
206 B

/var/log/exim/exim*.log {
daily
missingok
rotate 28
compress
delaycompress
notifempty
create 640 mail mail
sharedscripts
postrotate
/etc/init.d/exim reload > /dev/null 2>&1 || true
endscript
}