Two versions of Spam Assasin


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Two versions of Spam Assasin
# 1  
Old 04-21-2008
Two versions of Spam Assasin

Hi all.

Ok here is my situation. I have a CEntos 5 box running Blue quartz with mailscanner as a plugin to manage spam. I inherited this box and now that I have done some investigation I noticed that two versions of spamA are running. I think what happened was that the previous admin installed mailscanner over the already installed version of SPamA. and I know mailscanner has SpamA already itergrated with it. So I noticed that the original SPamA is having all kinds of perl errors. Which are showing up on the maillog. I belive that because two instances of SPamA are running thats its slowing down email. So my question is how do I stop the original SPam from running without Affecting Mailscanner.

$ ps xafu | grep spamd
> root 2146 0.0 0.0 4556 552 pts/1 S+ 12:17
> 0:00 \_ grep spamd
> root 16388 0.0 1.8 44492 37708 ? Ss 10:30
> 0:04 /usr/bin/spamd -d -c -m8 -H -r /var/run/spamd.pid
> nobody 584 0.9 2.6 69180 55884 ? S 11:05
> 0:40 \_ spamd child
> nobody 588 0.6 1.9 47664 40512 ? S 12:14
> 0:01 \_ spamd child
> nobody 2117 2.4 1.8 45948 38952 ? S 12:17
> 0:00 \_ spamd child
> root 2118 0.0 1.7 44492 35640 ? S 12:17
> 0:00 \_ spamd child

$ /etc/init.d/spamassassin status
> spamd (pid 2118 588 584 16388) is running...



Thanks in advanced.
# 2  
Old 04-21-2008
Please use code tags when posting ps listings etc.

I only see one instance. Spamd, like e.g. Apache, will create a number of instances of itself; if I read your ps listing correctly, all your "spamd child" processes are children of the same master / controller.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Fedora

All different versions of UNIX

Hello, I am very new at this and would like to know how many versions of Unix there are and all of the different versions of unix. (3 Replies)
Discussion started by: rosanna azani
3 Replies

2. Linux

Different versions of Linux

Hello Friends, Please anyone share with me, the name of different versions of Linux? Which are the latest versions of Linux ?? (2 Replies)
Discussion started by: ggiwebsinfo
2 Replies

3. HP-UX

Versions of HP-UX

Lo guys, I've just started a new department in work and I'm going to be using HP-UX with Vi. The problem is I'm completely new to UNIX, I'm currently learning at work but I only have limited amounts of time on our dev systems. Is it possible to get a free/educational version any where? I don't... (4 Replies)
Discussion started by: john2012
4 Replies

4. UNIX for Advanced & Expert Users

What are these kernel versions?

2.6.32-028stab094.3 x86_64 vs 2.6.32-5-amd64 x86_64 and where can i download the first one? thx (1 Reply)
Discussion started by: suffeks
1 Replies

5. Solaris

Solaris versions

Hi, Does anyone know if the various releases of Solaris are archived anywhere? I work for a DR company and it would be useful to have different releases of a Solaris version number i.e. Solaris 10 6/06 (3 Replies)
Discussion started by: callmebob
3 Replies

6. HP-UX

Is there any way to get old HP-UX versions?

I got my hands on a HP9000/380 and need a (really) old version of HP-UX, like 7 or 8. Is there any vendor who sells older versions? I did a quick search here and checked the FAQ and HPs HP-UX site but couldn't find anything. :confused: Any help is appreciated! (4 Replies)
Discussion started by: dlundh
4 Replies

7. UNIX for Dummies Questions & Answers

Software Versions

I need to collect the software versions for various pieces of software installed on my SunOS box. is there a software listing somewhere? Any help on how to do that would be very much appreciated. Thanks, GBWR (3 Replies)
Discussion started by: GBWR
3 Replies

8. UNIX for Dummies Questions & Answers

Versions of UNIX

Hi all: I was just wondering if someone could tell me what versions of UNIX are available to public? I'm aware of all the available distro's for Linux e.g. Debain, SuSe, RedHat, etc ... However you never really here much about UNIX distro's! Is UNIX BDS a common one in use? Thanks Oliver (4 Replies)
Discussion started by: oliver79
4 Replies

9. Shell Programming and Scripting

different versions?

can someone tell me a shell-script to convert an older version of a file with the current one? (1 Reply)
Discussion started by: deeptia
1 Replies
Login or Register to Ask a Question