You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by "Dan Mahoney, System Admin" <da...@prime.gushi.org> on 2004/09/23 17:29:49 UTC

Possible Suggestion for remote machines

While I'm thinking about this, let me offer up a suggestion...

For those of us that prefer user_prefs in text files but because 
SpamAssassin with the preforking is getting much bigger have decided we 
need a separate box, does it make sense to run a "spamd-helper" on the 
machine with the home directories, whose only purpose in life is to read 
user config files and bayes databases and pass them back to the analysis 
machine?

(Am I wrong, or does storing bayes in SQL break sa-learn?)

The other option would be to have spamc able to pass these values onto 
spamd -- but there might be potential problems there with users doing 
things as other users).

-Dan

--

"I am a professional drinker, and I know that that was NOT Jose Cuervo!"

"Well, what was it then?"

"I think it was some mixture of Rubbing Alcohol, and Desenex(TM) Foot
Powder, because my feet feel okay, and my back doesn't hurt, but my
stomach is killing me!"

-Dan Mahoney, Costa Rica, August 12th, 1994

--------Dan Mahoney--------
Techie,  Sysadmin,  WebGeek
Gushi on efnet/undernet IRC
ICQ: 13735144   AIM: LarpGM
Site:  http://www.gushi.org
---------------------------


Re: Possible Suggestion for remote machines

Posted by David Brodbeck <gu...@gull.us>.
On Thu, 23 Sep 2004 11:29:49 -0400 (EDT), Dan Mahoney, System Admin wrote
> While I'm thinking about this, let me offer up a suggestion...
> 
> For those of us that prefer user_prefs in text files but because 
> SpamAssassin with the preforking is getting much bigger have decided 
> we need a separate box, does it make sense to run a "spamd-helper" 
> on the machine with the home directories, whose only purpose in life 
> is to read user config files and bayes databases and pass them back 
> to the analysis machine?

Hmm...for the user configuration files, maybe you could just rsync them
between the two servers?  Probably a bad idea to do that with the Bayes
databases, though, unless you can ensure they won't be written to during the sync.