hesk_pop3.php.xxxx fourty thousands times
Posted: Wed Jul 08, 2015 1:10 am
I logged into my linux hesk server today and for some reason did an ls on the /root directory.
I have over 40 thousand files such as
hesk_pop3.php.44810
It looks like it is generated every 5 minutes for the pop mail check.
the file contains
#!/usr/bin/php -q
any idea why?
and I'm assuming all are safe to delete?
My crontab entry look like the following
*/5 * * * * wget http://mywebserver/hesk/inc/mail/hesk_pop3.php /dev/null > /dev/null 2>&1
I have over 40 thousand files such as
hesk_pop3.php.44810
It looks like it is generated every 5 minutes for the pop mail check.
the file contains
#!/usr/bin/php -q
any idea why?
and I'm assuming all are safe to delete?
My crontab entry look like the following
*/5 * * * * wget http://mywebserver/hesk/inc/mail/hesk_pop3.php /dev/null > /dev/null 2>&1