Gene Heskett a écrit :
> On Friday 19 December 2008, mouss wrote:
>> Gene Heskett a écrit :
>>> OTOH, if I run it as root, then the clients have no perms.  Tell me a way
>>> around that please.
>> I run it as root, like almost everybody. the "clients" only need read
>> access to the directory, which should be the case by default, unless you
>> played with the root umask.
>>
> I haven't that I recall since reinstalling F8.  However, I note that the 
> spamd 
> children are running as the user gene.  Not root.
> 

I was not talking about spamd. I was talking about sa-update. sa-update
is like your package manager (yum, apt, ...), which I'm sure you run as
root.


>>>> the user who scans incoming mail should be used to train (his) bayes.
> 
> Mmm, lemme check my script, but I believe that is the case now.  Yes, if I 
> read correctly what I wrote nearly a year ago.
> 

If you store Bayes in sql, you can configure SA so that it "forces" a
single user.

bayes_store_module      Mail::SpamAssassin::BayesStore::SQL
bayes_sql_dsn           DBI:mysql:spamassassin:127.0.0.1:3306
bayes_sql_override_username     spamassassin
bayes_sql_username      yoursqluser
bayes_sql_password      yoursqlpassword


Reply via email to