Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 8 of 8

This is a discussion on Removing SpamAssassin in the Shared & Semi-Dedicated forum
From what I saw searching on the web, seems like SpamAssassin can use a lot of memory on a VPS ( see this thread ). ...

  1. #1
    Loyal Client
    Join Date
    Dec 2005
    Location
    Quebec City
    Posts
    128

    Removing SpamAssassin

    From what I saw searching on the web, seems like SpamAssassin can use a lot of memory on a VPS (see this thread).

    I've got only 2 webmail on my VPS, an 20/25 forwarders, so, I don't think spamassin is really necessary for me. Do you think it can be a good idea to disable Spamassassin (Spamd). If yes, what is the simple (and safest) way to do that?

    Thanks!

  2. #2
    consultant Andre's Avatar
    Join Date
    Apr 2005
    Posts
    1,155
    As an idle service SpamAssassin doesn't really consume a lot of ram. But if you don't use it anyway, you may indeed as well disable it.

    About how to disable it: that depends on what control panel you are using.
    Andre van Vliet

    DEHE.com - Definition of Hosting Experts

  3. #3
    Loyal Client
    Join Date
    Dec 2005
    Location
    Quebec City
    Posts
    128
    I'm using cpanel.

  4. #4
    consultant Andre's Avatar
    Join Date
    Apr 2005
    Posts
    1,155
    Ok then simply login to WHM, first go to Service Manager and disable spamd there. Then go to Tweak Settings and disable SpamAssassin there.

    That's all basically. I'm not sure whether this will also automatically stop SpamAssassin automatically. What you can do is to enter this in SSH (as root):

    Code:
    ps -aux | grep spamd
    If it shows no ouput then spamassassin is not running. If it does show output you can use the following command to kill it:

    Code:
    killall -9 spamd
    Andre van Vliet

    DEHE.com - Definition of Hosting Experts

  5. #5
    Loyal Client
    Join Date
    Dec 2005
    Location
    Quebec City
    Posts
    128
    Great! It works!

    I also have disable mailman.

    I have compare "cat /proc/user_beancounters" command before and after the changes... and I also see memory usage going down (80 000 --> 66 000, even if there is more people on my website now)!!!

  6. #6
    consultant Andre's Avatar
    Join Date
    Apr 2005
    Posts
    1,155
    That's great to hear. That's a difference of approximately 55mb (14 000 * 4 / 1024).
    Andre van Vliet

    DEHE.com - Definition of Hosting Experts

  7. #7
    JPC Addict winger's Avatar
    Join Date
    Nov 2006
    Location
    Rio de Janeiro - BR
    Posts
    135
    Quote Originally Posted by RaZor Edge View Post
    Great! It works!

    I also have disable mailman.

    I have compare "cat /proc/user_beancounters" command before and after the changes... and I also see memory usage going down (80 000 --> 66 000, even if there is more people on my website now)!!!
    Hi,

    How did you disable mailman?

    tks.
    WebHostingTalk now in portuguese
    www.webhostingtalk.com.br venha se juntar a nossa comunidade sobre hospedagem web

  8. #8
    Darth Admin (aka Jag) JPC-Greg's Avatar
    Join Date
    Sep 1998
    Posts
    5,201
    In WHM -> Tweak Settings , theres an option to shut it off. You may have to kill the processes too but they shouldnt come back.
    Greg L. | Chief Executive Officer
    JaguarPC.com

    Helpful Links
    Knowledge Base | Network Status

    Need a Manager?
    (pm) | (email) David, Customer Service Manager
    (pm) | (email) Zach, Community Liason, Sales manager
    (pm) | (email) Masood, Chief Technical Officer
    (pm) | (email) Les, Chief Operations Officer

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •