~ubuntu-branches/ubuntu/trusty/postfix/trusty-updates

« back to all changes in this revision

Viewing changes to man/man1/postmap.1

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2007-01-31 12:45:49 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20070131124549-viz362ah0qjcygtj
Tags: 2.3.7-1
* New upstream version
  - Bugfix (introduced Postfix 2.3): when creating an alias map
    on a NIS-enabled system, don't case-fold the YP_MASTER_NAME
    and YP_LAST_MODIFIED lookup keys. This requires that an
    application can turn off case folding on the fly. This is
    a point fix. A complete fix requires updates to other map
    types and to the proxymap protocol, which is too much change
    for a stable release.
  - Bugfix (introduced 20011008): after return from a nested
    access restriction, possible longjump into exited stack
    frame upon configuration error or table lookup error.
  - Workaround: don't insert empty-line header/body separator
    into malformed MIME attachments, to avoid breaking digital
    signatures. This change introduces ambiguity. Postfix still
    treats the remainder of the attachment as body content;
    header_checks rules will not detect forbidden MIME types
    inside a message/rfc822 attachment.  With the empty-line
    header/body separator no longer inserted by Postfix, other
    software may process the malformed attachment differently,
    and thus may become exposed to forbidden MIME types.  This
    is back-ported from Postfix 2.4.
  - Bugfix: match lists didn't implement ![ipv6address].
* New fr.po
* Updated postfix_groups.pl.  Closes: #409009, #409010

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
\fBmakemap \fIfile_type\fR \fIfile_name\fR < \fIfile_name\fR
24
24
 
25
25
If the result files do not exist they will be created with the
26
 
same group and other read permissions as the source file.
 
26
same group and other read permissions as their source file.
27
27
 
28
28
While the table update is in progress, signal delivery is
29
29
postponed, and an exclusive, advisory, lock is placed on the
30
30
entire table, in order to avoid surprises in spectator
31
 
programs.
 
31
processes.
32
32
.SH "INPUT FILE FORMAT"
33
33
.na
34
34
.nf
78
78
.IP \fB-f\fR
79
79
Do not fold the lookup key to lower case while creating or querying
80
80
a table.
 
81
 
 
82
With Postfix version 2.3 and later, this option has no
 
83
effect for regular expression tables. There, case folding
 
84
is controlled by appending a flag to a pattern.
81
85
.IP \fB-i\fR
82
86
Incremental mode. Read entries from standard input and do not
83
87
truncate an existing database. By default, \fBpostmap\fR(1) creates