Forum Moderators: phranque
any other have such troubles and what did you do abaout it
To resolve the issue, you will need to find sample(s) of the spam mails originated from your server and observe the headers of the email, you might be able to find some clue about where it was sent, and based on the timestamp of the message you will be able to identify the source in your logs (hope you have that enabled).
Besides of this, Apache has really nothing to do with spamming, nor with email, unless you have mod_proxy [httpd.apache.org], mod_proxy_connect [httpd.apache.org] and AllowCONNECT [httpd.apache.org] enabled, and it is not well secured.
If your IP is in the header, you're being hacked. First check if you're an open relay (google for 'check for open relay' or something like that). If you are - not likely - then fix that.
Otherwise, you've got a hacked script. You can diagnose this by watching your email and website logs but the fact is the real solution IMO is to call in a pro to get it fixed right.