~ubuntu-branches/debian/sid/postfix/sid

« back to all changes in this revision

Viewing changes to man/man5/mysql_table.5

  • Committer: Package Import Robot
  • Author(s): LaMont Jones, LaMont Jones, localization folks
  • Date: 2014-02-11 07:44:30 UTC
  • mfrom: (1.1.41)
  • Revision ID: package-import@ubuntu.com-20140211074430-91tdwgjriazawdz4
Tags: 2.11.0-1
[LaMont Jones]

* New upstream release: 2.11.0

[localization folks]

* l10n: Updated German translations.  Closes: #734893 (Helge Kreutzmann)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
.SH "SYNOPSIS"
9
9
.na
10
10
.nf
11
 
\fBpostmap -q "\fIstring\fB" mysql:/etc/postfix/filename\fR
 
11
\fBpostmap -q "\fIstring\fB" mysql:/etc/postfix/\fIfilename\fR
12
12
 
13
 
\fBpostmap -q - mysql:/etc/postfix/\fIfilename\fR <\fIinputfile\fR
 
13
\fBpostmap -q - mysql:/etc/postfix/\fIfilename\fB <\fIinputfile\fR
14
14
.SH DESCRIPTION
15
15
.ad
16
16
.fi
256
256
temporary error if the limit is exceeded.  Setting the
257
257
limit to 1 ensures that lookups do not return multiple
258
258
values.
 
259
.IP "\fBoption_file\fR"
 
260
Read options from the given file instead of the default my.cnf
 
261
location.
 
262
.sp
 
263
This parameter is available with Postfix 2.11 and later.
 
264
.IP "\fBoption_group\fR"
 
265
Read options from the given group.
 
266
.sp
 
267
This parameter is available with Postfix 2.11 and later.
 
268
.IP "\fBtls_cert_file\fR"
 
269
File containing client's X509 certificate.
 
270
.sp
 
271
This parameter is available with Postfix 2.11 and later.
 
272
.IP "\fBtls_key_file\fR"
 
273
File containing the private key corresponding to \fBtls_cert_file\fR.
 
274
.sp
 
275
This parameter is available with Postfix 2.11 and later.
 
276
.IP "\fBtls_CAfile\fR"
 
277
File containing certificates for all of the X509 Certificate
 
278
Authorities the client will recognize.  Takes precedence over
 
279
\fBtls_CApath\fR.
 
280
.sp
 
281
This parameter is available with Postfix 2.11 and later.
 
282
.IP "\fBtls_CApath\fR"
 
283
Directory containing X509 Certificate Authority certificates
 
284
in separate individual files.
 
285
.sp
 
286
This parameter is available with Postfix 2.11 and later.
 
287
.IP "\fBtls_verify_cert (default: no)\fR"
 
288
Verify that the server's name matches the common name in the
 
289
certficate.
 
290
.sp
 
291
This parameter is available with Postfix 2.11 and later.
259
292
.SH "OBSOLETE QUERY INTERFACE"
260
293
.na
261
294
.nf