This what i have in the local.cf file, Where should i disable autoexpire ? also i am not using sa-learn, only normal spamasassin with rules and RBL's
--local.cf Start -- # These values can be overridden by editing ~/.spamassassin/user_prefs.cf # (see spamassassin(1) for details) # These should be safe assumptions and allow for simple visual sifting # without risking lost emails. ok_locales all skip_rbl_checks 0 required_score 5 report_safe 0 rewrite_header Subject ***SPAM*** use_pyzor 1 use_auto_whitelist 1 use_bayes 1 use_bayes_rules 1 bayes_auto_learn 1 --- end of Local.cf Thanks On 2/20/07, Eric Shubes <[EMAIL PROTECTED]> wrote:
Stanley Robins wrote: > My Machine was very high on resources today when i came, it had some > 1200 emails in the queue and all the resources were eaten up by spamd > and imapd, > > spamd had about 8-9 processes running and imapd had about 6. > > in the spamd logs i can see this error :- > > 2007-02-19 19:54:51.815158500 spamd: could not create INET socket on > 127.0.0.1:7 <http://127.0.0.1:7> > 83: Address already in use > > and in the imapd there is no such error everything seems to be normal > but i am seeing this DEBUG \: connection a lot of times.. > > 2007-01-30 17:58:22.866793500 DEBUG: Connection, ip=[127.0.0.1 > <http://127.0.0.1>] > > > What is the issue.. I have never had this error in past, also yesterday > i updated Squirrelmail and clamAV to the latest version on the site. is > that the cause ? > > Please let me know. > > Thank you > Are you using bayes database, and do you have autoexpire turned on? That can cause such problems, as autoexpire can take quite some time to complete (5 minutes or so, depending on resources). What appears to happen is that autoexpire kicks in (during a smtp session), the session times out, autoexpire kicks in again, times out, etc. If this is the case, try running: # sa-learn -u vpopmail --force-expire # chown vpopmail:vchkpw /home/vpopmail/.spamassassin/bayes_toks If this clears things up, put these commands in a /etc/cron.daily/sa-bayes-expire script, and turn off autoexpire in your /etc/mail/spamassassin/local.cf file. This is just a guess. From what you've said it doesn't appear to be your problem, but it's worth a shot. -- -Eric 'shubes' --------------------------------------------------------------------- QmailToaster hosted by: VR Hosted <http://www.vr.org> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
