I'm having trouble getting my exim daemon to run according to the init.d script settings. The main problem is with the QUEUE
variable. I've set it 5m to have it spawn another queue runner as needed.
Up until now it has worked, but now, when I restart exim, the command that get's issued is:
/usr/sbin/exim -bd -q60m
When it should say:
/usr/sbin/exim -bd -q5m
The first thing I did was to make sure that the init.d/exim
script was still correct, and it is. I've looked in the exim.conf and I can't find anything there.
My only other thought is maybe cPanel is interfering with the start up because after restarting exim the script echos:
/usr/local/bin/cpanel/update_sa_rules is running in the background
I've been trying to see where the $QUEUE
variable might be added elsewhere, but haven't seen anything yet. Would appreciate your help if you've seen this before.
Notes: This is for Exim 4.82, CentOS 5.10