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

« back to all changes in this revision

Viewing changes to man/man1/postconf.1

  • 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:
79
79
to a temporary file then renamed into place. Parameters and
80
80
values are specified on the command line. Use quotes in order
81
81
to protect shell metacharacters and whitespace.
 
82
 
 
83
With Postfix version 2.8 and later, the \fB-e\fR is no
 
84
longer needed.
82
85
.IP \fB-h\fR
83
 
Show parameter values only, not the ``name = '' label
 
86
Show parameter values only, not the "\fIname = " label
84
87
that normally precedes the value.
85
88
.IP \fB-l\fR
86
89
List the names of all supported mailbox locking methods.
152
155
.IP \fBsdbm\fR
153
156
An indexed file type based on hashing.
154
157
This is available on systems with support for SDBM databases.
 
158
.IP "\fBsqlite\fR (read-only)"
 
159
Perform lookups from SQLite database files. This is described
 
160
in \fBsqlite_table\fR(5).
155
161
.IP "\fBstatic\fR (read-only)"
156
162
A table that always returns its name as lookup result. For example,
157
163
\fBstatic:foobar\fR always returns the string \fBfoobar\fR as lookup
159
165
.IP "\fBtcp\fR (read-only)"
160
166
Perform lookups using a simple request-reply protocol that is
161
167
described in \fBtcp_table\fR(5).
162
 
This feature is not included with the stable Postfix release.
 
168
.IP "\fBtexthash\fR (read-only)"
 
169
Produces similar results as hash: files, except that you don't
 
170
need to run the postmap(1) command before you can use the file,
 
171
and that it does not detect changes after the file is read.
163
172
.IP "\fBunix\fR (read-only)"
164
173
A limited way to query the UNIX authentication database. The
165
174
following tables are implemented: