Oct 18 18:34:26 plesk spamd[13231]: spamd starting Oct 18 18:34:32 plesk spamd[13235]: server started on port 783/tcp (running version 3.0.0) Oct 18 18:34:32 plesk spamd[13235]: server successfully spawned child process, pid 13248 Oct 18 18:34:32 plesk spamd[13235]: server successfully spawned child process, pid 13280 Oct 18 18:34:32 plesk spamd[13235]: server successfully spawned child process, pid 13312 Oct 18 18:34:32 plesk spamd[13235]: server successfully spawned child process, pid 13313 Oct 18 18:34:32 plesk spamd[13235]: server successfully spawned child process, pid 13314 [EMAIL PROTECTED] root]# spamassassin --lint [EMAIL PROTECTED] root]#
Looks ok now I have the use_dcc = 0 in local.cf. It seems to be picking the directory up ok. Where do I add the DNSBL of spamhaus? /etc/init.d/spamassassin ? Many Thanks, Justin Fielding, Intelliweb Ltd UK. A mission statement is defined as "a long awkward sentence that demonstrates management's inability to think clearly." All good companies have one. - Scott Adams, The Dilbert Principle, 1996" ----- Original Message ----- From: "Matt Kettler" <[EMAIL PROTECTED]> To: "Justin Fielding" <[EMAIL PROTECTED]>; <users@spamassassin.apache.org>; "Matt Kettler" <[EMAIL PROTECTED]> Sent: Monday, October 18, 2004 6:04 PM Subject: Re: locating local.cf > At 10:33 AM 10/18/2004, Justin Fielding wrote: > >I hashed out the dcc path in local.cf, but it still tries to load it: > > Just because you removed the option doesn't mean SA won't try to load dcc. > > The path is option only over-rides the default of trying to hunt around and > load it if it can find it in some reasonable guess locations. > > If you want to disable dcc set this in your local.cf: > > use_dcc 0 > > and reload spamd. > >