~ubuntu-branches/ubuntu/raring/postfix/raring

« back to all changes in this revision

Viewing changes to man/man1/postconf.1

Tags: upstream-2.2.6
ImportĀ upstreamĀ versionĀ 2.2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
.SH DESCRIPTION
18
18
.ad
19
19
.fi
20
 
The \fBpostconf\fR command prints the actual value of
 
20
The \fBpostconf\fR(1) command prints the actual value of
21
21
\fIparameter\fR (all known parameters by default) one
22
22
parameter per line, changes its value, or prints other
23
23
information about the Postfix mail system.
42
42
.RS
43
43
.IP \fBflock\fR
44
44
A kernel-based advisory locking method for local files only.
45
 
This locking method is available only on systems with a BSD
 
45
This locking method is available on systems with a BSD
46
46
compatible library.
47
47
.IP \fBfcntl\fR
48
48
A kernel-based advisory locking method for local and remote files.
53
53
stale lock files that were left behind after abnormal termination.
54
54
.RE
55
55
.IP \fB-m\fR
56
 
List the names of all supported lookup table types. Postfix
 
56
List the names of all supported lookup table types. In Postfix
 
57
configuration files,
57
58
lookup tables are specified as \fItype\fB:\fIname\fR, where
58
59
\fItype\fR is one of the types listed below. The table \fIname\fR
59
 
syntax depends on the lookup table type.
 
60
syntax depends on the lookup table type as described in the
 
61
DATABASE_README document.
60
62
.RS
61
63
.IP \fBbtree\fR
62
64
A sorted, balanced tree structure.
63
 
This is available only on systems with support for Berkeley DB
 
65
This is available on systems with support for Berkeley DB
64
66
databases.
 
67
.IP \fBcdb\fR
 
68
A read-optimized structure with no support for incremental updates.
 
69
This is available on systems with support for CDB databases.
65
70
.IP \fBcidr\fR
66
71
A table that associates values with Classless Inter-Domain Routing
67
72
(CIDR) patterns. This is described in \fBcidr_table\fR(5).
68
73
.IP \fBdbm\fR
69
74
An indexed file type based on hashing.
70
 
This is available only on systems with support for DBM databases.
 
75
This is available on systems with support for DBM databases.
71
76
.IP \fBenviron\fR
72
77
The UNIX process environment array. The lookup key is the variable
73
78
name. Originally implemented for testing, someone may find this
74
79
useful someday.
75
80
.IP \fBhash\fR
76
81
An indexed file type based on hashing.
77
 
This is available only on systems with support for Berkeley DB
 
82
This is available on systems with support for Berkeley DB
78
83
databases.
79
84
.IP "\fBldap\fR (read-only)"
80
85
Perform lookups using the LDAP protocol. This is described
95
100
.IP "\fBregexp\fR (read-only)"
96
101
A lookup table based on regular expressions. The file format is
97
102
described in \fBregexp_table\fR(5).
 
103
.IP \fBsdbm\fR
 
104
An indexed file type based on hashing.
 
105
This is available on systems with support for SDBM databases.
98
106
.IP "\fBstatic\fR (read-only)"
99
107
A table that always returns its name as lookup result. For example,
100
108
\fBstatic:foobar\fR always returns the string \fBfoobar\fR as lookup
101
109
result.
102
110
.IP "\fBtcp\fR (read-only)"
103
111
Perform lookups using a simple request-reply protocol that is
104
 
described in tcp_table(5).
105
 
This feature is not included with Postfix 2.1.
 
112
described in \fBtcp_table\fR(5).
 
113
This feature is not included with Postfix 2.2.
106
114
.IP "\fBunix\fR (read-only)"
107
115
A limited way to query the UNIX authentication database. The
108
116
following tables are implemented:
109
117
.RS
110
118
. IP \fBunix:passwd.byname\fR
111
119
The table is the UNIX password database. The key is a login name.
112
 
The result is a password file entry in passwd(5) format.
 
120
The result is a password file entry in \fBpasswd\fR(5) format.
113
121
.IP \fBunix:group.byname\fR
114
122
The table is the UNIX group database. The key is a group name.
115
 
The result is a group file entry in group(5) format.
 
123
The result is a group file entry in \fBgroup\fR(5) format.
116
124
.RE
117
125
.RE
118
126
.sp
143
151
this program.
144
152
 
145
153
The text below provides only a parameter summary. See
146
 
postconf(5) for more details including examples.
 
154
\fBpostconf\fR(5) for more details including examples.
147
155
.IP "\fBconfig_directory (see 'postconf -d' output)\fR"
148
156
The default location of the Postfix main.cf and master.cf
149
157
configuration files.