On Fri, 18 Jan 2008 07:35:02 -0800 (PST), kylepetersen <[EMAIL PROTECTED]> wrote: > > > David Legg wrote: >> >> >> You'll need to have MySQL installed on your server as the filter uses >> that to manage the corpus (the body of email it compares new emails to). >> >> > > Any good noob-proof docs for configuring MySQL to work out of the box, and > can I use it for the Bayesian corpus only? I'm currently using (I guess > obvious since I don't have MySQL installed) file repository as my users' > inbox. > --
Hi, a good starting point whould be www.mysql.org. Anyway you could use derby if you not want to install mysql. Derby is included in james dist. And yes you can store users/email to in db. Read the config.xml comments to understand better what todo.. Maybe this is usefull too: http://james.apache.org/server/2.3.1/using_database.html bye Norman --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
