Hello....
We have had the same problem for few weeks.
You should check for cgi skript.
In most cases the spammers have transferred over ftp the cgi script after that they run the script and after that the deleted it.
So please check your logs for suspect cgi upload at the time (19 Sep) the email was send from your server.
normally you should only check in /var/log/messages
Code:
cat /var/log/messages |grep UPLOAD
If you found a suspect script take a look on all activities of that user
Code:
cat /var/log/messages |grep pure-ftpd |grep cpanelusername
Additional:
To list all running cgi processes run
Code:
ps auxwf | grep cgi
If that not help you feel free to contact me.
regards
Sven