summaryrefslogtreecommitdiff
path: root/gnu/dist/postfix/html/postmap.1.html
diff options
context:
space:
mode:
authoritojun <itojun@NetBSD.org>2001-03-13 17:45:02 +0000
committeritojun <itojun@NetBSD.org>2001-03-13 17:45:02 +0000
commit173b2f6655e38657f15bb57fe26dc23e8d054d4e (patch)
tree04af30df8438e7c54ceb4e5f4bf0dff83788ce54 /gnu/dist/postfix/html/postmap.1.html
parentc7871f80bf97592f2ca4dd16d6d7708bec2c33a2 (diff)
postfix release-20010228
Diffstat (limited to 'gnu/dist/postfix/html/postmap.1.html')
-rw-r--r--gnu/dist/postfix/html/postmap.1.html80
1 files changed, 40 insertions, 40 deletions
diff --git a/gnu/dist/postfix/html/postmap.1.html b/gnu/dist/postfix/html/postmap.1.html
index c818e43e0f7..77833681c9d 100644
--- a/gnu/dist/postfix/html/postmap.1.html
+++ b/gnu/dist/postfix/html/postmap.1.html
@@ -9,7 +9,7 @@ POSTMAP(1) POSTMAP(1)
postmap - Postfix lookup table management
<b>SYNOPSIS</b>
- <b>postmap</b> [<b>-Ninvw</b>] [<b>-c</b> <i>config_dir</i>] [<b>-q</b> <i>key</i>]
+ <b>postmap</b> [<b>-Ninrvw</b>] [<b>-c</b> <i>config_dir</i>] [<b>-d</b> <i>key</i>] [<b>-q</b> <i>key</i>]
[<i>file_type</i>:]<i>file_name</i> ...
<b>DESCRIPTION</b>
@@ -52,12 +52,12 @@ POSTMAP(1) POSTMAP(1)
<b>-c</b> <i>config_dir</i>
Read the <b>main.cf</b> configuration file in the named
+ directory instead of the default configuration
directory.
- <b>-i</b> Incremental mode. Read entries from standard input
- and do not truncate an existing database. By
- default, <b>postmap</b> creates a new database from the
- entries in <b>file</b><i>_</i><b>name</b>.
+ <b>-d</b> <i>key</i> Search the specified maps for <i>key</i> and remove one
+ entry per map. The exit status is non-zero if the
+ requested information was not found.
@@ -71,22 +71,30 @@ POSTMAP(1) POSTMAP(1)
POSTMAP(1) POSTMAP(1)
- <b>-n</b> Don't include the terminating null character that
- terminates lookup keys and values. By default,
- Postfix does whatever is the default for the host
+ <b>-i</b> Incremental mode. Read entries from standard input
+ and do not truncate an existing database. By
+ default, <b>postmap</b> creates a new database from the
+ entries in <b>file</b><i>_</i><b>name</b>.
+
+ <b>-n</b> Don't include the terminating null character that
+ terminates lookup keys and values. By default,
+ Postfix does whatever is the default for the host
operating system.
- <b>-q</b> <i>key</i> Search the specified maps for <i>key</i> and print the
- first value found on the standard output stream.
+ <b>-q</b> <i>key</i> Search the specified maps for <i>key</i> and print the
+ first value found on the standard output stream.
The exit status is non-zero if the requested infor-
mation was not found.
+ <b>-r</b> When updating a table, do not warn about duplicate
+ entries; silently replace them.
+
<b>-v</b> Enable verbose logging for debugging purposes. Mul-
tiple <b>-v</b> options make the software increasingly
verbose.
- <b>-w</b> Do not warn about duplicate entries; silently
- ignore them.
+ <b>-w</b> When updating a table, do not warn about duplicate
+ entries; silently ignore them.
Arguments:
@@ -117,14 +125,6 @@ POSTMAP(1) POSTMAP(1)
<b>DIAGNOSTICS</b>
Problems and transactions are logged to the standard error
stream. No output means no problems. Duplicate entries are
- skipped and are flagged with a warning.
-
-<b>ENVIRONMENT</b>
- <b>MAIL</b><i>_</i><b>CONFIG</b>
- Directory with Postfix configuration files.
-
- <b>MAIL</b><i>_</i><b>VERBOSE</b>
- Enable verbose logging for debugging purposes.
@@ -137,14 +137,31 @@ POSTMAP(1) POSTMAP(1)
POSTMAP(1) POSTMAP(1)
+ skipped and are flagged with a warning.
+
+ <b>postmap</b> terminates with zero exit status in case of suc-
+ cess (including successful <b>postmap</b> <b>-q</b> lookup) and termi-
+ nates with non-zero exit status in case of failure.
+
+<b>BUGS</b>
+ The "delete key" support is limited to one delete opera-
+ tion per command invocation.
+
+<b>ENVIRONMENT</b>
+ <b>MAIL</b><i>_</i><b>CONFIG</b>
+ Directory with Postfix configuration files.
+
+ <b>MAIL</b><i>_</i><b>VERBOSE</b>
+ Enable verbose logging for debugging purposes.
+
<b>CONFIGURATION</b> <b>PARAMETERS</b>
<b>database</b><i>_</i><b>type</b>
- Default output database type. On many UNIX sys-
- tems, the default database type is either <b>hash</b> or
+ Default output database type. On many UNIX sys-
+ tems, the default database type is either <b>hash</b> or
<b>dbm</b>.
<b>LICENSE</b>
- The Secure Mailer license must be distributed with this
+ The Secure Mailer license must be distributed with this
software.
<b>AUTHOR(S)</b>
@@ -177,23 +194,6 @@ POSTMAP(1) POSTMAP(1)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
3