I see, so I must pass -C to spamd, not -c to spamc? <snip from wiki> a.. Another handy option to take care of this is to pass spamd the -H option with /etc/mail/spamassassin as the argument. This sets all helper apps' (dccproc/pyzor/razor) homedirs to /etc/mail/spamassassin.
Where do I put the -H option, where is the config file or what is it called? <snip from wiki> a.. Make sure anywhere you're calling spamassassin in a script/procmail recipe/.qmail file to always use the -C /etc/mail/spamassassin configuration option so it will pick up the razor_config option, and in turn the razorhome setting in razor-agent.conf Again, how and where? Is THIS refering to spamc, and if so, should it actually read as -c not -C? DCC is complaining about it's map file, but Im going to disable that as I don't quite understand how and why it works, abd don't need it. I want to use http://www.spamhaus.org/ SBL and XBL but have not worked out if I do that via SA or qmail. 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> Sent: Monday, October 18, 2004 4:48 PM Subject: Re: locating local.cf > At 04:14 PM 10/18/2004 +0300, Justin Fielding wrote: > >Hi guys. I am running SA3 via qmail-scanner. I setup razor/pyzor/dcc as > >per the SA site guides. I need to tell SA to use the shared config area > >for these, using: > > > >-C /etc/mail/spamassassin > > Whoooa, slow down there cowboy... -C is not to point to the directory > containing local.cf. It's to point to the directory where your main SA > rules are.. Usualy the default will work fine, as it will point to where > "make install" put them (/usr/share/spamassassin). > > If you want to point SA to local.cf, use -c, however /etc/mail/spamassassin > is the default here, so you don't need to pass that at all. > > If you want to make sure what the defaults are, run spamassassin --lint -D, > it will tell you what path's it's currently using for the default rules, > the site rules (where local.cf lives) and user_prefs. > > > <snip large, irrelevant bits of calling spamc from qmail-scanner> > > >I realise this looks like a qmail-scanner question rather than > >spamassassin, but the real question is as to the case sensitivity of SA > >flags? I have the local.cf setup correctly but I still get: > > No it's not a qmail-scanner.. any of the directory options would be passed > to spamd, NOT spamc. > > However, yes, all of them are case-sensitive, but spamc does not have the > capability of dictating directories for the default and site-rules > directories. > > Spamd reads those directories when it starts up. By the time spamc is > called, it's too late. > >