# daemon does not need restarting after log rotate
# so we do not prod it any more
/var/log/exim/main.log {
	rotate 9
	missingok
	notifempty
	prerotate
		eximstats -t10 /var/log/exim/main.log | mail -s "eximstats `hostname` `date +%Y-%m-%d\ %H:%M`" postmaster
	endscript
}

/var/log/exim/panic.log /var/log/exim/reject.log {
	rotate 4
	missingok
	notifempty
}
