summaryrefslogtreecommitdiff
path: root/editmap/editmap.0
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2008-08-28 04:33:50 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2008-08-28 04:33:50 +0000
commite8e0e5823adff1aed6bf456d75e58353e6dcf68e (patch)
tree366be2f317b4d052916d4861096c4a53ba6f9a26 /editmap/editmap.0
parentaa651f666c6d33d54b6572c19534539ed5ae7637 (diff)
Import sendmail 8.14.3 and clean up svn properties as documented in:vendor/sendmail/8.14.3
Notes
svn path=/vendor/sendmail/dist/; revision=182329 svn path=/vendor/sendmail/8.14.3/; revision=182330; tag=vendor/sendmail/8.14.3
Diffstat (limited to 'editmap/editmap.0')
-rw-r--r--editmap/editmap.062
1 files changed, 62 insertions, 0 deletions
diff --git a/editmap/editmap.0 b/editmap/editmap.0
new file mode 100644
index 000000000000..f4723b2c7102
--- /dev/null
+++ b/editmap/editmap.0
@@ -0,0 +1,62 @@
+EDITMAP(8) EDITMAP(8)
+
+
+
+NNAAMMEE
+ eeddiittmmaapp - query and edit single records in database maps for sendmail
+
+SSYYNNOOPPSSIISS
+ eeddiittmmaapp [--CC _f_i_l_e] [--NN] [--ff] [--qq||--uu||--xx] maptype mapname key [ "value
+ ..." ]
+
+DDEESSCCRRIIPPTTIIOONN
+ EEddiittmmaapp queries or edits one record in database maps used by the keyed
+ map lookups in sendmail(8). Arguments are passed on the command line
+ and output (for queries) is directed to standard output.
+
+ Depending on how it is compiled, eeddiittmmaapp handles up to three different
+ database formats, selected using the _m_a_p_t_y_p_e parameter. They may be
+
+ dbm DBM format maps. This requires the ndbm(3) library.
+
+ btree B-Tree format maps. This requires the new Berkeley DB library.
+
+ hash Hash format maps. This also requires the Berkeley DB library.
+
+ If the _T_r_u_s_t_e_d_U_s_e_r option is set in the sendmail configuration file and
+ eeddiittmmaapp is invoked as root, the generated files will be owned by the
+ specified _T_r_u_s_t_e_d_U_s_e_r_.
+
+ FFllaaggss
+ --CC Use the specified sseennddmmaaiill configuration file for looking up the
+ TrustedUser option.
+
+ --NN Include the null byte that terminates strings in the map (for
+ alias maps).
+
+ --ff Normally all upper case letters in the key are folded to lower
+ case. This flag disables that behaviour. This is intended to
+ mesh with the -f flag in the KK line in sendmail.cf. The value
+ is never case folded.
+
+ --qq Query the map for the specified key. If found, print value to
+ standard output and exit with 0. If not found then print an
+ error message to stdout and exit with EX_UNAVAILABLE.
+
+ --uu Update the record for _k_e_y with _v_a_l_u_e or inserts a new record if
+ one doesn't exist. Exits with 0 on success or EX_IOERR on fail-
+ ure.
+
+ --xx Deletes the specific key from the map. Exits with 0 on success
+ or EX_IOERR on failure.
+
+
+ SSEEEE AALLSSOO
+ sendmail(8), makemap(8)
+
+HHIISSTTOORRYY
+ The eeddiittmmaapp command has no history.
+
+
+
+ $Date: 2003/02/01 17:07:42 $ EDITMAP(8)