Koozali.org: home of the SME Server
Obsolete Releases => SME Server 6.x => Topic started by: dilligaf on April 19, 2006, 07:57:20 PM
-
I note spamassassin starts and runs although we do not have it enabled.
[root@merlin e-smith]# ps -ef |grep spamassassin
root 26768 26347 0 11:32 pts/0 00:00:00 grep spamassassin
Is there a way to remove spamassassin without breaking the server?
I do not know why it is loading.
-
Is there a link in /etc/rc7.d/S**spamassassin
Where ** is a number, if so you could just delete that link, also to check it really is disabled type...
db configuration show spamassassin
-
I note spamassassin starts and runs although we do not have it enabled.
[root@merlin e-smith]# ps -ef |grep spamassassin
root 26768 26347 0 11:32 pts/0 00:00:00 grep spamassassin
Umm, 2 problems here:
1) The line above isn't showing SA running, it's showing that the grep command has spamassassin in the commandline. The pts/0 shows that it's being run from an SSH command prompt.
Replace spamassassin with wibble and it would show the same thing:
[root@mailgate root]# ps -ef |grep wibble
root 21783 21569 0 23:06 pts/0 00:00:00 grep wibble
2) Spamassassin actually runs as spamd - this is mine:
[root@mailgate root]# ps -ef |grep spamd
root 26898 1 0 Apr16 ? 00:00:00 /usr/bin/spamd -d -c -m5 -H -r /
root 20202 26898 0 Apr16 ? 00:00:26 spamd child
root 20203 26898 0 Apr16 ? 00:00:02 spamd child
root 21623 21569 0 22:59 pts/0 00:00:00 grep spamd
-
I note spamassassin starts and runs although we do not have it enabled.
[root@merlin e-smith]# ps -ef |grep spamassassin
root 26768 26347 0 11:32 pts/0 00:00:00 grep spamassassin
Umm, 2 problems here:
1) The line above isn't showing SA running, it's showing that the grep command has spamassassin in the commandline. The pts/0 shows that it's being run from an SSH command prompt.
Replace spamassassin with wibble and it would show the same thing:
[root@mailgate root]# ps -ef |grep wibble
root 21783 21569 0 23:06 pts/0 00:00:00 grep wibble
2) Spamassassin actually runs as spamd - this is mine:
[root@mailgate root]# ps -ef |grep spamd
root 26898 1 0 Apr16 ? 00:00:00 /usr/bin/spamd -d -c -m5 -H -r /
root 20202 26898 0 Apr16 ? 00:00:26 spamd child
root 20203 26898 0 Apr16 ? 00:00:02 spamd child
root 21623 21569 0 22:59 pts/0 00:00:00 grep spamd
Hi,
I logged into the server that has spamassassin disabled in the server manager, yet shows it loading when you boot.
In /etc/rc7.d is @S85spamassassin, and running
[root@smeserver rc7.d]# /sbin/e-smith/db configuration show spamassassin
spamassassin=service
status=enabled
So to me, it looks like it is running?
-
What is the output of:
# ps -ef |grep spamd
-
What is the output of:
# ps -ef |grep spamd
Here you are, I wonder if this is contributing to our OUTLOOK 2003 IMAP timeouts?
[root@smeserver root]# ps -ef |grep spamd
root 2586 1 0 Apr18 ? 00:00:00 /usr/bin/spamd -d -c -m5 -H
root 2662 2586 0 Apr18 ? 00:00:00 spamd child
root 2663 2586 0 Apr18 ? 00:00:00 spamd child
root 24552 24484 0 16:48 pts/1 00:00:00 grep spamd
[root@smeserver root]#
-
OK, SA is certainly running. IME, Outlook 2003 is severly broken unless you have patched it to SP2. IMAP troubles are unlikely to be caused by SA.
If you want to turn SA off temporarily, do:
# /etc/rc.d/init.d/spamassassin stop
-
OK, SA is certainly running. IME, Outlook 2003 is severly broken unless you have patched it to SP2. IMAP troubles are unlikely to be caused by SA.
If you want to turn SA off temporarily, do:
# /etc/rc.d/init.d/spamassassin stop
The OS (XP Pro) and the OFFICE 2003 install, have all service packs and updates. Outlook on these pc's works just fine on POP, but times out all day long when on IMAP.
I have changed servers, cards etc. I do not want to use hacks to modify tcp.sys etc, as later service packs and so on change all that and very hard to support a situation like that.
Puzzling is that like I say, even with the SPAMASSASSIN disabled in server manager, it continues to run.
Is there a clean way to uninstall that?
It was not downloaded seperately, it was in the ISO I used.
-
# rpm -qa spamass*
will probably give you 1 or 2 rpm's Just do a:
# rpm -e
on one commandline for all the rpm's & you should be good to go.
I still don't think it's SA :)
-
I presume you've looked at changing values found in:
/etc/e-smith/templates/var/service/imap/runenv
It's worth mentioning that a test change of client (say Thunderbird) for a couple of days would help narrow it down to Outlook or not. I had a wierd one a couple of months back which turned out to be a faulty network switch occasionally booting people of the server.
-
I note spamassassin starts and runs although we do not have it enabled.
Why do you care? It can start, but if it is unused, it will take up very little of your system's resources, and won't have any other effects.