Spam Assasin - 3.X

damn

Verified User
Joined
Nov 30, 2004
Messages
101
Howdy,

I have had FreeBSD on my box updated to 5.3 and have an issue with spam assassin.

It works fine, but sometimes I find that the server is maxed out, running 'top' shows me this:

Code:
  PID USERNAME   PRI NICE   SIZE    RES STATE    TIME   WCPU    CPU COMMAND
80714 root       126    0   190M   178M RUN      8:37 71.78% 71.78% perl

Watch the memory usage:
Code:
  PID USERNAME   PRI NICE   SIZE    RES STATE    TIME   WCPU    CPU COMMAND
80714 root       132    0   332M   307M RUN     16:16 64.21% 64.21% perl


ps -aux:
Code:
coolio# ps -aux
USER         PID %CPU %MEM   VSZ  RSS  TT  STAT STARTED      TIME COMMAND
jamezilla  80714 67.8 35.6 194216 181960  ??  R     5:05PM   8:54.50 /usr/bin/spamd -d (perl)

A few minutes later:
Code:
USER        PID %CPU %MEM   VSZ  RSS  TT  STAT STARTED      TIME COMMAND
jamezilla 80714 81.5 62.9 347660 321480  ??  R     5:05PM  16:42.36 /usr/bin/spamd -d (perl)

Usually, when an email comes in, watching 'top' shows a task 'perl' show up, max the box out for around 5-10 seconds, then disappears.

But every hour or so, the task just sits there, and goes nowhere. It maxes the box out, until either I kill it, or it eventually goes by itself, after around 30 minutes.

The person who upgraded the O/S on the box says that the port installs an old version of SA, 2.X when the latest version 3.X.

However, my guess is that everybody else is running the same port, and nobody else is experiencing this issue??

Can anybody assist? I have aproached the person who updated the box but as they just installed the DA ports - they claim its a DA related issue.
 
Back
Top