Results 1 to 4 of 4

Thread: Spamming from the server.

  1. #1
    Member
    Join Date
    Aug 2008
    Posts
    73

    Default Spamming from the server.

    Someone has been sending spam messages from my server. Is there any way I can figure out who might have done this?

  2. #2
    Member
    Join Date
    Dec 2009
    Posts
    9

    Default

    i would like to now this as well

  3. #3
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Sep 2006
    Location
    Virginia Beach, VA
    Posts
    264
    cPanel/WHM Access Level

    Root Administrator

    Default

    You need to check your mail logs - /var/log/exim_mainlog.
    Last edited by vanessa; 06-16-2010 at 08:24 AM.

  4. #4
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Jun 2004
    Posts
    313
    cPanel/WHM Access Level

    DataCenter Provider

    Default

    1. Open Exim Advanced Configuration Editor in the WHM, add:
      Code:
      log_selector = +all
    2. Get the message ID from one of the spam messages
    3. Search for the message ID in the mail log:
      Code:
      grep <message-ID> /var/log/exim_mainlog
    4. Look for particulars such as A=fixed_login:user@domain.com (someone is spamming through that email account) or cwd=/home/user/public_html/exploited_script.php (insecure script allowing spam to be relayed)
    5. Change account password, notify user, or secure/delete/prevent access to the exploited script
    NDCHost (ProVPS): Xen VPS / Dedicated / Co-Location
    Contact us for your cPanel Licensing needs! We price match, provide better support, and take care of our customers!

Similar Threads

  1. Spamming from my Server
    By jfreak53 in forum E-mail Discussions
    Replies: 2
    Last Post: 01-08-2011, 03:46 PM
  2. Spamming in server
    By nitaish in forum E-mail Discussions
    Replies: 2
    Last Post: 03-08-2010, 06:51 AM
  3. how to check server is spamming ?
    By beanth in forum New User Questions
    Replies: 1
    Last Post: 11-12-2008, 10:54 PM
  4. Someone spamming from my server
    By paulm in forum cPanel & WHM Discussions
    Replies: 0
    Last Post: 11-30-2006, 01:22 PM
  5. someone is spamming from my server.. ??
    By Apexity in forum cPanel & WHM Discussions
    Replies: 4
    Last Post: 10-11-2004, 08:23 PM