/var/log/exim/*.log {
missingok
notifempty
sharedscripts
postrotate
pkill -F /var/run/exim.pid -HUP > /dev/null 2>&1 || true
endscript
}