I have a server running many processes. ps -A lists them repeatedly in the
following order: exim3, cron, sh. cron.d seems to have the only relevent
entry (exim) that contains:
/etc/cron.d/exim:
08,23,38,53 8 * * * mail if [ -x /usr/lib/exim/exim3 -a -f
/etc/exim/exim.conf]; then /usr/lib/exim/exim3 -q; fi
# Tidy databases
13 6 * * * mail if [ -x /usr/sbin/exim_tidydb ]; then /usr/sbin/exim_tidydb
/var/spool/exim retry >/dev/null; fi
17 6 * * * mail if [ -x /usr/sbin/exim_tidydb ]; then /usr/sbin/exim_tidydb
/var/spool/exim wait-remote_smtp >/dev/null; fi
I plan on upgrading, but is this exim or something else?
Thanks,
Chase