~ubuntu-branches/ubuntu/saucy/postfix/saucy

« back to all changes in this revision

Viewing changes to proto/DATABASE_README.html

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2011-02-22 11:20:43 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20110222112043-c34ht219w3ybrilr
Tags: 2.8.0-2
* a little more lintian cleanup
* Fix missing format strings in smtp-sink.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
</blockquote>
121
121
 
122
122
<p> Once you have local files working properly you can follow the
123
 
instructions in ldap_table(5), mysql_table(5) or pgsql_table(5)
 
123
instructions in ldap_table(5), mysql_table(5), pgsql_table(5)
 
124
or sqlite_table(5)
124
125
and replace local file lookups with LDAP or SQL lookups.  When you
125
126
do this, you should use the postmap(1) command again, to verify
126
127
that database lookups still produce the exact same results as local
358
359
table name as used in "sdbm:table" is the database file name without
359
360
the ".dir" or ".pag" suffix.  </dd>
360
361
 
 
362
<dt> <b>sqlite</b> (read-only) </dt>
 
363
 
 
364
<dd> Perform SQLite database lookups. Configuration details are given
 
365
in sqlite_table(5). </dd>
 
366
 
361
367
<dt> <b>static</b> (read-only) </dt>
362
368
 
363
369
<dd> Always returns its lookup table name as lookup result.  For
373
379
number.
374
380
</dd>
375
381
 
 
382
<dt> <b>texthash</b> (read-only) </dt>
 
383
 
 
384
<dd> This produces similar results as hash: files, except that you
 
385
don't have to run the postmap(1) command before you can use the
 
386
file, and that texthash: does not detect changes after the file is
 
387
read.  The lookup table name is "texthash:filename", where the file
 
388
name is taken literally; no suffix is appended. </dd>
 
389
 
376
390
<dt> <b>unix</b> (read-only) </dt>
377
391
 
378
392
<dd> A limited way to query the UNIX authentication database. The