Today after installing ssmtp in order to send e-mails using the terminal, I got every half hour this e-mails:
from: root <myuser>@gmail.com
to: root
date: Wed, Sep 12, 2012 at 2:09 PM
subject: Cron <root@127> [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) ! -execdir fuser -s {} 2>/dev/null \; -delete
mailed-by: gmail.com
content: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626/memcached.so' - /usr/lib/php5/20090626/memcached.so: cannot open shared object file: No such file or directory in Unknown on line 0
These are being sent from my own computer, as if a cron job is set up.
But I cannot find any cron job being planned.
I checked crontab with crontab -e
in my root account and in the normal account, but both are empty (except for the default comments explaining cron usage).
Is there any other way to check where this cron job is being executed?