Recently I found out that we're sending out excessive amount of spam, but not trough exim. When I did an lsof I saw a process connecting directly to smtp servers to send out spam. I figured out this process was initiated from the crontab which strangely bein initiated the same time the datask cron:
Aug 26 14:30:01 ha04 /USR/SBIN/CRON[30626]: (root) CMD (/usr/local/directadmin/dataskq)
Aug 26 14:30:01 ha04 /USR/SBIN/CRON[30627]: (apache) CMD (/var/tmp/mxXtkKKqOl >/dev/null 2>&1)
Can anyone tell me where dataskq retrieves its commands to run from? all user crons are empty including /etc/crontab /etc/cron.d and subdirs.
Aug 26 14:30:01 ha04 /USR/SBIN/CRON[30626]: (root) CMD (/usr/local/directadmin/dataskq)
Aug 26 14:30:01 ha04 /USR/SBIN/CRON[30627]: (apache) CMD (/var/tmp/mxXtkKKqOl >/dev/null 2>&1)
Can anyone tell me where dataskq retrieves its commands to run from? all user crons are empty including /etc/crontab /etc/cron.d and subdirs.