disable clamd

Discussion in 'Site & Server Administration' started by dethfire, Jun 17, 2008.

  1. #1
    if I have pop3 disabled and don't have any mail accounts, can I disable clamd?
     
    dethfire, Jun 17, 2008 IP
  2. mellow-h

    mellow-h Peon

    Messages:
    750
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You can disable clamd without disabling your pop3. Clamd is a daemon should be available in the service list. You can simply do the following to find clamd and kill it:

    Find clamd PID:

    
    ps -axww|grep clamd
    
    Code (markup):
    This will generate a few lines regarding the clamd processes. Find the PID listed there for the clamd process(s)

    And run this command to kill them:

    kill -9 YourPID
    Code (markup):
    Put your PID in the place i said "YourPID".

    This will eventually terminate your clamd from running. If you have cpanel, you can permanently disable it from your WHM >> Service Manager

    Good luck :cool:
     
    mellow-h, Jun 17, 2008 IP
  3. secureserver1

    secureserver1 Banned

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    /etc/init.d/clamd stop
     
    secureserver1, Jun 19, 2008 IP
  4. dethfire

    dethfire Well-Known Member

    Messages:
    230
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    118
    #4
    yeah but should I? do I really need clamd?
     
    dethfire, Jun 23, 2008 IP
  5. kailash

    kailash Well-Known Member

    Messages:
    1,248
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    190
    #5
    If you are not using email service then there is no need of clamd service. You can stop it.
     
    kailash, Jun 24, 2008 IP