I have one account on my Cpanel server (we'll call it 'account1') that Spamassassin isn't scanning mail for. I have it enabled and the ".spamassassinenable" file exists within that accounts home directory along with the ".spamassassin" directory. As I watch the maillog file I see spamd running for other accounts.
I never see it start a process for 'account1' at all and quite a lot of mail comes into that account. Will Spamd not run if there are over a certain amount of email accounts? There are about 2,700 for this cpanel account.
I've tried enabling & disabling spamassassin many times with no luck.
I've restarted '/scripts/restartsrv_spamd' a few times. nothing.
Below is the output from maillog when I do restart spamd.
I also want to point out that all mail coming into this account is coming from an external SMTP server we have. It handle SMTP only. All mail for this domain is then passed from this SMTP (via qmail smtproutes) to the Cpanel2 server. I double checked the "Service Configuration > Exim Configuration Manager > Access List". Our external SMTP IP was in the "Trusted SMTP IP addresses" but I removed it and restarted Exim. Didn't do anything.
I do have our external SMTP server on the firewall's (csf) ignore list but that shouldn't have anything to do with spamd. Mail is flowing in just fine for this account.
I'm at a loss as to how to get spamd checking for this single account when it's working for all other accounts on the server.
Code:
Aug 2 15:05:24 cpanel2 spamd[2023]: spamd: setuid to account32 succeeded
Aug 2 15:05:24 cpanel2 spamd[2023]: spamd: checking message <20130802120404.aluuvv$k[email protected]> for account32:600
I've tried enabling & disabling spamassassin many times with no luck.
I've restarted '/scripts/restartsrv_spamd' a few times. nothing.
Below is the output from maillog when I do restart spamd.
Code:
Aug 2 14:51:41 cpanel2 spamd[25651]: spamd: server killed by SIGTERM, shutting down
Aug 2 14:51:42 cpanel2 spamd[18482]: logger: removing stderr method
Aug 2 14:51:43 cpanel2 spamd[18493]: zoom: able to use 424/425 'body_0' compiled rules (99.764%)
Aug 2 14:51:43 cpanel2 spamd[18493]: spamd: server started on port 783/tcp (running version 3.3.2)
Aug 2 14:51:43 cpanel2 spamd[18493]: spamd: server pid: 18493
Aug 2 14:51:43 cpanel2 spamd[18493]: spamd: server successfully spawned child process, pid 18553
Aug 2 14:51:43 cpanel2 spamd[18493]: spamd: server successfully spawned child process, pid 18554
Aug 2 14:51:43 cpanel2 spamd[18493]: prefork: child states: IS
Aug 2 14:51:43 cpanel2 spamd[18493]: prefork: child states: II
Aug 2 14:51:44 cpanel2 spamd[18553]: spamd: connection from localhost.localdomain [127.0.0.1] at port 46075
I do have our external SMTP server on the firewall's (csf) ignore list but that shouldn't have anything to do with spamd. Mail is flowing in just fine for this account.
I'm at a loss as to how to get spamd checking for this single account when it's working for all other accounts on the server.