Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: gmr2000 on December 25, 2004, 10:19:26 PM
-
I have installed SME 6.0.1 with spamassassin from http://sme.swerts-knudsen.dk.
I see time out connection to spamd port 783. is't normal to have time out to spamd?
netstat -anp | grep 783
netstat -anp | grep 783
tcp 0 0 127.0.0.1:783 0.0.0.0:* LISTEN 26947/spamd -d -c -
tcp 0 0 127.0.0.1:43438 127.0.0.1:783 TIME_WAIT -
tcp 0 0 127.0.0.1:43447 127.0.0.1:783 TIME_WAIT -
tcp 0 0 127.0.0.1:43442 127.0.0.1:783 TIME_WAIT -
tcp 0 0 127.0.0.1:43455 127.0.0.1:783 TIME_WAIT -
tcp 0 0 127.0.0.1:43451 127.0.0.1:783 TIME_WAIT -
tcp 0 0 127.0.0.1:43463 127.0.0.1:783 TIME_WAIT -
tcp 0 0 127.0.0.1:43458 127.0.0.1:783 TIME_WAIT -
[/quote]
-
Here is output from my server
[root@XXXXXX]# netstat -anp|grep 783
tcp 0 0 127.0.0.1:783 0.0.0.0:* LISTEN 19395/spamd -d -c -
unix 2 [ ] DGRAM 1783 1259/slapd
I have following RPMS installed
[root@XXXXXX]# rpm -qa|grep ssassi
spamassassin-3.0.2-1.norlug
spamassassin-tools-3.0.2-1.norlug
perl-Mail-SpamAssassin-3.0.2-1.norlug
e-smith-spamassassin-0.6.2beta-1jp2.60
Best rgds, Egin
-
Thanks a lot your reply.
I am using SME as SMTP relay for multiple domains and servers. I am so happy that SME can handle 15k+ email per day with antispam and antivirus features enabled. :hammer: .
But I face some trouble with spamd which is some time utilizing 90% of the CPU and top command shows there is 1 zombie process. I am no sure what cause of process hanging. I am close to kick out exchange server and replace with SME if I can resolved the spamd issue.
-
I have seen this very occasionally on some of the servers I admin & all you need to do is:
# service spamassassin restart
You will often get messages that a bunch of child pid's cannot be killed, but they can be safely ignored so long as the stop & start get an OK in the end.
-
That is what I am doing. The server is working for 5 days without problem.
Is there any way to troubleshoot spamd.