~ubuntu-branches/ubuntu/utopic/spamassassin/utopic-proposed

« back to all changes in this revision

Viewing changes to sql/README

  • Committer: Bazaar Package Importer
  • Author(s): Noah Meyerhans
  • Date: 2010-01-26 22:53:12 UTC
  • mfrom: (1.1.13 upstream) (5.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100126225312-wkftb10idc1kz2aq
Tags: 3.3.0-1
* New upstream version.
* Switch to dpkg-source 3.0 (quilt) format

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
SQL preferences.
19
19
 
20
20
SpamAssassin will check the global configuration file (ie. any file matching
21
 
/etc/mail/spamassassin/*.cf) for the following settings:
 
21
/etc/spamassassin/*.cf) for the following settings:
22
22
 
23
23
  user_scores_dsn               DBI:driver:connection
24
24
  user_scores_sql_username      dbusername
219
219
with the utmost simplicity using DBI, and any database driver that conforms to
220
220
the DBI interface should work without problems.
221
221
 
222
 
******
223
 
NB:  This should be considered BETA, and the interface, schema, or overall
224
 
operation of SQL support may change at any time with future releases of SA.
225
 
******
226
 
 
227
222
Web Interfaces
228
223
--------------
229
224