POSTMAP(1) | General Commands Manual | POSTMAP(1) |
postmap - Postfix lookup table management
postmap [-bfFhimnNoprsuUvw] [-c
config_dir] [-d key] [-q key]
[file_type:]file_name ...
The postmap(1) command creates or queries one or more Postfix lookup tables, or updates an existing one.
If the result files do not exist they will be created with the same group and other read permissions as their source file.
While the table update is in progress, signal delivery is postponed, and an exclusive, advisory, lock is placed on the entire table, in order to avoid surprises in spectator processes.
The format of a lookup table input file is as follows:
key whitespace value
The key and value are processed as is, except that surrounding white space is stripped off. Whitespace in lookup keys is supported as of Postfix 3.2.
When the -F option is given, the value must specify one or more filenames separated by comma and/or whitespace; postmap(1) will concatenate the file content (with a newline character inserted between files) and will store the base64-encoded result instead of the value.
When the key specifies email address information, the localpart should be enclosed with double quotes if required by RFC 5322. For example, an address localpart that contains ";", or a localpart that starts or ends with ".".
By default the lookup key is mapped to lowercase to make the lookups case insensitive; as of Postfix 2.3 this case folding happens only with tables whose lookup keys are fixed-case strings such as btree:, dbm: or hash:. With earlier versions, the lookup key is folded even with tables where a lookup field can match both upper and lower case text, such as regexp: and pcre:. This resulted in loss of information with $number substitutions.
By default, the -b option starts generating lookup keys at the first non-header line, and stops when the end of the message is reached. To simulate body_checks(5) processing, enable MIME parsing with -m. With this, the -b option generates no body-style lookup keys for attachment MIME headers and for attached message/* headers.
NOTE: with "smtputf8_enable = yes", the -b option option disables UTF-8 syntax checks on query keys and lookup results. Specify the -U option to force UTF-8 syntax checks anyway.
This feature is available in Postfix version 2.6 and later.
If a key value of - is specified, the program reads key values from the standard input stream. The exit status is zero when at least one of the requested keys was found.
With Postfix version 2.3 and later, this option has no effect for regular expression tables. There, case folding is controlled by appending a flag to a pattern.
By default, the -h option generates lookup keys until the first non-header line is reached. To simulate header_checks(5) processing, enable MIME parsing with -m. With this, the -h option also generates header-style lookup keys for attachment MIME headers and for attached message/* headers.
NOTE: with "smtputf8_enable = yes", the -b option option disables UTF-8 syntax checks on query keys and lookup results. Specify the -U option to force UTF-8 syntax checks anyway.
This feature is available in Postfix version 2.6 and later.
This feature is available in Postfix version 2.6 and later.
Note: this performs a single query with the key as specified, and does not make iterative queries with substrings of the key as described for access(5), canonical(5), transport(5), virtual(5) and other Postfix table-driven features.
If a key value of - is specified, the program reads key values from the standard input stream and writes one line of key value output for each key that was found. The exit status is zero when at least one of the requested keys was found.
This feature is available in Postfix version 2.2 and later, and is not available for all database types.
Arguments:
The postmap(1) command can query any supported file type, but it can create only the following file types:
When no file_type is specified, the software uses the database type specified via the default_database_type configuration parameter.
Problems are logged to the standard error stream and to syslogd(8) or postlogd(8). No output means that no problems were detected. Duplicate entries are skipped and are flagged with a warning.
postmap(1) terminates with zero exit status in case of success (including successful "postmap -q" lookup) and terminates with non-zero exit status in case of failure.
The following main.cf parameters are especially relevant to this program. The text below provides only a parameter summary. See postconf(5) for more details including examples.
postalias(1), create/update/query alias database postconf(1), supported database types postconf(5), configuration parameters postlogd(8), Postfix logging syslogd(8), system logging
Use "postconf readme_directory" or "postconf html_directory" to locate this information.
DATABASE_README, Postfix lookup table overview
The Secure Mailer license must be distributed with this software.
Wietse Venema IBM T.J. Watson Research P.O. Box 704 Yorktown Heights, NY 10598, USA Wietse Venema Google, Inc. 111 8th Avenue New York, NY 10011, USA