Koozali.org: home of the SME Server

spamd timeout

gmr2000

spamd timeout
« 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?


Code: [Select]

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]

ergozd

spamd timeout
« Reply #1 on: December 27, 2004, 12:44:14 PM »
Here is output from my server

Code: [Select]
[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
Code: [Select]
[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

gmr2000

spamd timeout
« Reply #2 on: December 27, 2004, 09:41:17 PM »
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.

Offline NickR

  • *
  • 283
  • +0/-0
    • http://www.witzendcs.co.uk/
spamd timeout
« Reply #3 on: December 28, 2004, 10:12:58 PM »
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.
--
Nick......

gmr2000

spamd timeout
« Reply #4 on: December 29, 2004, 08:43:14 AM »
That is what I am doing. The server is working for 5 days without problem.
Is there any way to troubleshoot spamd.