S
suite224
Guest
Howdy folks, got an odd situation here. I'm not too well versed in this stuff, so please excuse the n00bness 
Our customers are getting absolutely bombarded with spam. I'm running 8.0.1 over FC4, and although SpamAssassin says it's running, it doesn't seem to be doing very much.
/etc/rc.d/init.d/spamassassin status
spamd (pid 4682 4681 4680 4679 4678 4672 4671 4670 4669 4668 4650 4640) is running...
When tailing the maillog, I only see one or two messages being scanned per minute (on a machine that has 120 + domains all with spamassassin enabled).
Even more odd, the domains that do seem to get a message scanned are only the first few domains in the alphabetical list. I don't know if that ties in anywhere but I thought it might be worth mentioning.
Here's what I get when I look at ps:
ps -ef | grep spamd
popuser 4640 1 0 12:23 ? 00:00:00 /usr/bin/spamd --username=popuser --daemonize --helper-home-dir=/var/qmail --max-children 5 --create-prefs --nouser-config --virtual-config-dir=/var/qmail/mailnames/%d/%l/.spamassassin --pidfile=/var/run/spamd/spamd_full.pid --socketpath=/tmp/spamd_full.sock
popuser 4650 1 0 12:23 ? 00:00:00 /usr/bin/spamd --username=popuser --daemonize --helper-home-dir=/var/qmail --max-children 5 --create-prefs --nouser-config --virtual-config-dir=/var/qmail/mailnames/%d/%l/.spamassassin --pidfile=/var/run/spamd/spamd_light.pid --socketpath=/tmp/spamd_light.sock --siteconfigpath=/dev/null
popuser 4668 4640 0 12:23 ? 00:00:01 spamd child
popuser 4669 4640 0 12:23 ? 00:00:00 spamd child
popuser 4670 4640 0 12:23 ? 00:00:01 spamd child
popuser 4671 4640 0 12:23 ? 00:00:00 spamd child
popuser 4672 4640 0 12:23 ? 00:00:00 spamd child
popuser 4678 4650 0 12:23 ? 00:00:00 spamd child
popuser 4679 4650 0 12:23 ? 00:00:00 spamd child
popuser 4680 4650 0 12:23 ? 00:00:00 spamd child
popuser 4681 4650 0 12:23 ? 00:00:00 spamd child
popuser 4682 4650 0 12:23 ? 00:00:00 spamd child
root 9072 5890 0 12:28 pts/0 00:00:00 grep spamd
Load average on the machine hovers around 0.20, plenty of memory free... any ideas?
Conspiracy Theory:
One thing I notice is the "--max-children 5"... could something be running that is spawning the maximum amount of allowed children of spamd, thereby tying the process up and not allowing it to scan legit mail?
Any help would be appreciated! Thanks
Our customers are getting absolutely bombarded with spam. I'm running 8.0.1 over FC4, and although SpamAssassin says it's running, it doesn't seem to be doing very much.
/etc/rc.d/init.d/spamassassin status
spamd (pid 4682 4681 4680 4679 4678 4672 4671 4670 4669 4668 4650 4640) is running...
When tailing the maillog, I only see one or two messages being scanned per minute (on a machine that has 120 + domains all with spamassassin enabled).
Even more odd, the domains that do seem to get a message scanned are only the first few domains in the alphabetical list. I don't know if that ties in anywhere but I thought it might be worth mentioning.
Here's what I get when I look at ps:
ps -ef | grep spamd
popuser 4640 1 0 12:23 ? 00:00:00 /usr/bin/spamd --username=popuser --daemonize --helper-home-dir=/var/qmail --max-children 5 --create-prefs --nouser-config --virtual-config-dir=/var/qmail/mailnames/%d/%l/.spamassassin --pidfile=/var/run/spamd/spamd_full.pid --socketpath=/tmp/spamd_full.sock
popuser 4650 1 0 12:23 ? 00:00:00 /usr/bin/spamd --username=popuser --daemonize --helper-home-dir=/var/qmail --max-children 5 --create-prefs --nouser-config --virtual-config-dir=/var/qmail/mailnames/%d/%l/.spamassassin --pidfile=/var/run/spamd/spamd_light.pid --socketpath=/tmp/spamd_light.sock --siteconfigpath=/dev/null
popuser 4668 4640 0 12:23 ? 00:00:01 spamd child
popuser 4669 4640 0 12:23 ? 00:00:00 spamd child
popuser 4670 4640 0 12:23 ? 00:00:01 spamd child
popuser 4671 4640 0 12:23 ? 00:00:00 spamd child
popuser 4672 4640 0 12:23 ? 00:00:00 spamd child
popuser 4678 4650 0 12:23 ? 00:00:00 spamd child
popuser 4679 4650 0 12:23 ? 00:00:00 spamd child
popuser 4680 4650 0 12:23 ? 00:00:00 spamd child
popuser 4681 4650 0 12:23 ? 00:00:00 spamd child
popuser 4682 4650 0 12:23 ? 00:00:00 spamd child
root 9072 5890 0 12:28 pts/0 00:00:00 grep spamd
Load average on the machine hovers around 0.20, plenty of memory free... any ideas?
Conspiracy Theory:
One thing I notice is the "--max-children 5"... could something be running that is spawning the maximum amount of allowed children of spamd, thereby tying the process up and not allowing it to scan legit mail?
Any help would be appreciated! Thanks