How do I specify how often a non-delivery report will be sent in Exim?
The following needs to be added to Exim's configure file located at /usr/exim/configure:
delay_warning = 6h
The default is 24 hours. You should change the 6h to the interval of your choice.